function selectURL(nexturl) {
 	if (nexturl != "") {
		  window.top.location.href = nexturl;
	 }
}

function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "width=800,height=430,menubar=no,toolbar=no,location=no,directories=no,personalbar=no,scrollbars=yes,dependent=no");
}