racineSite='http://www.kmap.com/' ;

bgcolor='#03007D';
bgcolor2='#03007D';
needcenter =false;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(700/2);
	else
		posXmenu = (window.innerWidth/2)-(700/2); 
	}
posYmenu = 0;
	
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; right:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#EB2C45; text-decoration:none;}')
document.write('A.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[1][0] = '<A HREF="' + racineSite + 'php/km/km_enjeux.php" CLASS=ejsmenu>Enjeux</A>';
zlien[1][1] = '<A HREF="' + racineSite + 'php/km/ReferentielMetier.php" CLASS=ejsmenu>Référentiel Métier</A>';
zlien[1][2] = '<A HREF="' + racineSite + 'php/km/recueillir.php" CLASS=ejsmenu>Recueil d"expertise</A>';
/* L'apostrophe de "Recueil d'exertise" empêche la prise en cpte du </A> => " et non ' */
zlien[1][3] = '<A HREF="' + racineSite + 'php/km/ParcoursFormation.php" CLASS=ejsmenu>Processus de transfert</A>';
zlien[1][4] = '<A HREF="' + racineSite + 'php/km/partager.php" CLASS=ejsmenu>Dynamique de partage</A>';
zlien[1][5] = '<A HREF="' + racineSite + 'php/km/IngFormation.php" CLASS=ejsmenu>Formations métier</A>';
zlien[2] = new Array;
zlien[2][0] = '<A HREF="' + racineSite + 'php/org/projets.php" CLASS=ejsmenu>Mode projet</A>';
zlien[2][1] = '<A HREF="' + racineSite + 'php/org/processus.php" CLASS=ejsmenu>Processus</A>';
zlien[2][2] = '<A HREF="' + racineSite + 'php/si/si_menu.php" CLASS=ejsmenu>Systèmes d"information</A>';
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;

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 = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.right = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#EB2C45 WIDTH=190><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=19 ALIGN=RIGHT><FONT SIZE=1 FACE=\"Arial\">"+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 kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;

document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#EB2C45 WIDTH=740><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],this.offsetLeft)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[0],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="' + racineSite + 'index.php"><b>Accueil</b></FONT></a></TD>');

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],470)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[1],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Management des connaissances</b></FONT></a></TD>');

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],340)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[2],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Organisation</b></FONT></a></TD>');

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],378)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[3],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="' + racineSite + 'php/kmap.php"><b>L&#8217;entreprise</b></a></FONT></TD>');

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],this.offsetLeft)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[4],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="' + racineSite + 'php/partenaires.php"><b>Partenaires</b></a></FONT></a></TD>');

/* document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],this.offsetLeft)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[5],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="' + racineSite + 'php/articles.php"><b>Articles de fond Informations</b></a></FONT></a></TD>'); */

/* document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[6],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="' + racineSite + 'php/recrutement/recrutement.php"><b>Recrutement</b></a></FONT></a></TD>'); */

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\' ;pop(zlien[6],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="if (nava) pop(zlien[7],this.x)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><a href="' + racineSite + 'php/contact.php"><b>Contact</b></a></FONT></a></TD>');

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')