//script for opening a new window with specific size and properties enabled


function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "resizable=yes,scrollbars=yes,height=270,width=220,left=25,top=100, screenX=25, screenY=100", false);
}
