<!--
	function openPolicyWindow()
	{
		window.open('policy.htm','PopupWin','toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,status=no, height=350, width=700');
	}
	
	function openContactWindow()
	{
		window.open('contact.htm','PopupWin','toolbar=no,location=no,scrollbars=no,resizable=no,menubar=no,status=no, height=200, width=400');
	}
	
--> 


