function openWin(URL) {
   aWindow = window.open(URL,"thewindow","width=800,height=600,location=1,resizable=yes,scrollbars=1,toolbar=1,status=1,menubar=1")
		}
