
function openWindow(URL) {
	aWindow=window.open(URL, "theWindow", "width=465,height=330,scrollbars=no,resizable=yes");
}
