function controlloHash() {
	if (location.hash != "") {
		var posizioneAnd = location.hash.indexOf("&");
		var var_piePagina = location.hash.substring(1, posizioneAnd);
		var var_Sezione = location.hash.substring((posizioneAnd + 1));

		elementoPiePagina = var_piePagina.substring(10);
		elementoContenuto = var_Sezione.substring(5);
		caricaPiePagina('piePaginaSx', elementoPiePagina);
		getContent('contenuti', elementoContenuto);	
		
	} else {
		document.getElementById('contenuti').innerHTML = document.getElementById('contenuti2').innerHTML;
	}
}

function thisMovie(movieName) {
	if (navigator.appName.indexOf("Microsoft") != -1) {
		return window[movieName]
	}
	else {
		return document[movieName]
	}
}

function visNews(numero, idBox, url) {
	thisMovie("testataHome").sezione(numero);
	document.getElementById("layout").style.backgroundImage = 'url(img/fascettaNews.gif)';
	document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
	new Ajax.Updater(idBox, url, {
		evalScripts: true,
		method: 'GET'
	}); 
}
//function loadContent(id, mbu) {     
//      document.getElementById('showmsg').innerHTML = 'Loading...'; 
//      new Ajax.Updater('showmsg', 'ui.php?mbu='+mbu+'&action=msgview&id='+id+'', {method: 'get'}); 
//      Element.hide('mainAreaInternal'); 
//      Element.show('showmsg'); 
//      }  
//function addRequest(idBox, url, myState) {
//	//location.hash = "codSez=" + myState;
//	new Ajax.Updater(idBox, url, {
//		evalScripts: true,
//		method: 'GET'
//	}); 
//}
//function addHome(idBox, indirizzo, myHash) {
//	//alert(myHash);
//	var el = $('addMePLS');
//	var histObj = {hash: myHash, arg: indirizzo};
//	HistMan.register(el, histObj);
//	el.click();
//}

function addHome(idBox, url) {
	new Ajax.Updater(idBox, url, {
		evalScripts: true,
		method: 'GET'
	}); 
}


function caricaPiePagina(idBox, url, myState) {
	new Ajax.Updater(idBox, url, {
		evalScripts: true
	}); 
					 
}

/* ----------- caricamento menu sotto sezioni ----------------- */
function vaiBotteghino(tipo) {
	thisMovie("testataHome").sezione('34');
	document.getElementById("layout").style.backgroundImage = 'url(img/fascettaBotteghino.gif)';
	document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
	caricaPiePagina("piePaginaSx", "elementi/piePagina/botteghino.php", "elementi/piePagina/botteghino");
	if (tipo == "1") {
		document.getElementById("secondo").style.display = 'inline';
	} else if (tipo == "2") {
		document.getElementById("terzo").style.display = 'inline';
	}
}
function vai(numero) {
	thisMovie("testataHome").sezione(numero);
	if (numero == "3") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/fondazione.php", "elementi/piePagina/fondazione");

	} else if (numero == "13") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaTeatro.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina('piePaginaSx', "elementi/piePagina/teatro.php", "elementi/piePagina/teatro.php");
		
	} else if (numero == "25") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaProgrammazione.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/programmazione.php", "elementi/piePagina/programmazione");
	} else if (numero == "27") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaProgrammazione.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/programmazione.php", "elementi/piePagina/programmazione");
	
	} else if (numero == "146" || numero == "149") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaRagazzi.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		//caricaPiePagina("piePaginaSx", "elementi/piePagina/programmazione.php", "elementi/piePagina/programmazione");
		
	} else if (numero == "34") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaBotteghino.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/botteghino.php", "elementi/piePagina/botteghino");
		
	} else if (numero == "43") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaMediaGallery.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/mediagallery.php", "elementi/piePagina/mediagallery");
		
	} else if (numero == "53" || numero == "54") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaVivi.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/vivi.php", "elementi/piePagina/vivi");
	
	} else if (numero == "63") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	
	} else if (numero == "73") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	
	} else if (numero == "83") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	
	} else if (numero == "93") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	
	} else if (numero == "103") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");

	} else if (numero == "112") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/amici.php", "elementi/piePagina/amici");
	
	} else if (numero == "123") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaNews.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
	
	} else if (numero == "135") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	} else if (numero == "157") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaGiovani.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		//caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	} else if (numero == "158") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaRealta.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		//caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	} else if (numero == "2") {
		document.getElementById("layout").style.backgroundImage = 'url(img/fascettaHome.gif)';
		document.getElementById("layout").style.backgroundRepeat = 'repeat-x';
		caricaPiePagina("piePaginaSx", "elementi/piePagina/home.php", "elementi/piePagina/home");
	}
		
}
//function dedicata(idBox, indirizzo, myHash) {
//	//alert(indirizzo);
//	var numDe = Math.random();
//	myHash = myHash + '_id=' + numDe;
//	var el = $('addMePLS');
//	var histObj = {hash: myHash, arg: indirizzo};
//	HistMan.register(el, histObj);
//	el.click();
//}
function dedicata(idBox, url, myState) {
	var pippo = myState;
	//location.hash = "codSez=" + myState;
	new Ajax.Updater(idBox, url, {
		evalScripts: true,
		method: 'GET'
	}); 
}

function caricaSchedaSpett(codice) {
	thisMovie("testataHome").scheda(codice);
}
function caricaSchedaRagazzi(codice) {
	thisMovie("testataHome").schedaRagazzi(codice);
}

function vaiFooter(numero, sez, sottoSez) {
	thisMovie("testataHome").footer(numero, sez, sottoSez);
//	var num = Math.random();
//	attiva('contenuti', 'elementi/contenuto.php?codSez=' + sez + '-' + sottoSez + '', 'cod' + sez + '-' + sottoSez + '_id=' + num + '');
}
function Popup(apri, nome, w_Window, h_Window) {
	var stile = "toolbar=no, left=300, top=100, location=no, menubar=no, scrollbars=no, directories=no, resizeable=no, statusbar=no, width=" + w_Window +", height=" + h_Window + "";
	window.open(apri, nome, stile);
}
function cancellaText() {
	$("txtMail").value = "";
}

function amici(objid) {
	if  (document.getElementById(objid).style.display == 'none') {
		document.getElementById(objid).style.display = 'inline';
	} else {
		document.getElementById(objid).style.display = 'none';
	}		
}

function visualizza(objid, tasto, fascia, piccolo, grande) {
	if  (document.getElementById(objid).style.display == 'none') {
		document.getElementById(objid).style.display = 'inline';
		document.getElementById(fascia).style.width = grande;
		document.getElementById(tasto).style.width = '250px';
	} else {
		document.getElementById(objid).style.display = 'none';
		document.getElementById(fascia).style.width = piccolo;
		document.getElementById(tasto).style.width = '250px';
	}
};
function viewArchvio(objid) {
	if  (document.getElementById(objid).style.display == 'none') {
		document.getElementById(objid).style.display = 'block';
	} else {
		document.getElementById(objid).style.display = 'none';
	}
};

function fncRollOver(elemPuls, fascia, grande) {
	document.getElementById(elemPuls).style.color = '#5e8fa1';
	document.getElementById(fascia).style.width = grande;
}
function fncRollOut(elemPuls, fascia, piccolo) {
	document.getElementById(elemPuls).style.color = '#5e8fa1';
	document.getElementById(fascia).style.width = piccolo;
}
	





