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