hauteurcadre = 6;

xmenu = new Array;
xlien = new Array;

xmenu[0] = 'Accueil / Welcome';
xmenu[1] = 'Information';
xmenu[2] = 'Musique / Music';
xmenu[3] = 'Photos';
xmenu[4] = 'Liens / Links';
xmenu[5] = 'Divers';

xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''

xlien[0] += '<div align="left"><A HREF="./accueil.html" CLASS=menudyn3>Accueil / Welcome</A>';

xlien[1] += '<div align="center"><A HREF="./menu1.html" CLASS=menudyn3>Presentation</A>';
xlien[1] += '<font color=#EAF9FF>rien</font>';
xlien[1] += '  |  '
xlien[1] += '<font color=#EAF9FF>rien</font>';
xlien[1] += '<A HREF="./repetitions.html" CLASS=menudyn3>Repetitions / Practice</A>';
xlien[1] += '<font color=#EAF9FF>rien</font>';
xlien[1] += '  |  '
xlien[1] += '<font color=#EAF9FF>rien</font>';
xlien[1] += '<A HREF="menu2.html" CLASS=menudyn3>Concerts</A>';

xlien[2] += '<div align="center"><A HREF="symphonique.html" CLASS=menudyn3>Orchestre</A>';
xlien[2] += '<font color=#EAF9FF>rien</font>';
xlien[2] += '  |  '
xlien[2] += '<font color=#EAF9FF>rien</font>';
xlien[2] += '<A HREF="musiciens.html" CLASS=menudyn3>Musiciens</A>';
xlien[2] += '<font color=#EAF9FF>rien</font>';
xlien[2] += '  |  '
xlien[2] += '<font color=#EAF9FF>rien</font>';
xlien[2] += '<A HREF="recrutement.html" CLASS=menudyn3>Recrutement</A>';
xlien[2] += '<font color=#EAF9FF>rien</font>';
xlien[2] += '  |  '
xlien[2] += '<font color=#EAF9FF>rien</font>';
xlien[2] += '<A HREF="repertoire.html" CLASS=menudyn3>Repertoire</A>';


xlien[3] += '<div align="center"><A HREF="album.html" CLASS=menudyn3>Photos</A>';

xlien[4] += '<div align="right"><A HREF="liens.html" CLASS=menudyn3>Liens / Links</A>';
xlien[4] += '<font color=#EAF9FF>rien</font>';
xlien[4] += '  |  '
xlien[4] += '<font color=#EAF9FF>rien</font>';
xlien[4] += '<A HREF="livre.html" CLASS=menudyn3>Livre d or</A>';

xlien[5] += '<div align="right"><A HREF="jokes.html" CLASS=menudyn3>Humour / Jokes</A>';


document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#0066FF; text-decoration:none;}\nA:hover.menudyn3 {color:#000099;text-decoration:none;}\n</STYLE>');
document.write('<STYLE TYPE="text/css">\nA.menudynB {color:#EAF9FF; text-decoration:none;}\nA:hover.menudynB {color:#EAF9FF;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100% BGCOLOR=#99ccff>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#99CCFF onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=1 FACE="Verdana"><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#EAF9FF 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='#EAF9FF';
	document.all.td1.style.background='#EAF9FF';
	document.all.td2.style.background='#EAF9FF';
	document.all.td3.style.background='#EAF9FF';
	document.all.td4.style.background='#EAF9FF';
	document.all.td5.style.background='#EAF9FF';
		tditem.style.background='#FFFFEA';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#EDEDFF';
	document.getElementById("td1").style.background='#EDEDFF';
	document.getElementById("td2").style.background='#EDEDFF';
	document.getElementById("td3").style.background='#EDEDFF';
	document.getElementById("td4").style.background='#EDEDFF';
	document.getElementById("td5").style.background='#EDEDFF';
tditem.style.background='#DFDAD9';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=1 FACE="Verdana">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana, Arial"><B>'+which+'</B></FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT SIZE=1 FACE="Verdana">'+which+'</FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);