
	function RollOn(Oggetto, Nome){
	var Immagine
	Immagine = "../IMG/On" + Nome
	Oggetto.src = Immagine
	}
	
	function RollOff(Oggetto, Nome){
	var Immagine
	Immagine = "../IMG/" + Nome
	Oggetto.src = Immagine
	}

	function Apri(Pagina){
	//window.open("PAGINE/"+Pagina,"mainFrame")
	window.open(Pagina,"_self")
	}
	function Reset(){
	Alert("OK")
	Profilo.src = "../IMG/Profilo.gif"
	}
	
	function MM_openBrWindow(theURL,winName,features) 
	{ //v2.0
	window.open(theURL,winName,features);
    }