function avvio() {
	document.getElementById('contenuto').innerHTML = "<h1><a href='http://bustorugby.blogspot.com/'><b>Busto Rugby</b> - Sito in allestimento. Nel frattempo tenetevi aggiornati con il nostro BLOG</a></h1>";
	document.getElementById('testo').innerHTML = "Campo Sportivo del Gerbone<br>Via S. D'Acquisto - 21057 Olgiate O.<br>Tutti i marted&igrave; e gioved&igrave; dalle 18,30<br>E-Mail: <a href='mailto:contatto@bustorugby.it' title='scrivici'>contatto@bustorugby.it</a><br>Segreteria: 335 5659689<br>Presidenza: 335 6831001<br>Allenatori: 339 7470801"
    }
	
function scambio(id){
	if (document.getElementById)
	{
    	if(document.getElementById(id).style.display == 'none')
		{
      		document.getElementById(id).style.display = 'block';
		}
		else if (document.getElementById(id).style.display == '')
		{
      		document.getElementById(id).style.display = 'block';
    	} 
		else
		{
      		document.getElementById(id).style.display = 'none';
    	}
	}
}
