// JavaScript Document
function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "width=450,height=700,left=300,top=10,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
function popUp(image) {
props=window.open(image, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=560, height=500 left = 30, top = 30');
}
function popUpStor(image) {
props=window.open(image, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=760, height=600 left = 30, top = 30');
}


