	function PhotoPopUp(img)
	{
	
		if (typeof SymRealWinOpen != 'undefined') 
		{
			if (document.all)
			{ 
				window.open = SymRealWinOpen;
	        	} 
		}

		var PhotoPopUp = window.open( img, 'PhotoPopUp', 'menubar=no,toolbar=no,status=yes,width=780,height=600,resizable=yes,scrollbars=yes' );
    	PhotoPopUp.focus();
	}