/*
var browser = navigator.appName;
//var flag;
var w;
var facce = new Array(12);
//var index1;
//var index2;
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function init() {
	//flag = 1;
	//index1 = 0;
	//index2 = 11;
	if (browser == "Microsoft Internet Explorer") {	//correzioni grafiche per Explorer
		document.getElementById("logo").style.top = 30;
		var path = window.location.pathname;
		if ((path == "/") || (path == "/index.html") || (path == "/index.php") || (path == "/commenti.php"))
			document.getElementById("logo1").style.top = 50;
		//document.getElementById("faccia1").style.top = -25;
		//document.getElementById("faccia2").style.top = -25;
		if ((path == "/") || (path == "/index.html") || (path == "/index.php")) {
			document.getElementById("storia").style.top = 250;
			document.getElementById("immagine").style.top = 50;
		}
		if (path == "/commenti.php")
			document.getElementById("comments").style.top = 352;
		document.getElementById("menu").style.top = 250;
	}
*/
	/*
	facce[0] = "immagini/bloop/berlu1.gif";
	facce[1] = "immagini/bloop/fini1.gif";
	facce[2] = "immagini/bloop/ratzi1.gif";
	facce[3] = "immagini/bloop/bin1.gif";
	facce[4] = "immagini/bloop/bob1.gif";
	facce[5] = "immagini/bloop/bush1.gif";
	facce[6] = "immagini/bloop/berlu2.gif";
	facce[7] = "immagini/bloop/fini2.gif";
	facce[8] = "immagini/bloop/ratzi2.gif";
	facce[9] = "immagini/bloop/bin2.gif";
	facce[10] = "immagini/bloop/bob2.gif";
	facce[11] = "immagini/bloop/bush2.gif";
	w = setInterval("cambia()",1000);	
	*/
}
/*
function cambia(){
	var str;
	if (flag == 1) {
		flag = 0;
		str = facce[index1];
		index1++;
		if (index1 == 12)
			index1 = 0;
		document.images['faccia1'].setAttribute("src",str);
	}
	else {
		flag = 1;
		str = facce[index2];
		index2--;
		if (index2 == -1) 
			index2 = 11;
		document.images['faccia2'].setAttribute("src",str);
	}
}*/
