function Start(page)
     {
     OpenWin = this.open(page, "CtrlWindow","toolbar=No,menubar=No,location=No,scrollbars=yes,resizable=yes,status=no,width=475,height=550,left=50,top=50,");
     }
     

