
/* A REGLER MANUELLEMENT SI LE CADRE EST TROP PETIT */
hauteurcadre = 10;

xmenu = new Array;
xlien = new Array;

xmenu[0] = '<A HREF="http://www.chefadomicile.fr/chef_a_domicile.html" CLASS=menudyn3>Présentation</A>';
xmenu[1] = '<A HREF="http://www.chefadomicile.fr/services.html" CLASS=menudyn3>Services</A>';
xmenu[2] = '<A HREF="http://www.chefadomicile.fr/menus.html" CLASS=menudyn3>Menus</A>';
xmenu[3] = '<A HREF="http://www.chefadomicile.fr/contacter-chef-a-domicile.htm" CLASS=menudyn3>Contacts</A>';


xlien[0] = '<A HREF="http://www.chefadomicile.fr/present.html" CLASS=menudyn3></A>'
xlien[1] = '<A HREF="http://www.chefadomicile.fr/serv.html"CLASS=menudyn3> </A>'
xlien[2] = '<A HREF="http://www.chefadomicile.fr/men.html"CLASS=menudyn3> </A>'
xlien[3] = '<A HREF="http://www.chefadomicile.fr/cont.html"CLASS=menudyn3> </A>'
xlien[0] += '<A HREF="http://www.chefadomicile.fr/votre_chef_a_domicile.html" CLASS=menudyn3>L\'entreprise</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="http://www.chefadomicile.fr/chef.html" CLASS=menudyn3>Le Chef</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="http://www.chefadomicile.fr/infos.html" CLASS=menudyn3>Infos</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="http://www.chefadomicile.fr/organisation_reception.html" CLASS=menudyn3>Organisation de réceptions</A>';
xlien[0] += ' | '
xlien[0] += '<A HREF="http://www.chefadomicile.fr/emplois.html" CLASS=menudyn3>Emplois</A>';
xlien[1] += '<A HREF="http://www.chefadomicile.fr/cuisine_a_domicile.html" CLASS=menudyn3>Particuliers</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="http://www.chefadomicile.fr/repas-affaire.html" CLASS=menudyn3>Entreprises</A>';
xlien[1] += ' | '
xlien[1] += '<A HREF="http://www.chefadomicile.fr/cours_de_cuisine_a_domicile.html" CLASS=menudyn3>Cours de cuisine</A>';
xlien[2] += '<A HREF="http://www.chefadomicile.fr/diner.html" CLASS=menudyn3>Repas à table</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://www.chefadomicile.fr/cocktails.html" CLASS=menudyn3>Cocktails</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://www.chefadomicile.fr/buffets.html" CLASS=menudyn3>Buffets</A>';
xlien[2] += ' | '
xlien[2] += '<A HREF="http://www.chefadomicile.fr/sommelier_a_domicile.html" CLASS=menudyn3>La carte des vins</A>';
xlien[3] += '<A HREF="http://www.chefadomicile.fr/demandeinfos.html" CLASS=menudyn3>Demande de devis</A>';
xlien[3] += ' | '
xlien[3] += '<A HREF="http://www.chefadomicile.fr/reservation.html" CLASS=menudyn3>Réservations</A>';
document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#660033; text-decoration:none;}\nA:hover.menudyn3 {color:#993333;text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' BGCOLOR=#FFFFFF>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#FF0000 onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=-5 FACE="Arial"><A HREF="#" onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#CCCCCC 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='#FFFFFF';
	document.all.td1.style.background='#FFFFFF';
	document.all.td2.style.background='#FFFFFF';
	document.all.td3.style.background='#FFFFFF';
		tditem.style.background='#FFFFFF';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#FFFFFF';
	document.getElementById("td1").style.background='#FFFFFF';
	document.getElementById("td2").style.background='#FFFFFF';
	document.getElementById("td3").style.background='#FFFFFF';
tditem.style.background='#FFFFFF';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT SIZE=-5 FACE="Arial">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=-2 FACE="Arial">'+which+'</FONT></CENTER>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONTSIZE=-5 FACE="Arial">'+which+'</FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);
