<!--
	function MakeNewWindow(address,title,param)
	{
		var newWindow = window.open (address,title,param);
	}
	
//-->

   
