
	<!--

	function openWindow(page){
	newWindow = window.open(page,'thenewwindow','top=5,screenx=5,left=5,screeny=5,width=640,height=500,buttons=no,scrollbars=no,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no');
	newWindow.focus();
	}
	// -->
