pagina=null;
function apri (url,w,h,x,y){
if (pagina != null)
	pagina.close();
	pagina=window.open(url,null,"fullscreen=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width="+w+",height="+h+",top="+x+",left="+y);
}

function openPopup (foto){   
if (pagina != null)
pagina.close();
pagina=window.open("fotoPopup.php?foto="+foto,"","fullscreen=no,status=no,toolbar=no,scrollbars=yes,resizable=yes,width=800,height=600,top=10,left=10");
}
