	function openWindow(ref) {
		window.open(ref,"_blank","location=no,scrollbars=yes,resizable=yes,toolbar=yes,width=725,height=500,menubar=no");
	}

	function openWindowFoto(ref) {
		window.open(ref,"foto","location=no,scrollbars=no,toolbar=no,width=570,height=450,menubar=no");
		
	}

	function openWindow2(ref,target,info) {
		window.open(ref,target,info);
	}

	function mapa_Dofscommand(ref)
	{alert(ref)
	openWindowFoto (ref)
	}




