/* AUTHOR: Francesco Scarabelli */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 17/10/2003 */
function Mostra(obj,img,pat){
	if(document.getElementById){
	var ar = document.getElementById(obj);
	var imr = document.getElementById(img);
			if (ar.style.display == "inline"){
			ar.style.display = "none";
			imr.src = pat + "images/freccia_down.gif";
			imr.alt = "Clicca per APRIRE"
			
			}
			else {
			ar.style.display = "inline";
			imr.src = pat + "images/freccia_up.gif";
			imr.alt = "Clicca per CHIUDERE"
			}
			return false;
	}
}
function Sopra(obj){
	obj.className = "menuButtonH";
}
function Fuori(obj){
	obj.className = "menuButton";
}