<!--
	function newWindow1(LocalWidth,LocalHeight) 
	{
	window.open("","windows1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+LocalWidth+",height="+LocalHeight+"");
	}	

	function newWindowPhoto(LocalWidth,LocalHeight) 
	{
	window.open("","newWindowPhoto","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+LocalWidth+",height="+LocalHeight+"");
	}		
			
-->
	
