function foto(mostrar,dia){
	var obj = eval("info"+dia);
	if( mostrar ){
//	    cont.style.display = "";
	    obj.style.display = "";
      //info.style.posTop = (event.y)+15;
		  //info.style.posLeft = (event.x)-150;
	}
	else{
	    obj.style.display = "none";
			//alert(obj.style.posLeft);
//	    cont.style.display = "none";
	}
}

