<!--

function openWindow_two(URL) {
	aWindow=window.open(URL, "theWindow", "width=500,height=410,scrollbars=yes,resizable=no");
}
//-->