bgcolor='#445A95';
bgcolor2='#445A95';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:1; }')
document.write('A:hover.ejsmenu {color:#8FBFFD; text-decoration:none;}')
document.write('A.ejsmenu {color:#8FBFFD; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><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[0][0] = '<A HREF="fr/contexte.html"CLASS=ejsmenu >Contexte</A>';
zlien[0][1] = '<A HREF="fr/objectifs.html" CLASS=ejsmenu >Objectifs</A>';
zlien[0][2] = '<A HREF="fr/resultats.html" CLASS=ejsmenu >R&eacute;sultats</A>';
zlien[0][3] = '<A HREF="fr/partenaires.html" CLASS=ejsmenu >Partenaires</A>';
zlien[1][0] = '<A HREF="fr/modules.html" CLASS=ejsmenu >Modules</A>';
zlien[1][1] = '<A HREF="fr/videos.html" CLASS=ejsmenu >Interviews Vid&eacute;os</A>';
zlien[2][0] = '<A HREF="fr/news.html" CLASS=ejsmenu >Newsletter</A>';
zlien[2][1] = '<A HREF="fr/brochures.html" CLASS=ejsmenu >Brochures</A>';
zlien[2][2] = '<A HREF="fr/formation.html" CLASS=ejsmenu >Organismes de Formation</A>';
zlien[2][3] = '<A HREF="fr/contact.html" CLASS=ejsmenu >Contact</A>';
zlien[2][4] = '<A HREF="fr/liens.html" CLASS=ejsmenu >Liens</A>';
zlien[2][5] = '<A HREF="fr/mentions.html" CLASS=ejsmenu >Mentions l&eacute;gales</A>';
zlien[3][0] = '<A HREF="intranet/documents.html" CLASS=ejsmenu >Intranet</A>';
zlien[3][1] = '<A HREF="modules/modules.htm" target="_blank" CLASS=ejsmenu >Accès pédagogique</A>';
zlien[3][2] = '<A HREF="http://connect.unr-unire.fr/foremi" CLASS=ejsmenu >CONNECT</A>';
zlien[4][0] = '<A HREF="en/index.html" CLASS=ejsmenu >English</A>';
zlien[4][1] = '<A HREF="sp/index.html" CLASS=ejsmenu >Espa&ntilde;ol</A>';
zlien[4][2] = '<A HREF="index.html" CLASS=ejsmenu >Fran&ccedil;ais</A>';
zlien[4][3] = '<A HREF="it/index.html" CLASS=ejsmenu >Italiano</A>';
zlien[4][4] = '<A HREF="li/index.html" CLASS=ejsmenu >Lietuvi&#371;</A>';

var nava = (document.layers);
var kikoo = "no";
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;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=1 bordercolor=#8FBFFD CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onClick=\"go_to_url('";
	content += recup_lien(msg[pass]);
	content += "')\" onMouseOver=\"this.style.background='"+bgcolor2+"';toujours_la()\" onMouseOut=\"this.style.background='"+bgcolor+"';plus_la()\" HEIGHT=20><FONT SIZE=2 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</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 recup_lien(lien)
{
	var reg=new RegExp("\"");
	var tableau=lien.split(reg);
	/*alert(tableau[1]);*/
	return tableau[1];
}

function go_to_url(url)
{
	window.location=url;
}

function kill()
{
	skn.visibility = "hidden";
}

function toujours_la()
{
	kikoo = "yes";
}

function plus_la()
{
	kikoo = "no";
	setTimeout('cache_sous_menu()',1000);
}

function cache_sous_menu()
{
	if ( kikoo == "no" )
	{
		skn.visibility = "hidden";
	}
}

/*
RIBRIQUES + TAILLES + ALIGNEMENT
*/
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=1000"><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=1 bordercolor="#8FBFFD" WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0);toujours_la()" onMouseOut="this.style.background=\''+bgcolor+'\';plus_la()"><A onClick="return(false)" onMouseOver="pop(zlien[0],0);toujours_la()" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Projet</FONT></a></TD>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],200);toujours_la()" onMouseOut="this.style.background=\''+bgcolor+'\';plus_la()"><A onClick="return(false)" onMouseOver="pop(zlien[1],200);toujours_la()" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Mat&eacute;riel P&eacute;dagogique</FONT></a></TD>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],400);toujours_la()" onMouseOut="this.style.background=\''+bgcolor+'\';plus_la()"><A onClick="return(false)" onMouseOver="pop(zlien[2],400);toujours_la()" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Informations</FONT></a></TD>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],600);toujours_la()" onMouseOut="this.style.background=\''+bgcolor+'\';plus_la()"><A onClick="return(false)" onMouseOver="pop(zlien[3],600);toujours_la()" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Utilisateurs</FONT></a></TD>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],800);toujours_la()" onMouseOut="this.style.background=\''+bgcolor+'\';plus_la()"><A onClick="return(false)" onMouseOver="pop(zlien[4],800);toujours_la()" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Langues</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')

