
function openWindow2(URL) {
	aWindow=window.open(URL, "theWindow", "width=305,height=450,scrollbars=no,resizable=yes");
}
