bgcolor='#0D3401';
bgcolor2='#2B570B';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; }')
document.write('#topgauche { position:relative;  z-index:25; }')
document.write('A:hover.ejsmenu {color:#F0FF01; text-decoration:none;}')
document.write('A.ejsmenu {color:#CCD62C; font-size:12px; text-decoration:none;}')
document.write('A.promo {color:#FD7D00; font-size:12px; text-decoration:none; font-weight:800;}')
document.write('.smenu {color:#9E9064; font-size:13px; font-family="Verdana"; font-weight:800;}')
document.write('</style>')
document.write('<div style="position:relative;height:0"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
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[1][0] = '<A HREF="tracteurs.html" CLASS=ejsmenu>Tracteurs</A>';
zlien[1][1] = '<span class="smenu">Tonte</span>';
zlien[1][2] = '<A HREF="tondeuse.html" CLASS=ejsmenu>Tondeuses</A>';
zlien[1][3] = '<A HREF="autoportees.html" CLASS=ejsmenu>Autoportées</A>';
zlien[1][4] = '<A HREF="robots.html" CLASS=ejsmenu>Robots</A>';

zlien[1][5] = '<span class="smenu">Bois</span>';
zlien[1][6] = '<A HREF="tronconneuse.html" CLASS=ejsmenu>Tronçonneuse</A>';
zlien[1][7] = '<A HREF="elagage.html" CLASS=ejsmenu>Elagage</A>';
zlien[1][8] = '<A HREF="scie-buche.html" CLASS=ejsmenu>Scie à buche</A>';
zlien[1][9] = '<A HREF="fendeuse-buche.html" CLASS=ejsmenu>Fendeuse à buche</A>';

zlien[1][10] = '<span class="smenu">Entretien</span>';
zlien[1][11] = '<A HREF="debroussailleuse.html" CLASS=ejsmenu>Débroussailleuse</A>';
zlien[1][12] = '<A HREF="taille-haie.html" CLASS=ejsmenu>Tailles Haies</A>';
zlien[1][13] = '<A HREF="broyeur-herbe.html" CLASS=ejsmenu>Broyeur herbe</A>';

zlien[1][14] = '<span class="smenu">Préparation sol</span>';
zlien[1][15] = '<A HREF="motobineuses.html" CLASS=ejsmenu>Motobineuses</A>';
zlien[1][16] = '<A HREF="fraise-ar.html" CLASS=ejsmenu>Fraise AR</A>';
zlien[1][17] = '<A HREF="charrues.html" CLASS=ejsmenu>Charrues</A>';
zlien[1][18] = '<A HREF="outils-dents.html" CLASS=ejsmenu>Outils à dents</A>';
zlien[1][19] = '<A HREF="pulverisation.html" CLASS=ejsmenu>Pulvérisation</A>';
zlien[1][20] = '<A HREF="scarificateur.html" CLASS=ejsmenu>Scarificateurs</A>';

zlien[1][21] = '<span class="smenu">Equipement</span>';
zlien[1][22] = '<A HREF="motopompe.html" CLASS=ejsmenu>Motopompes</A>';
zlien[1][23] = '<A HREF="groupe-electrogene.html" CLASS=ejsmenu>Groupes élèctrogènes</A>';
zlien[1][24] = '<A HREF="vetement.html" CLASS=ejsmenu>Vêtements</A>';

zlien[1][25] = '<span class="smenu">Nettoyeur</span>';
zlien[1][26] = '<A HREF="nettoyeur-haute-pression.html" CLASS=ejsmenu>Nettoyeurs haute pression</A>';
zlien[1][27] = '<A HREF="aspirateurs.html" CLASS=ejsmenu>Aspirateurs</A>';
zlien[1][28] = '<A HREF="broyeur.html" CLASS=ejsmenu>Broyeurs</A>';
zlien[1][29] = '<A HREF="soufleur.html" CLASS=ejsmenu>Soufleurs</A>';

zlien[1][30] = '<span class="smenu">Transport</span>';
zlien[1][31] = '<A HREF="remorques.html" CLASS=ejsmenu>Remorques</A>';
zlien[1][32] = '<A HREF="transporteurs.html" CLASS=ejsmenu>Transporteurs</A>';

zlien[3][0] = '<A HREF="contact-decherf-28.html" CLASS=ejsmenu>Nous contacter</A>';
zlien[3][1] = '<A HREF="plan-nogent.html" CLASS=ejsmenu>Plan de Nogent le Rotrou</A>';
zlien[3][2] = '<A HREF="plan-laloupe.html" CLASS=ejsmenu>Plan de La Loupe</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 = 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=208><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\">  "+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";



if 

(msg==''||msg[0]=='')content='';



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=#000000 WIDTH=830 ><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=30 ><TR>')

document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=index.htm CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Accueil</FONT></a></TD>')

document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],161)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Catalogue</FONT></a></TD>')

document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=promotion-motoculture-28.html CLASS=promo><FONT SIZE=2 FACE="Verdana">Promotions</FONT></a></TD>')

document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=occasions.html CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Occasions</FONT></a></TD>')

document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],622)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Contact</FONT></a></TD>')

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