function GoURLi(sURL){window.location=r_+sURL}
function GoURLe(sURL){window.open(sURL)}
var bMenuBarStart

function InsMenuBar()
{
  bMenuBarStart=1
  document.write('<div style="margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:0; text-align:center;"><table style="margin: 0 auto; border-collapse: collapse;"><tr><td><a href="http://www.recyclingcar.com/"><img src="'+r_+'../pix/logo-rc-blink.gif" alt="Recycling Car" width="16" height="16" style="margin-top:3px; margin-bottom:-3px;" /></a></td><td><div class="menuBar" style="margin : 0 auto;">')
}

function InsMenuSecond(IdName){document.write('<div id="'+IdName+'" class="menu" onmouseover="menuMouseover(event)">')}

function InsMenuItem(bIsMenuBar,typurl,href,onaction,text,spanr)
{
  var s$=''

  if(bIsMenuBar)
  {
    if(!bMenuBarStart) s$='>'; else bMenuBarStart=0
    s$+='<a class="menuButton" '
    if(href=='#') s$+='style="cursor:default;" '
    s$+='href="'
  }
  else
    s$='<a class="menuItem" href="'
  switch(typurl)
  {
    case 0:s$+=href;break
    case 1:s$+="javascript:GoURLi('"+href+"')";break
    case 2:s$+="javascript:GoURLe('"+href+"')";break
  }

  if(bIsMenuBar)
  {
    if(href=='') s$+='" onclick="return buttonClick(event, \''+onaction+'\');"'; else s$+='"'
    s$+=' onmouseover="buttonMouseover(event, \''+onaction+'\');">'
  }
  else
  {
    if(onaction!='')
    {
	  if(href=='#') s$+='" onclick="return false;" style="cursor:default;'
      s$+='" onmouseover="return menuItemMouseover(event, \''+onaction+'\');'
    }
    s$+='">'
  }

  if(spanr)
    s$+='<span class="menuItemText">'+text+'</span><span class="menuItemArrow">&#9654;</span>'
  else
    s$+=text
  s$+='</a'
  if(!bIsMenuBar) s$+='>'
  document.write(s$)
}

function InsSeparator(){document.write('<div class="menuItemSep"></div>')}
function InsHiddenMenu(IdName){document.write('<div id="'+IdName+'" class="menu_hide" style="visibility:hidden;"></div>')}
function CloseSecondMenu(){document.write('</div>')}
function CloseMenuBar(){document.write('></div></td></tr></table></div>')}

<!-- Menu bar -->

InsMenuBar()
InsMenuItem(1,1,"index.php",'menu1','Recycling Car',0)
InsMenuItem(1,1,"tls/vente-auto.php",'menu2','Véhicules&nbsp;à&nbsp;vendre',0)
InsMenuItem(1,1,"tls/offres-produits.php",'menu3','Offres&nbsp;et&nbsp;produits',0)
InsMenuItem(1,1,"tls/contact.php",'menu4','Contact',0)
InsMenuItem(1,2,'http://blog.recyclingcar.com/','','Blog','')
CloseMenuBar()

InsMenuSecond('menu1')
InsMenuItem(0,1,'recycling-car/recyclingcar.php','','L\'entreprise',0)
InsMenuItem(0,1,'recycling-car/plan-d-acces.php','','Plan d\'accès',0)
InsMenuItem(0,1,'recycling-car/visite-virtuelle.php','','Visite virtuelle',0)
InsMenuItem(0,1,'recycling-car/recyclage-automobile.php','','Le recyclage automobile',0)
InsMenuItem(0,1,'recycling-car/demarche-qualite.php','','La démarche qualité',0)
InsMenuItem(0,1,'recycling-car/faq.php','','Foire aux questions',0)
CloseSecondMenu()

InsMenuSecond('menu2')
InsMenuItem(0,1,'vente-auto/autos-liste-totale.php','','Liste complète',0)
InsMenuItem(0,1,'vente-auto/autos-liste-photos.php','','Liste paginée avec photos',0)
InsMenuItem(0,1,'vente-auto/autos-recherche.php','','Recherche de véhicule',0)
CloseSecondMenu()

InsMenuSecond('menu3')
InsMenuItem(0,1,'offres-produits/offres.php','','Offres',0)
InsMenuItem(0,1,'offres-produits/pneus.php','','Pneus',0)
InsMenuItem(0,1,'offres-produits/batterie-occasion.php','','Batteries d\'occasion',0)
InsMenuItem(0,1,'tls/vente-auto.php','','Véhicules en vente',0)
CloseSecondMenu()

InsHiddenMenu('menu4')

