function inizio(){	//png	if(supersleight){supersleight.init();}		//rollover	cerca_rollover();		//menu tendina	Event.observe($('eventi_a'), 'click', mostra_menu);		//contenuto centro	$$('.a_sposta_centro').each(function(elt){		Event.observe(elt, 'click', sposta_centro);	});		//filmati	$$('.a_file').each(function(elt){		Event.observe(elt, 'click', mostra_file);	});	if($('filmato_chiudi')){		Event.observe($('filmato_chiudi'), 'click', chiudi_filmato);	}		//news	init_news();	}//initEvent.observe(window, 'load', inizio);