function openWin(URL) { // This function opens a page in a new window with scrollbars, status bars, and tool bars removed and a fixed size specified.
	aWindow=window.open(URL,"thewindow","SCROLLBARS=NO, STATUS=NO, RESIZE=NO, TOOLBAR=NO, WIDTH=323, HEIGHT=290");
}
