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