function closeAreas(){
	document.getElementById('divAreasEmpreend').style.left="-1000px";
}


function viewAreas(npixeis){ 
	document.getElementById('divMapaLocal').style.left="-1000px";
  	document.getElementById('divPedidoInformacao').style.left="-1000px";
	document.getElementById('divFotosEmpreend').style.left="-1000px";

  npixeisTop = yMousePos - 325;
  if(npixeisTop < 225)
		npixeisTop = 225;
  document.getElementById('divAreasEmpreend').style.top = npixeisTop+"px";
  document.getElementById('divAreasEmpreend').style.left = npixeis+"px";  
}
