function winOpen(page){

window.open(page,'','scrollbars=yes,statusbar=no,menubar=no,,left=0,top=0,height=545,width=790');

}


function winPop(page,height,width){

window.open(page,'','scrollbars=yes,statusbar=no,menubar=no,,left=0,top=0,height='+height+',width='+width);

}