/*
<SCRIPT LANGUAGE="JavaScript" SRC="ejs_menu_dyn.js"></SCRIPT> 
*/

bgcolor='#FFFFC0';
bgcolor2='#EEEEEE';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
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[0][1] = '<A HREF="Charte-editoriale" CLASS=ejsmenu><b>Charte editoriale</b></A>';
zlien[0][2] = '<A HREF="spip.php?page=comite_editorial" CLASS=ejsmenu><b>Comite editorial</b></A>';
zlien[1][1] = '<A HREF="spip.php?page=articles_tribune" CLASS=ejsmenu><b>Billets</b></A>';
zlien[1][2] = '<A HREF="Publier-sur-le-Blog" CLASS=ejsmenu><b>Publier</b></A>';
zlien[2][1] = '<A HREF="spip.php?page=breves_web" CLASS=ejsmenu><b>Infos rapides</b></A>';
zlien[2][2] = '<A HREF="spip.php?page=articles_blog" CLASS=ejsmenu><b>Publications</b></A>';
zlien[2][3] = '<A HREF="Proposer-un-article-d-information" CLASS=ejsmenu><b>Publier</b></A>';
zlien[3][1] = '<A HREF="spip.php?page=residences_sommaire1" CLASS=ejsmenu><b>Residences</b></A>';
zlien[3][2] = '<A HREF="spip.php?page=actions_locales" CLASS=ejsmenu><b>Actions locales</b></A>';
zlien[3][3] = '<A HREF="spip.php?page=espace_yokoro" CLASS=ejsmenu><b>Intergenerations</b></A>';
zlien[3][4] = '<A HREF="spip.php?page=espace_prestataire" CLASS=ejsmenu><b>Prestataires</b></A>';
var nava = (document.layers); 
var dom = (document.getElementById); 
var iex = (document.all); 
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24; 

function pop(msg,pos)
{
skn.visibility = "hidden"; 
a=true
skn.left = pos; 
if (pos == "0") { 
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=150><TR><TD><TABLE WIDTH=100% BGCOLOR=#000000 BORDER=0 CELLPADDING=0 CELLSPACING=1>";
} else if (pos=="100") {
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=250><TR><TD WIDTH=100><TD><TABLE WIDTH=100% BGCOLOR=#000000 BORDER=0 CELLPADDING=0 CELLSPACING=1>";
} else if (pos=="200") {
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=350><TR><TD WIDTH=200><TD><TABLE WIDTH=100% BGCOLOR=#000000 BORDER=0 CELLPADDING=0 CELLSPACING=1>";
} else if (pos=="300") {
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=450><TR><TD WIDTH=300><TD><TABLE WIDTH=100% BGCOLOR=#000000 BORDER=0 CELLPADDING=0 CELLSPACING=1>";
} else if (pos=="400") {
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=550<TR><TD WIDTH=400><TD><TABLE WIDTH=100% BGCOLOR=#000000 BORDER=0 CELLPADDING=0 CELLSPACING=1>";
} else if (pos=="500") {
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=650<TR><TD WIDTH=500><TD><TABLE WIDTH=100% BGCOLOR=#000000 BORDER=0 CELLPADDING=0 CELLSPACING=1>";
}

 pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD ALIGN=center 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></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=600><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[0],0)" href=spip.php?page=sommaire CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><b>Accueil</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[1],100)" href=http://www.seniors-en-action.fr CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><b>Blog</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[2],200)" href=spip.php?page=sommaire CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><b>Magazine</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><b>Services</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[3],400)" href=spip.php?page=blogs_seniorweb CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><b>Blogs perso</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[4],500)" href=Contact CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><b>Contact</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
