	function openWin(URL){
			aWindow=window.open(URL, "thewindow", "toolbar=no, width=625, height=425, status=yes, scrollbars=no, resize=no, menubar=no");
		}
