<!--
function Credits(){
	var larg = 200;
	var alte = 70;
	var x = (screen.width) ? Math.round(screen.width/2)-Math.round(larg/2) : 0;
	var y = (screen.height) ? Math.round(screen.height/2)-Math.round(alte/2) : 0;
	var features = 'width='+larg+',height='+alte+',top='+y+',left='+x;
	popup=window.open('Credits.html','Credits',features);
	popup.focus();
}
function Dettaglio(what) {
	if(!what) what = "Dettaglio.asp?foto=1";
	finestra = window.open(what,"Dettaglio","scrollbars=yes,fullscreen=yes");
	finestra.focus();
}
//-->
