		<!--
		function openWindow(sURL) { //v3.0
		newwindow=open(sURL,"openWindow","scrollbars=yes, width=500, height=500, toolbar=no, directories=no, menubar=yes, resizable=no, status=no");
		newwindow.focus();}
		//-->