
	function Start(page,w,h) {
		stats="height="+h+",width="+w+",toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no";
		OpenWin = this.open(page, "CtrlWindow", stats);
	}
