bgcolor='#006699';
bgcolor2='#6699CC';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:10; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:50"><DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;

zlien[0][0] = '<A HREF="centrelocalisation.html" CLASS=ejsmenu>Localisation</A>';
zlien[0][1] = '<A HREF="centrehistorique.html" CLASS=ejsmenu>Historique</A>';
zlien[0][2] = '<A HREF="centreadministration.html" CLASS=ejsmenu>Administration</A>';
zlien[0][3] = '<A HREF="centreorganisation.html" CLASS=ejsmenu>Organisation</A>';
zlien[0][4] = '<A HREF="centreprofessionnels.html" CLASS=ejsmenu>Les professionnels</A>';
zlien[0][5] = '<A HREF="contacts.html" CLASS=ejsmenu>Contacts</A>';

zlien[1][0] = '<A HREF="mrhabilitation.html" CLASS=ejsmenu>Habilitation</A>';
zlien[1][1] = '<A HREF="mrservices.html" CLASS=ejsmenu>Services</A>';
zlien[1][2] = '<A HREF="mrcapacite.html" CLASS=ejsmenu>Capacité</A>';
zlien[1][3] = '<A HREF="mradmission.html" CLASS=ejsmenu>Procédures d\'admission</A>';
zlien[1][4] = '<A HREF="mractualites.php" CLASS=ejsmenu>Actualités</A>';
zlien[1][5] = '<A HREF="contacts.html" CLASS=ejsmenu>Contacts</A>';
zlien[1][6] = '<A HREF="mrtarifs.html" CLASS=ejsmenu>Tarifs</A>';

zlien[2][0] = '<A HREF="mecshabilitation.html" CLASS=ejsmenu>Habilitation</A>';
zlien[2][1] = '<A HREF="mecsservices.html" CLASS=ejsmenu>Services</A>';
zlien[2][2] = '<A HREF="mecscapacite.html" CLASS=ejsmenu>Capacité</A>';
zlien[2][3] = '<A HREF="mecsadmission.html" CLASS=ejsmenu>Procédures d\'admission</A>';
zlien[2][4] = '<A HREF="mecsactualites.php" CLASS=ejsmenu>Actualités</A>';
zlien[2][5] = '<A HREF="contacts.html" CLASS=ejsmenu>Contacts</A>';

zlien[4][0] = '<A HREF="famhabilitation.html" CLASS=ejsmenu>Habilitation</A>';
zlien[4][1] = '<A HREF="famservices.html" CLASS=ejsmenu>Services</A>';
zlien[4][2] = '<A HREF="famcapacite.html" CLASS=ejsmenu>Capacité</A>';
zlien[4][3] = '<A HREF="famadmission.html" CLASS=ejsmenu>Procédures d\'admission</A>';
zlien[4][4] = '<A HREF="famactualites.php" CLASS=ejsmenu>Actualités</A>';
zlien[4][5] = '<A HREF="contacts.html" CLASS=ejsmenu>Contacts</A>';

if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.top = 24;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=0 HEIGHT=180><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=200>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Le Centre</FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">EHPAD Lavallée</FONT></TD></tr>')

document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">M.E.C.S</FONT></TD></tr>')

document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],120)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Foyer Accueil Médicalisé</FONT></TD></tr>')

	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');