
//altezza area testo link
hauteurcadre = 24;

xmenu = new Array;
xlien = new Array;

//array menu
xmenu[0] = '';
xmenu[1] = '<b>concerti</b>';
xmenu[2] = '';
xmenu[3] = '<b>la band</b>';
xmenu[4] = '<b>discografia</b>';
xmenu[5] = '';
xmenu[6] = '<b>foto</b>';
xmenu[7] = '<b>rassegna stampa</b>';
xmenu[8] = '<b>contatti</b>';
xmenu[9] = '';

xlien[0] = '&nbsp;'
xlien[1] = '&nbsp;'
xlien[2] = '&nbsp;'
xlien[3] = ''
xlien[4] = ''
xlien[5] = '&nbsp;'
xlien[6] = ''
xlien[7] = ''
xlien[8] = ''
xlien[9] = '&nbsp;'

xmenu[0] += '<A HREF="home.html" TARGET="corpo" CLASS=menudyn3><b>home</b></A>';

xlien[1] += '<A HREF="archivioconcerti.html" TARGET="corpo" CLASS=menudyn3>archivio concerti</A>';
xlien[1] += ' - '
xlien[1] += '<A HREF="concerti.html" TARGET="corpo" CLASS=menudyn3>prossimi concerti</A>';

xmenu[2] += '<A HREF="novita.html" TARGET="corpo" CLASS=menudyn3><b>novità</b></A>';

xlien[3] += '<A HREF="nome.html" TARGET="corpo" CLASS=menudyn3 title="etimologia del nome">il nome</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="biografia.html" TARGET="corpo" CLASS=menudyn3 title="la biografia">bio</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="gabriele.html" TARGET="corpo" CLASS=menudyn3 title="voce">gabriele</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="zepo.html" TARGET="corpo" CLASS=menudyn3 title="chitarra">zepo</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="dea.html" TARGET="corpo" CLASS=menudyn3 title="batteria">dea</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="francesco.html" TARGET="corpo" CLASS=menudyn3 title="basso">francesco</A>';
xlien[3] += ' - '
xlien[3] += '<A HREF="emiliano.html" TARGET="corpo" CLASS=menudyn3 title="tastiere">emiliano</A>';

xlien[4] += '<A HREF="speranza.html" TARGET="corpo" CLASS=menudyn3>nuova speranza</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="stanza.html" TARGET="corpo" CLASS=menudyn3>la stanza anno 1</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="marte.html" TARGET="corpo" CLASS=menudyn3>marte</A>';
xlien[4] += ' - '
xlien[4] += '<A HREF="introspezioni.html" TARGET="corpo" CLASS=menudyn3>introspezioni elettriche</A>';

xmenu[5] += '<A HREF="martenv.html" TARGET="corpo" CLASS=menudyn3><b>marte</b></A>';

xlien[6] += '<A HREF="fotoconcerti.html" TARGET="corpo" CLASS=menudyn3>foto concerti</A>';
xlien[6] += ' - '
xlien[6] += '<A HREF="altrefoto.html" TARGET="corpo" CLASS=menudyn3>altre foto</A>';

xlien[7] += '<A HREF="recensioni.html" TARGET="corpo" CLASS=menudyn3>recensioni</A>';
xlien[7] += ' - '
xlien[7] += '<A HREF="interviste.html" TARGET="corpo" CLASS=menudyn3>interviste</A>';

xlien[8] += '<A HREF="mailto:info@biofonia.it" CLASS=menudyn3>info</A>';
xlien[8] += ' - '
xlien[8] += '<A HREF="mailto:gabriele@biofonia.it" CLASS=menudyn3>gabriele</A>';
xlien[8] += ' - '
xlien[8] += '<A HREF="mailto:zepo@biofonia.it" CLASS=menudyn3>zepo</A>';
xlien[8] += ' - '
xlien[8] += '<A HREF="mailto:dea@biofonia.it" CLASS=menudyn3>dea</A>';
xlien[8] += ' - '
xlien[8] += '<A HREF="mailto:francesco@biofonia.it" CLASS=menudyn3>francesco</A>';
xlien[8] += ' - '
xlien[8] += '<A HREF="mailto:emiliano@biofonia.it" CLASS=menudyn3>emiliano</A>';

xmenu[9] += '<A HREF="newsletter.html" TARGET="corpo" CLASS=menudyn3><b>newsletter</b></A>';



document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#000000; text-decoration:;}\nA:hover.menudyn3 {color:#0054FF;text-decoration:;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*101)+' BGCOLOR=#000000>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#6d74bd onClick="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=3 FACE="palatino linotype"><A HREF="#" onClick="return(false)" onClick="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#aab0ca HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33">&nbsp;</div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
			document.all.td0.style.background='#aab0ca';
	document.all.td1.style.background='#aab0ca';
	document.all.td2.style.background='#aab0ca';
	document.all.td3.style.background='#aab0ca';
	document.all.td4.style.background='#aab0ca';
	document.all.td5.style.background='#aab0ca';
	document.all.td6.style.background='#aab0ca';
	document.all.td7.style.background='#aab0ca';
	document.all.td8.style.background='#aab0ca';
	document.all.td9.style.background='#aab0ca';
		tditem.style.background='#6d74bd';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#aab0ca';
	document.getElementById("td1").style.background='#aab0ca';
	document.getElementById("td2").style.background='#aab0ca';
	document.getElementById("td3").style.background='#aab0ca';
	document.getElementById("td4").style.background='#aab0ca';
	document.getElementById("td5").style.background='#aab0ca';
	document.getElementById("td6").style.background='#aab0ca';
	document.getElementById("td7").style.background='#aab0ca';
	document.getElementById("td8").style.background='#aab0ca';
	document.getElementById("td9").style.background='#aab0ca';
tditem.style.background='#6d74bd';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<div align="center"><FONT SIZE=3 FACE="palatino linotype">'+which+'</FONT></div>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
	else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=3 FACE="palatino linotype"><b>'+which+'</b></FONT></CENTER>';
			}
			else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<div align="center"><FONT SIZE=3 FACE="palatino linotype"><a>'+which+'</a></FONT></div>';
	}
			
	
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);
