posYmenu = 14;
bgcolor='#F8DB42';
bgcolor2='#FEF9DA';
bgcolor3='#f7d78e';
needcenter =false;
if(!needcenter)
	posXmenu = 350;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(100/2);
	else
		posXmenu = (window.innerWidth/2)-(100/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:0; }');
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:0; }');
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}');
document.write('A.ejsmenu {color:#006666; text-decoration:none;}');
document.write('</style>');
document.write('<DIV class=popper id=topdeck></DIV>'); 
/* LIENS */ 
zlien = new Array; 
zlien[0] = new Array; 
zlien[0][0] = '<A HREF="presentation.html" CLASS=ejsmenu TARGET="_parent">Présentation</A>'; 
zlien[0][1] = '<A HREF="actualite.html" CLASS=ejsmenu TARGET="_parent">Actualité</A>'; 
zlien[0][2] = '<A HREF="index.html" CLASS=ejsmenu TARGET="_parent">retour accueil</A>'; 
zlien[1] = new Array;
zlien[1][0] = '<A HREF="technologies.html" CLASS=ejsmenu TARGET="_parent">Technologies</A>'; 
zlien[1][1] = '<A HREF="fonctionnalites.html" CLASS=ejsmenu TARGET="_parent">Spécifications</A>'; 
zlien[1][2] = '<A HREF="faq.html" CLASS=ejsmenu TARGET="_parent">Foire aux Questions</A>'; 
zlien[1][3] = '<A HREF="dynmap.htm" CLASS=ejsmenu >Version Pro Dynmap</A>'; 
zlien[2] = new Array; 
zlien[2][0] = '<A HREF="references.html" CLASS=ejsmenu TARGET="_parent">Références</A>'; 
zlien[2][1] = '<A HREF="utilisateurs.html" CLASS=ejsmenu TARGET="_parent">Utilisateurs</A>'; 
zlien[2][2] = '<A HREF="demo/demo_svgbuilder2.html" CLASS=ejsmenu TARGET="_blank">Démo</A>'; 
zlien[3] = new Array; 
zlien[3][0] = '<A HREF="tarifs.html" CLASS=ejsmenu TARGET="_parent">Tarifs</A>'; 
zlien[3][1] = '<A HREF="liens.html" CLASS=ejsmenu TARGET="_parent">Liens Utiles</A>'; 
zlien[3][2] = '<A HREF="contact.html" CLASS=ejsmenu TARGET="_parent">Contact</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 = posYmenu+24;
		
function pop(msg,pos) 
{ 
	skn.visibility = "hidden";
	a=true;
	skn.left = posXmenu+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\"><B>&nbsp;&nbsp;"+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 BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=150><TR>')
document.write('<td><TABLE WIDTH=60 CELLPADING=0 CELLSPACING=1 BORDER=0 HEIGHT=21><TR><TD ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=index.html# CLASS=ejsmenu><FONT SIZE=1 color="#000000" FACE="Verdana"><B>Accueil</B></FONT></a></TD></TR></TABLE></td>');
document.write('<td><TABLE WIDTH=10 CELLPADING=0 CELLSPACING=0 BORDER=0 HEIGHT=21><TD BGCOLOR='+bgcolor+'>&nbsp;</TD></TR></TABLE></td>');
document.write('<td><TABLE WIDTH=110 CELLPADING=0 CELLSPACING=1 BORDER=0 HEIGHT=21><TD ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],70)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],130)" href=index.html# CLASS=ejsmenu><FONT SIZE=1 color="#000000" FACE="Verdana"><B>Spécifications</B></FONT></a></TD></TR></TABLE></td>');
document.write('<td><TABLE WIDTH=10 CELLPADING=0 CELLSPACING=0 BORDER=0 HEIGHT=21><TD BGCOLOR='+bgcolor+'>&nbsp;</TD></TR></TABLE></td>');
document.write('<td><TABLE WIDTH=40 CELLPADING=0 CELLSPACING=1 BORDER=0 HEIGHT=21><TD ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],190)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],190)" href=index.html# CLASS=ejsmenu><FONT SIZE=1 color="#000000" FACE="Verdana"><B>Applications</B></FONT></a></TD></TR></TABLE></td>');
document.write('<td><TABLE WIDTH=10 CELLPADING=0 CELLSPACING=0 BORDER=0 HEIGHT=21><TD BGCOLOR='+bgcolor+'>&nbsp;</TD></TR></TABLE></td>')
document.write('<td><TABLE WIDTH=40 CELLPADING=0 CELLSPACING=1 BORDER=0 HEIGHT=21><TD ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],250)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],250)" href=index.html# CLASS=ejsmenu><FONT SIZE=1 color="#000000" FACE="Verdana"><B>Infos</B></FONT></a></TD></TR></TABLE></td>');
document.write('</TR></TABLE></TD></TR></TABLE></DIV>');

