bgcolor='#F3F9DF';
bgcolor2='#CAE37B';
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:#007A65; text-decoration:none;}')
document.write('A.ejsmenu {color:#007A65; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative; top:0px; left:0px; width:638px; heigth:38px;"><DIV class=popper id=\"topdeck\"></DIV>');

/*
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[6] = new Array;

zlien[0][0] = '<A HREF="/" CLASS=ejsmenu>&nbsp;&nbsp;Accueil</A>';

zlien[1][0] = '<A HREF="unassi.php" CLASS=ejsmenu>&nbsp;&nbsp;UNASSI</A>';
zlien[1][1] = '<A HREF="nos_actions.php" CLASS=ejsmenu>&nbsp;&nbsp;Nos Actions</A>';
zlien[1][2] = '<A HREF="nos_outils.php" CLASS=ejsmenu>&nbsp;&nbsp;Nos Outils</A>';
zlien[1][3] = '&nbsp;&nbsp;L\'Association';
zlien[1][4] = '<A HREF="statuts.php" CLASS=ejsmenu>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Statuts</A>';
zlien[1][5] = '<A HREF="conseil_admin.php" CLASS=ejsmenu>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Conseil d\'Administration</A>';

zlien[2][0] = '<A HREF="evenements.php?cat=1" CLASS=ejsmenu>&nbsp;&nbsp;Congrès</A>';
zlien[2][1] = '<A HREF="evenements.php?cat=2" CLASS=ejsmenu>&nbsp;&nbsp;Colloques</A>';
zlien[2][2] = '<A HREF="evenements.php?cat=3" CLASS=ejsmenu>&nbsp;&nbsp;Journées à thème</A>';

zlien[3][0] = '<A HREF="docjuridiques.php" CLASS=ejsmenu>&nbsp;&nbsp;Textes</A>';

zlien[4][0] = '<A HREF="formations.php?formation_id=1" CLASS=ejsmenu>&nbsp;&nbsp;DU</A>';
zlien[4][1] = '<A HREF="formations.php" CLASS=ejsmenu>&nbsp;&nbsp;Autres formations</A>';

zlien[5][0] = '<A HREF="documents.php?cat=1" CLASS=ejsmenu>&nbsp;&nbsp;Journal de l\'UNASSI</A>';
zlien[5][1] = '<A HREF="documents.php?cat=6" CLASS=ejsmenu>&nbsp;&nbsp;Lettre Adhérents</A>';
zlien[5][2] = '<A HREF="documents.php?cat=5" CLASS=ejsmenu>&nbsp;&nbsp;Référentiel SSIAD</A>';
zlien[5][3] = '<A HREF="documents.php?cat=4" CLASS=ejsmenu>&nbsp;&nbsp;Divers</A>';
/*zlien[5][3] = '<A HREF="documents.php?cat=3" CLASS=ejsmenu>&nbsp;&nbsp;Formulaires</A>';*/
/*zlien[5][4] = '<A HREF="documents.php?cat=8" CLASS=ejsmenu>&nbsp;&nbsp;Le BP 2008/ Indicateurs</A>';*/
/*zlien[5][5] = '<A HREF="documents.php?cat=4" CLASS=ejsmenu>&nbsp;&nbsp;Divers</A>';*/
/*zlien[5][6] = '<A HREF="documents.php?cat=9" CLASS=ejsmenu>&nbsp;&nbsp;Téléchargements</A>';*/

zlien[6][0] = '<A HREF="contact.php" CLASS=ejsmenu>Vos coordonnées&nbsp;&nbsp;</A>';

tlien = new Array;
tlien[0] = new Array;
tlien[1] = new Array;
tlien[2] = new Array;
tlien[3] = new Array;
tlien[4] = new Array;
tlien[5] = new Array;
tlien[6] = new Array;

tlien[0][0] = '/';

tlien[1][0] = 'edito.php';
tlien[1][1] = 'nos_actions.php';
tlien[1][2] = 'nos_outils.php';
tlien[1][3] = '';
tlien[1][4] = 'statuts.php';
tlien[1][5] = 'conseil_admin.php';

tlien[2][0] = 'evenements.php?cat=1';
tlien[2][1] = 'evenements.php?cat=2';
tlien[2][2] = 'evenements.php?cat=3';

tlien[3][0] = 'docjuridiques.php';
tlien[3][1] = 'documents.php?document_id=15&cat=3';

tlien[4][0] = 'formations.php?formation_id=1';
tlien[4][1] = 'formations.php';

tlien[5][0] = 'documents.php?cat=1';
tlien[5][1] = 'documents.php?cat=6';
tlien[5][2] = 'documents.php?cat=5';
tlien[5][3] = 'documents.php?cat=3';
tlien[5][4] = 'documents.php?cat=8';
/*tlien[5][5] = 'documents.php?cat=4';*/
/*tlien[5][6] = 'documents.php?cat=9';*/

tlien[6][0] = 'contact.php';

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,largeur,alignement,couleur,lien)
{
skn.visibility = "hidden";
a=true;
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="+largeur+"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
if (dom) { content += "<TR><TD CLASS=menu_cel_bleu>&nbsp;</TD></TR>" }
pass = 0;
while (pass < msg.length) {
	
	if (lien[pass] != '') {
		
		content += "<TR><TD CLASS=menu_cel BGCOLOR="+couleur+" ALIGN="+alignement+" style=\"cursor: pointer;\" onClick=\"window.location='"+lien[pass]+"'\" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+couleur+"'\" HEIGHT=20><FONT SIZE=-1 FACE=\"arial\" color=\"#008E7C\"><b>"+msg[pass]+"</b></FONT></TD></TR>";
	
	} else {
		
		content += "<TR><TD CLASS=menu_cel_vide BGCOLOR="+couleur+" ALIGN="+alignement+"  HEIGHT=20><FONT SIZE=-1 FACE=\"arial\" color=\"#008E7C\"><b>"+msg[pass]+"</b></FONT></TD></TR>";		
		
	}
	pass++;
}
content += "</TABLE></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 class=menu BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=638 HEIGHT=38 background=\"images/fond_menu.jpg\"><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH="100%"><TR>')
document.write('<TD WIDTH=80 ALIGN=center onMouseOver="pop(zlien[0],4, 64,\'LEFT\', \''+bgcolor2+'\', tlien[0])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;"><a href="/" CLASS=ejsmenu>Accueil</a></div></TD>')
document.write('<TD WIDTH=160 ALIGN=center onMouseOver="pop(zlien[1],67, 200,\'LEFT\', \''+bgcolor2+'\', tlien[1])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;">Qui sommes-nous ?</div></TD>')
document.write('<TD WIDTH=90 ALIGN=center onMouseOver="pop(zlien[2],200,140,\'LEFT\', \''+bgcolor2+'\', tlien[2])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;">Evènements</div></TD>')
document.write('<TD WIDTH=80 ALIGN=center onMouseOver="pop(zlien[3],287,160,\'LEFT\', \''+bgcolor2+'\', tlien[3])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;">Juridique</div></TD>')
document.write('<TD WIDTH=80 ALIGN=center onMouseOver="pop(zlien[4],360,140,\'LEFT\', \''+bgcolor2+'\', tlien[4])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;">Formations</div></TD>')
document.write('<TD WIDTH=100 ALIGN=center onMouseOver="pop(zlien[5],435,188,\'LEFT\', \''+bgcolor2+'\', tlien[5])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;">Documentation</div></TD>')
document.write('<TD WIDTH=120 ALIGN=center onMouseOver="pop(zlien[6],480,158,\'RIGHT\', \''+bgcolor2+'\', tlien[6])" ><div style="font-family : Arial;font-size:11px;font-weight: bold;color:#008E7C;">Nous Contacter</div></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>');
