function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,width=800,height=600,top=50,left=200,resizable=yes,location=yes,scrollbars=yes");
OpenWin.focus ();
}
