// JavaScript Document

 <!--

 
function Start(page) {
	var winl = (screen.width - 650) / 2;
    var wint = (screen.height - 450) / 2;
    winprops = 'height=550,width=700,top='+wint+',left='+winl+'resizable=0'
  	OpenWin = this.open(page, "CtrlWindow",  winprops);
}
 
 
 function Startx(page) {
	var winl = (screen.width - 650) / 2;
    var wint = (screen.height - 450) / 2;
    winprops = 'height=530,width=710,top='+wint+',left='+winl+'resizable=0'
  	OpenWin = this.open(page, "CtrlWindow",  winprops);
}



