<!--

function openWindow(URL) {
	aWindow=window.open(URL, "theWindow", "width=376,height=495,scrollbars=no,resizable=no");
}
//-->