function closePopup(){	
	document.getElementById('divFotosEmpreendOnload').style.left="-1000px";
}

function viewPopup(){ 
	npixeis = 320;
	
	npixeisTop = yMousePos - 325;
  if(npixeisTop < 225)
		npixeisTop = 225;		
	
  if(screen.width > 1024)
		document.getElementById('divFotosEmpreendOnload').style.left = (npixeis+50)+"px";
	else if(screen.width <= 800)
		document.getElementById('divFotosEmpreendOnload').style.left = (npixeis-120)+"px";
	else
		document.getElementById('divFotosEmpreendOnload').style.left = npixeis+"px";	
}
