
hauteurcadre = 20;

xmenu = new Array;
xlien = new Array;

xmenu[0] = '<A HREF="index.html" CLASS=menudyn3>Accueil  &nbsp;| </A>';
xmenu[1] = '<A HREF="propos.html" CLASS=menudyn3>À propos de nous &nbsp;| </A>';
xmenu[2] = '<A HREF="placement.html" CLASS=menudyn3>Placement infirmiers &nbsp;| </A>';
xmenu[3] = '<A HREF="carrieres.html" CLASS=menudyn3>Carrières et profession &nbsp;| </A>';
xmenu[4] = '<A HREF="contactez-nous.html" CLASS=menudyn3>Contactez-nous &nbsp; |</A>';




xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''

xlien[0] += '';
xlien[1] += '  '
xlien[1] += '<A HREF="nouvelles.html" CLASS=menudyn3> Nouvelles &nbsp;| </A>';
xlien[0] += '';
xlien[2] += '  '


xlien[3] += '<A HREF="equipe.html" CLASS=menudyn3>Faire équipe avec nous &nbsp;| </A>';
xlien[3] += '  '
xlien[3] += '<A HREF="nouvelles.html" CLASS=menudyn3> Nouvelles &nbsp;| </A>';
xlien[3] += '  '
xlien[3] += '<A HREF="information.html" CLASS=menudyn3> Information &nbsp;| </A>';
xlien[3] += '  '
xlien[3] += '<A HREF="javascript:mailpage()" CLASS=menudyn3> Faire parvenir votre CV &nbsp;| </A>';
xlien[4] += '';

document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#cccccc; 	 text-decoration:none;}\nA:hover.menudyn3 {color:#9DAA98;	 text-decoration:none;}\n</STYLE>');

document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' bgcolor="#00664B">  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=700>  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD bgcolor="#00664B" onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=LEFT ID=td'+i+'><FONT-SIZE=small  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="#00664B" 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='#00664B';
	document.all.td1.style.background='#00664B';
	document.all.td2.style.background='#00664B';
	document.all.td3.style.background='#00664B';
	document.all.td4.style.background='#00664B';
	
		tditem.style.background='#00664B';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#00664B';
	document.getElementById("td1").style.background='#00664B';
	document.getElementById("td2").style.background='#00664B';
	document.getElementById("td3").style.background='#00664B';
		document.getElementById("td4").style.background='#00664B';

tditem.style.background='#00664B';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<FONT-SIZE=small  FACE="Arial">'+which+'</FONT>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<LEFT><FONT-SIZE=small FACE="Arial"><B>'+which+'</B></FONT></LEFT>';
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML='<FONT-SIZE=small 	 FACE="Arial">'+which+'</FONT>';
	}
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);



