function cambia_class(id_class,class_name)
 { id_class.src = class_name;
 };
function chiudi_finestra()
 { window.close();
 };
 function mostra_livello(livello)
 {  
 var oggetto_livello = document.all[livello];
 		 oggetto_livello.style.visibility="visible";
 }
 function nascondi(livello)
 {  
 var oggetto_livello = document.all[livello];
 		 oggetto_livello.style.visibility="hidden";
 }
 
function scrivi_menu()
 {document.write('<font color="##0000ff" face="Verdana,Arial" size="2" >');
	document.write('<a href="chisiamo.htm">Chi siamo<br></a>');
	document.write('<a href ="statutoatto.htm">Statuto e Atto Costitutivo<br></a>');
	document.write('<a href ="lanostrasede.htm">La nostra sede<br></a>');
	document.write('<a href ="lenostreattivita.htm">Le nostre attivitą<br></a>');
	document.write('<a href ="cineforum.htm">Cineforum Clizia<br></a>');
	document.write('<a href ="gite.htm">Le nostre gite<br></a>');
	document.write('<a href ="teatro.htm">Il Teatro<br></a>');
	document.write('<a href ="corsi.htm">I Corsi<br></a>');
	document.write('<a href="eventi.htm">Programma eventi<br></a>');
	document.write('<a href="news.htm">News<br></a>');
	document.write('<a href="downloads.htm">Downloads<br></a>');
	document.write('<a href="mailto:info@associazioneclizia.it" title="posta elettronica">Contattaci</a><br>');
	document.write('<a href ="link.htm">Link utili<br></font></a>');
	} 
	 
	function cambia_colore(id_cella,colore)
 {  id_cella.style.backgroundColor=colore;
 }
  