function aprifoto(foto,alt,w,h){
	t=(screen.height-h)/2;
	l=(screen.width-w)/2;
	aa=window.open('','_blank','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,top='+t+',left='+l+',width='+w+',height='+h); 
	aa.document.write("<html><head><title>Centro Diffusione Arte di Palermo - Copyright 2010</title></head><body topmargin=0 marginheight=0 leftmargin=0 marginwidth=0>");
	aa.document.write("<a href=# onclick=window.close()><img src=images/"+foto+"_big.jpg width="+w+" height="+h+" border=0 alt='"+alt+"'></a>");
	aa.document.write("</body></html>");
	aa.document.close();
}

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Copyright - Centro Diffusione Arte");
return false;

}

return true;

}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

