// JavaScript Document
	function OpenPrint()
	{
		var loc=document.location.href;
		
		window.open('../printVersion.php?url='+ loc,'print','titlebar=yes,scrollbars=yes,resizable=yes,menubar=yes,width=720,height=600');
	}
		function OpenSendMail()
	{
		var loc=document.location.href;
		
		window.open('../emailToFriend.php?url='+ loc,'SendMail','titlebar=yes,scrollbars=yes,resizable=yes,menubar=yes,width=720,height=600');
	}