function apri(url_foto,des_foto){ 
addr="../foto/full.html?"+url_foto+"&"+escape(des_foto) 
alt=550 
lar=550 
rszb=(document.layers)?1:0; 
props='height='+alt+',width='+lar+',top='+parseInt((screen.availHeight-alt)/2)+',left='+parseInt((screen.availWidth-lar)/ 2)+',scrollbars=0,resizable='+rszb+',toolbar=0menubar=0,location=0,status=0'; 
window.open(addr,'_blank',props); 
} 

function MostraDettagli(url_dettagli) {
	var handler=window.open(url_dettagli,"_blank","height=550,width=550,top=120,left=300,scrollbars=1,resizable=0,toolbar=0menubar=0,location=0,status=0");
	handler.location.reload(true);
}
