posYmenu = 0;
bgcolor='#FFFFff';
bgcolor2='#ffffff';
needcenter =false;
if(!needcenter)
	posXmenu = 174;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(500/2);
	else
		posXmenu = (window.innerWidth/2)-(500/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#0779BF; text-decoration:none;}')
document.write('A.ejsmenu {color:#606060; 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[2] = new Array; 
zlien[3] = new Array; 
zlien[4] = new Array; 
zlien[5] = new Array; 

zlien[0][0] = '<A HREF="rfi_societe.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>La société</A>'; 
zlien[0][1] = '<A HREF="rfi_chiffres.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Quelques chiffres</A>'; 
zlien[0][2] = '<A HREF="rfi_agences.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Nos agences</A>'; 
zlien[0][3] = '<A HREF="rfi_references.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Nos références</A>'; 
zlien[1][0] = '<A HREF="inf_metier.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Notre métier</A>'; 
zlien[1][1] = '<A HREF="inf_com.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Systèmes communicants</A>'; 
zlien[1][2] = '<A HREF="inf_securite.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Sécurité</A>'; 
zlien[1][3] = '<A HREF="inf_reseau-etendu.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Réseaux étendus</A>'; 
zlien[1][4] = '<A HREF="inf_client-leger.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Clients légers</A>'; 
zlien[1][5] = '<A HREF="inf_mobilite.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Mobilité</A>'; 
zlien[1][6] = '<A HREF="inf_hebergement.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Hébergement ASP</A>'; 
zlien[1][7] = '<A HREF="inf_assistance.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Assistance et support</A>'; 
zlien[1][8] = '<A HREF="inf_materiel.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Solutions matérielles</A>'; 
zlien[1][9] = '<A HREF="inf_formation.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Formation</A>'; 
zlien[2][0] = '<A HREF="solution_methodologie.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Notre méthodologie</A>'; 
zlien[2][1] = '<A HREF="solution_nav.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Microsoft Navision</A>'; 
zlien[2][2] = '<A HREF="solution_crm.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Microsoft CRM</A>'; 
zlien[2][3] = '<A HREF="solution_eudonet.htm" CLASS=ejsmenu><img src="images/picto/puce_b.gif" width="8" height="4" align="bottom" style="border:none"/>Eudonet CRM</A>'; 
zlien[3][0] = '<A HREF="#" CLASS=ejsmenu> </A>'; 
zlien[4][0] = '<A HREF="#" CLASS=ejsmenu> </A>'; 
zlien[5][0] = '<A HREF="#" CLASS=ejsmenu> </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+29; 

function pop(msg,pos) 
{ 
skn.visibility = "hidden"; 
a=true 
skn.left = posXmenu+pos; 
var content ="<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=0 BGCOLOR=#606060 WIDTH=135><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=1 CELLSPACING=0>";
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=\"Arial\">&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 kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#606060 WIDTH=550><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=29><TR>')
document.write('<TD WIDTH=190 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=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>RFI Informatique</B></FONT></a></TD>')
document.write('<TD WIDTH=2 ALIGN=center BGCOLOR='+bgcolor+'><FONT SIZE=1 color=#606060 FACE="Verdana"><B> |</B></FONT></TD>')
document.write('<TD WIDTH=180 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Infrastructure</B></FONT></a></TD>')
document.write('<TD WIDTH=2 ALIGN=center BGCOLOR='+bgcolor+'><FONT SIZE=1 color=#606060 FACE="Verdana"><B> |</B></FONT></TD>')
document.write('<TD WIDTH=190 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],210)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],210)" href="solution_gestion.htm" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Solutions de gestion</B></FONT></a></TD>')
document.write('<TD WIDTH=2 ALIGN=center BGCOLOR='+bgcolor+'><FONT SIZE=1 color=#606060 FACE="Verdana"><B> |</B></FONT></TD>')
document.write('<TD WIDTH=170 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="ingenierie.htm" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Ingénierie</B></FONT></a></TD>')
document.write('<TD WIDTH=2 ALIGN=center BGCOLOR='+bgcolor+'><FONT SIZE=1 color=#606060 FACE="Verdana"><B> |</B></FONT></TD>')
document.write('<TD WIDTH=190 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="partenaires.htm" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Partenariats et certifications</B></FONT></a></TD>')
document.write('<TD WIDTH=2 ALIGN=center BGCOLOR='+bgcolor+'><FONT SIZE=1 color=#606060 FACE="Verdana"><B> |</B></FONT></TD>')
document.write('<TD WIDTH=130 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],-2000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="contact.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Contacts</B></FONT></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
