//--------------------------
//script para popup de fotos
//--------------------------
function verfoto(name,width,height)
	{	
	imgUrl="foto.htm?img="+name;  
	eval("window.open(imgUrl,'fotografia','resizable=no,toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,screenX=10,screenY=10,left=10,top=10,width="+width+",height="+height+"')");
	}