﻿function openPage(path) {
    window.open(path, '', 'scrollbars=yes,width=550,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
