
function apri_ingrandimento(immagine) {
	var divObj = document.getElementById('ingrandimento');
	divObj.style.display = 'block';
	divObj.innerHTML = '<center><a class="caricature" href="javascript:chiudi_ingrandimento()">indietro</a><br><img src="'+immagine+'"><br><a class="caricature" href="javascript:chiudi_ingrandimento()">indietro</a></center>';
}

function chiudi_ingrandimento() {
	var divObj = document.getElementById('ingrandimento');
	divObj.style.display = 'none';
}

function create_menu_right() {
	document.writeln( "<br><img src=\"pic\/minilinea.gif\" width=\"110\" height=\"1\" border=\"0\" alt=\"\"><br>" )
	document.writeln( "<a href=\"index.html\" class=\"oro\">PRIMA PAGINA</a><br>" )	
	document.writeln( "<a href=\"chisiamo.html\" class=\"giallo\">CHI SIAMO</a><br>" )
	document.writeln( "<a href=\"componenti.html\" class=\"arancio\">COMPONENTI</a><br>" )
	document.writeln( "<a href=\"pubblicazioni.html\" class=\"viola\">PUBBLICAZIONI</a><br>" )
	document.writeln( "<a href=\"cantiinmp3.html\" class=\"azzurro\">CANTI IN MP3</a><br>" )
	document.writeln( "<a href=\"programmi.html\" class=\"giallochiaro\">PROGRAMMI</a><br>" )
	document.writeln( "<a href=\"iniziative.html\" class=\"verde\">INIZIATIVE</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag1.html\" class=\"ghiaccio\">FILO DEI RICORDI</a><br>" )
	document.writeln( "<a href=\"fotodelcoro.html\" class=\"violetto\">FOTO DEL CORO</a><br>" )
	document.writeln( "<a href=\"maestro.html\" class=\"arancio\">QUATTRO RISATE</a><br>" )
	document.writeln( "<a href=\"corifratelli.html\" class=\"rosso\">CORI FRATELLI</a><br>" )
	document.writeln( "<img src=\"pic\/minilinea.gif\" width=\"110\" height=\"1\" border=\"0\" alt=\"\"><br>" )
	document.writeln( "<br><a href=\"mailto:sede@coromontebianco.it\" class=\"normal\"><img src=\"pic\/e-mail.GIF\" border=\"0\" width=\"53\" height=\"51\" alt=\"E-MAIL\"><br><br>e-Mail</a>" )
}

function create_menu_pubblicazioni() {
	document.writeln( "<img src=\"pic\/minilinea.gif\" width=\"110\" height=\"1\" border=\"0\" alt=\"\"><br>" )
	document.writeln( "<a href=\"45giri.html\" class=\"viola\">45 GIRI</a><br>" )
	document.writeln( "<a href=\"album1.html\" class=\"viola\">1&ordm; ALBUM</a><br>" )
	document.writeln( "<a href=\"album2.html\" class=\"viola\">2&ordm; ALBUM</a><br>" )
	document.writeln( "<a href=\"album3.html\" class=\"viola\">3&ordm; ALBUM</a><br>" )
	document.writeln( "<a href=\"album4.html\" class=\"viola\">4&ordm; ALBUM</a><br>" )
	document.writeln( "<a href=\"album5.html\" class=\"viola\">5&ordm; ALBUM</a><br>" )
	document.writeln( "<a href=\"album6.html\" class=\"viola\">6&ordm; ALBUM</a><br>" )
	document.writeln( "<a href=\"canzoniere.html\" class=\"viola\">CANZONIERE</a><br>" )
	document.writeln( "<img src=\"pic\/minilinea.gif\" width=\"110\" height=\"1\" border=\"0\" alt=\"\"><br>" )		
}

function create_menu_filo_dei_ricordi() {
	document.writeln( "<img src=\"pic\/minilinea.gif\" width=\"110\" height=\"1\" border=\"0\" alt=\"\"><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag1.html\" class=\"ghiaccio\">1957-1969</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag2.html\" class=\"ghiaccio\">1970-1986</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag3.html\" class=\"ghiaccio\">1987-1994</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag4.html\" class=\"ghiaccio\">1995-1996</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag5.html\" class=\"ghiaccio\">1997-1998</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag6.html\" class=\"ghiaccio\">1999-2000</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag7.html\" class=\"ghiaccio\">2001</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag8-9.html\" class=\"ghiaccio\">2002-2003</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag10.html\" class=\"ghiaccio\">2004-2005</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag11-12.html\" class=\"ghiaccio\">2006-2007</a><br>" )
	document.writeln( "<a href=\"filodeiricordi_pag13.html\" class=\"ghiaccio\">2008-2010</a><br>" )
	document.writeln( "<a href=\"partecipazioni.html\" class=\"ghiaccio\">PARTECIPAZIONI</a><br>" )	
	document.writeln( "<img src=\"pic\/minilinea.gif\" width=\"110\" height=\"1\" border=\"0\" alt=\"\"><br>" )		
}

function comunicato() {
	document.writeln( "<br><div class=\"mini\" align=\"center\"><b>ATTENZIONE!<br>Il Coro Monte Bianco &egrave; una piccola associazione senza scopo di lucro. Diffidate di chiunque vi proponga l'acquisto di nostri prodotti via internet!</b></div>" )
}

