function menu_hover(id_td,id_fleche,id_txt){
document.getElementById(id_td).style.background='#412415';
document.getElementById(id_fleche).src="img/fleche_link_gauche_hover.gif";
document.getElementById(id_txt).style.color='#FFFFFF';
}

function menu_out(id_td,id_fleche,id_txt,mouse_over){
if(document.getElementById(id_td+'_out').value=='oui'){
document.getElementById(id_td).style.background='#D9D3D0';
document.getElementById(id_fleche).src="img/fleche_link_gauche.gif";
document.getElementById(id_txt).style.color='#412415';
}
}
function click_rubrique(rubrique,id_fleche,id_text,td_rubrique,rubrique_actuelle){
 raz_rubrique(rubrique,rubrique_actuelle);
 document.getElementById(rubrique+'_out').value='non';

 if(rubrique=="td_pratique"){
 var code_html="<table cellspacing=0 cellpadding=0 border=0 width=190>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_concessions style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_concessions','concessions');\" onmouseout=\"menu_out(this.id,'fleche_concessions','concessions');\" onclick=\"document.location.href='concessions.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_concessions width=30 height=11><a href=concessions.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=concessions>Concessions</a><input type=hidden id=td_concessions_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_equipe style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_equipe','equipe');\" onmouseout=\"menu_out(this.id,'fleche_equipe','equipe');\" onclick=\"document.location.href='equipe.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_equipe width=30 height=11><a href=equipe.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=equipe>Équipe</a><input type=hidden id=td_equipe_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_news style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_news','news');\" onmouseout=\"menu_out(this.id,'fleche_news','news');\" onclick=\"document.location.href='news.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_news width=30 height=11><a href=news.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=news>News</a><input type=hidden id=td_news_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19><img src=img/space.gif width=190 height=10></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "</table>";
 }
 if(rubrique=="td_vehicules"){
 var code_html="<table cellspacing=0 cellpadding=0 border=0 width=190>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_neufs style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_neufs','neufs');\" onmouseout=\"menu_out(this.id,'fleche_neufs','neufs');\" onclick=\"document.location.href='vn.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_neufs width=30 height=11><a href=vn.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=neufs>Neufs</a><input type=hidden id=td_neufs_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_direction style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_direction','direction');\" onmouseout=\"menu_out(this.id,'fleche_direction','direction');\" onclick=\"document.location.href='vd.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_direction width=30 height=11><a href=vd.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=direction>Direction</a><input type=hidden id=td_direction_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_occasions style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_occasions','occasions');\" onmouseout=\"menu_out(this.id,'fleche_occasions','occasions');\" onclick=\"document.location.href='vo.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_occasions width=30 height=11><a href=vo.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=occasions>Occasions</a><input type=hidden id=td_occasions_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_entreprises style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_entreprises','entreprises');\" onmouseout=\"menu_out(this.id,'fleche_entreprises','entreprises');\" onclick=\"document.location.href='ve.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_entreprises width=30 height=11><a href=ve.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=entreprises>Entreprises</a><input type=hidden id=td_entreprises_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19><img src=img/space.gif width=190 height=10></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "</table>";
 }
 if(rubrique=="td_services"){
 var code_html="<table cellspacing=0 cellpadding=0 border=0 width=190>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_apv style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_apv','apv');\" onmouseout=\"menu_out(this.id,'fleche_apv','apv');\" onclick=\"document.location.href='apv.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_apv width=30 height=11><a href=apv.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=apv>Après-Vente</a><input type=hidden id=td_apv_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_financement style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_financement','financement');\" onmouseout=\"menu_out(this.id,'fleche_financement','financement');\" onclick=\"document.location.href='financement.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_financement width=30 height=11><a href=financement.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=financement>Financement</a><input type=hidden id=td_financement_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_garantie style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_garantie','garantie');\" onmouseout=\"menu_out(this.id,'fleche_garantie','garantie');\" onclick=\"document.location.href='garantie.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_garantie width=30 height=11><a href=garantie.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=garantie>Garantie</a><input type=hidden id=td_garantie_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_contact style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_contact','contact');\" onmouseout=\"menu_out(this.id,'fleche_contact','contact');\" onclick=\"document.location.href='contact.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_contact width=30 height=11><a href=contact.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=contact>RDV/Contact</a><input type=hidden id=td_contact_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19 id=td_location style='cursor:pointer;background-color:#D9D3D0' onmouseover=\"menu_hover(this.id,'fleche_location','location');\" onmouseout=\"menu_out(this.id,'fleche_location','location');\" onclick=\"document.location.href='location.php';\"><img src=img/space.gif width=15 height=1><img src=img/fleche_link_gauche.gif id=fleche_location width=30 height=11><a href=location.php style='font:11px Arial;color:#412415;text-decoration:none;font-weight:bold' id=location>Location</a><input type=hidden id=td_location_out value=oui></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "<tr>";
 code_html=code_html + " <td width=190 height=19><img src=img/space.gif width=190 height=10></td>";
 code_html=code_html + "</tr>";
 code_html=code_html + "</table>";
 }

 
 document.getElementById(td_rubrique).innerHTML=code_html;
 
	
}
function raz_rubrique(rubrique,rubrique_active){

if(rubrique=='td_pratique'){

	if(rubrique_active!='vehicules'){document.getElementById('td_vehicules_out').value='oui';}
	if(rubrique_active!='services'){document.getElementById('td_services_out').value='oui';}
	if(rubrique_active!='vehicules'){document.getElementById('td_rubrique_vehicules').innerHTML='<img src=img/space.gif width=190 height=10>';}
	if(rubrique_active!='services'){document.getElementById('td_rubrique_services').innerHTML='<img src=img/space.gif width=190 height=10>';}

	if(rubrique_active!='vehicules'){document.getElementById('td_vehicules').style.background='#D9D3D0';}
	if(rubrique_active!='vehicules'){document.getElementById('fleche_vehicules').src="img/fleche_link_gauche.gif";}
	if(rubrique_active!='vehicules'){document.getElementById('vehicules').style.color='#412415';}
	
	if(rubrique_active!='services'){document.getElementById('td_services').style.background='#D9D3D0';}
	if(rubrique_active!='services'){document.getElementById('fleche_services').src="img/fleche_link_gauche.gif";}
	if(rubrique_active!='services'){document.getElementById('services').style.color='#412415';}
}
if(rubrique=='td_vehicules'){

	if(rubrique_active!='pratique'){document.getElementById('td_pratique_out').value='oui';}
	if(rubrique_active!='services'){document.getElementById('td_services_out').value='oui';}
	if(rubrique_active!='pratique'){document.getElementById('td_rubrique_pratique').innerHTML='<img src=img/space.gif width=190 height=10>';}
	if(rubrique_active!='services'){document.getElementById('td_rubrique_services').innerHTML='<img src=img/space.gif width=190 height=10>';}

	if(rubrique_active!='pratique'){document.getElementById('td_pratique').style.background='#D9D3D0';}
	if(rubrique_active!='pratique'){document.getElementById('fleche_pratique').src="img/fleche_link_gauche.gif";}
	if(rubrique_active!='pratique'){document.getElementById('pratique').style.color='#412415';}
	
	if(rubrique_active!='services'){document.getElementById('td_services').style.background='#D9D3D0';}
	if(rubrique_active!='services'){document.getElementById('fleche_services').src="img/fleche_link_gauche.gif";}
	if(rubrique_active!='services'){document.getElementById('services').style.color='#412415';}
}
if(rubrique=='td_services'){
	
	if(rubrique_active!='pratique'){document.getElementById('td_pratique_out').value='oui';}
	if(rubrique_active!='vehicules'){document.getElementById('td_vehicules_out').value='oui';}
	if(rubrique_active!='pratique'){document.getElementById('td_rubrique_pratique').innerHTML='<img src=img/space.gif width=190 height=10>';}
	if(rubrique_active!='vehicules'){document.getElementById('td_rubrique_vehicules').innerHTML='<img src=img/space.gif width=190 height=10>';}
	
	if(rubrique_active!='pratique'){document.getElementById('td_pratique').style.background='#D9D3D0';}
	if(rubrique_active!='pratique'){document.getElementById('fleche_pratique').src="img/fleche_link_gauche.gif";}
	if(rubrique_active!='pratique'){document.getElementById('pratique').style.color='#412415';}
	
	if(rubrique_active!='vehicules'){document.getElementById('td_vehicules').style.background='#D9D3D0';}
	if(rubrique_active!='vehicules'){document.getElementById('fleche_vehicules').src="img/fleche_link_gauche.gif";}
	if(rubrique_active!='vehicules'){document.getElementById('vehicules').style.color='#412415';}
}
}

function click_equipe(concessions){
 raz_equipe();

if(concessions=="rive_gauche_1"){

var code_html="<table cellspacing=0 cellpadding=0 border=0 width=590>";
code_html=code_html + "<tr>";
code_html=code_html + " <td colspan=3><img src=img/space.gif width=1 height=5></td>";
code_html=code_html + "</tr>";
code_html=code_html + "<tr>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=68 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Direction</b><br><a href=contact_individuel.php?id=8 style='text-decoration:none;color:#412415' title=Contacter>Philippe Klein</a><br>Tél. : 02 35 72 80 97<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=67 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules neufs Opel</b><br><a href=contact_individuel.php?id=2 style='text-decoration:none;color:#412415' title=Contacter>Laurent Silva</a><br>Tél. : 02 35 72 82 32<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=67 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules d'occasion</b><br><a href=contact_individuel.php?id=3 style='text-decoration:none;color:#412415' title=Contacter>Pierre Huber</a><br>Tél. : 02 32 10 21 12<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=68 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Magasin pièces et accessoires</b><br><a href=contact_individuel.php?id=9 style='text-decoration:none;color:#412415' title=Contacter>Daniel Caron</a><br>Tél. : 02 35 72 81 13<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=67 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service atelier</b><br><a href=contact_individuel.php?id=10 style='text-decoration:none;color:#412415' title=Contacter>Frederic De Souza</a><br>Tél. : 02 35 72 81 28<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=67 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service carrosserie</b><br><a href=contact_individuel.php?id=6 style='text-decoration:none;color:#412415' title=Contacter>Luis Da Silva</a><br>Tél. : 02 32 72 13 96<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=68 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Comptabilité</b><br><a href=contact_individuel.php?id=11 style='text-decoration:none;color:#412415' title=Contacter>Muriel Cartier</a><br>Tél. : 02 35 72 80 87<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td colspan=2>&nbsp;</td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + "</tr>";
code_html=code_html + "</table>";

}
if(concessions=="rive_droite_1"){

var code_html="<table cellspacing=0 cellpadding=0 border=0 width=590>";
code_html=code_html + "<tr>";
code_html=code_html + " <td colspan=3><img src=img/space.gif width=1 height=5></td>";
code_html=code_html + "</tr>";
code_html=code_html + "<tr>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Direction</b><br><a href=contact_individuel.php?id=8 style='text-decoration:none;color:#412415' title=Contacter>Philippe Klein</a><br>Tél. : 02 35 72 80 97<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules neufs Chevrolet</b><br><a href=contact_individuel.php?id=4 style='text-decoration:none;color:#412415' title=Contacter>Laurent Dourville</a><br>Tél. : 02 32 10 51 52<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=60 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules d'occasion</b><br><a href=contact_individuel.php?id=3 style='text-decoration:none;color:#412415' title=Contacter>Pierre Huber</a><br>Tél. : 02 32 10 21 12<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Magasin pièces et accessoires</b><br><a href=contact_individuel.php?id=5 style='text-decoration:none;color:#412415' title=Contacter>Luc Bougeard</a><br>Tél. : 02 32 10 21 19<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service atelier</b><br><a href=contact_individuel.php?id=12 style='text-decoration:none;color:#412415' title=Contacter>Florian Manourie</a><br>Tél. : 02 32 10 21 18<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=60 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service carrosserie</b><br><a href=contact_individuel.php?id=6 style='text-decoration:none;color:#412415' title=Contacter>Luis Da Silva</a><br>Tél. : 02 35 72 13 96<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Comptabilité</b><br><a href=contact_individuel.php?id=11 style='text-decoration:none;color:#412415' title=Contacter>Muriel Cartier</a><br>Tél. : 02 35 72 80 87<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td colspan=2>&nbsp;</td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + "</tr>";
code_html=code_html + "</table>";

}

if(concessions=="rive_droite_2"){

var code_html="<table cellspacing=0 cellpadding=0 border=0 width=590>";
code_html=code_html + "<tr>";
code_html=code_html + " <td colspan=3><img src=img/space.gif width=1 height=5></td>";
code_html=code_html + "</tr>";
code_html=code_html + "<tr>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Direction</b><br><a href=contact_individuel.php?id=8 style='text-decoration:none;color:#412415' title=Contacter>Philippe Klein</a><br>Tél. : 02 35 72 80 97<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules neufs Opel</b><br><a href=contact_individuel.php?id=4 style='text-decoration:none;color:#412415' title=Contacter>Laurent Dourville</a><br>Tél. : 02 32 10 51 52<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=60 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules d'occasion</b><br><a href=contact_individuel.php?id=3 style='text-decoration:none;color:#412415' title=Contacter>Pierre Huber</a><br>Tél. : 02 32 10 21 12<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Magasin pièces et accessoires</b><br><a href=contact_individuel.php?id=5 style='text-decoration:none;color:#412415' title=Contacter>Luc Bougeard</a><br>Tél. : 02 32 10 21 19<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service atelier</b><br><a href=contact_individuel.php?id=12 style='text-decoration:none;color:#412415' title=Contacter>Florian Manourie</a><br>Tél. : 02 32 10 21 18<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=60 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service carrosserie</b><br><a href=contact_individuel.php?id=6 style='text-decoration:none;color:#412415' title=Contacter>Luis Da Silva</a><br>Tél. : 02 35 72 13 96<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Comptabilité</b><br><a href=contact_individuel.php?id=11 style='text-decoration:none;color:#412415' title=Contacter>Muriel Cartier</a><br>Tél. : 02 35 72 80 87<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td colspan=2>&nbsp;</td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + "</tr>";
code_html=code_html + "</table>";

}

if(concessions=="rive_droite_3"){

var code_html="<table cellspacing=0 cellpadding=0 border=0 width=590>";
code_html=code_html + "<tr>";
code_html=code_html + " <td colspan=3><img src=img/space.gif width=1 height=5></td>";
code_html=code_html + "</tr>";
code_html=code_html + "<tr>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Direction</b><br><a href=contact_individuel.php?id=8 style='text-decoration:none;color:#412415' title=Contacter>Philippe Klein</a><br>Tél. : 02 35 72 80 97<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules neufs Kia</b><br><a href=contact_individuel.php?id=7 style='text-decoration:none;color:#412415' title=Contacter>Sébastien Le Clainche</a><br>Tél. : 02 32 10 51 51<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=60 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Véhicules d'occasion</b><br><a href=contact_individuel.php?id=3 style='text-decoration:none;color:#412415' title=Contacter>Pierre Huber</a><br>Tél. : 02 32 10 21 12<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Magasin pièces et accessoires</b><br><a href=contact_individuel.php?id=5 style='text-decoration:none;color:#412415' title=Contacter>Luc Bougeard</a><br>Tél. : 02 32 10 21 19<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service atelier</b><br><a href=contact_individuel.php?id=12 style='text-decoration:none;color:#412415' title=Contacter>Florian Manourie</a><br>Tél. : 02 32 10 21 18<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td height=60 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td style='font:11px Arial;color:#412415' valign=top><b>Service carrosserie</b><br><a href=contact_individuel.php?id=6 style='text-decoration:none;color:#412415' title=Contacter>Luis Da Siva</a><br>Tél. : 02 35 72 13 96<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + " <td valign=top>";
code_html=code_html + "  <table cellspacing=0 cellpadding=0 border=0>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td width=30 height=61 valign=top style='padding-top:2px'><img src=img/fleche_link_gauche.gif width=30 height=11></td>";
code_html=code_html + "    <td width=164 style='font:11px Arial;color:#412415' valign=top><b>Comptabilité</b><br><a href=contact_individuel.php?id=11 style='text-decoration:none;color:#412415' title=Contacter>Muriel Cartier</a><br>Tél. : 02 35 72 80 87<br></td>";
code_html=code_html + "   </tr>";
code_html=code_html + "   <tr>";
code_html=code_html + "    <td colspan=2>&nbsp;</td>";
code_html=code_html + "   </tr>";
code_html=code_html + "  </table>";
code_html=code_html + " </td>";
code_html=code_html + "</tr>";
code_html=code_html + "</table>";
}
 document.getElementById(concessions).innerHTML=code_html;
}

function raz_equipe(){
document.getElementById('rive_gauche_1').innerHTML="<img src=img/space.gif width=590 height=1>";
document.getElementById('rive_droite_1').innerHTML="<img src=img/space.gif width=590 height=1>";
document.getElementById('rive_droite_2').innerHTML="<img src=img/space.gif width=590 height=1>";
document.getElementById('rive_droite_3').innerHTML="<img src=img/space.gif width=590 height=1>";
}