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