var section = 0;   
document.write ("<div id=masthead_");
if (location.href.indexOf("/news/") != -1){var section = 1;}
else if (location.href.indexOf("/prestations_services/") != -1){var section = 2;}
else if (location.href.indexOf("/parcours/") != -1){var section = 3;}
else if (location.href.indexOf("/marques/") != -1){var section = 4;}
else if (location.href.indexOf("/bonnes_affaires_occasions/") != -1){var section = 5;}
else if (location.href.indexOf("/plan_horaires/") != -1){var section = 6;}
else if (location.href.indexOf("/contact/") != -1){var section = 7;}
else if (location.href.indexOf("") != -1){var section = 8;}
document.write (section+">");

document.write("<table width=782 border=0 cellspacing=1 cellpadding=0 align=center><tr>");

//document.write("<td valign=bottom height=238 width=60 class=nav><a href=http://www.cycleslouison.com/index.php>Accueil</a></td>");

// Nav item 8
document.write("<td valign=bottom height=238 width=60 class=nav");
//if (location.href.indexOf("/") != -1){document.write("On");}
if (section == 1){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/index.php>Accueil</a></td>");

// Nav item 1
document.write("<td valign=bottom width=55 class=nav");
//if (location.href.indexOf("/news/") != -1){document.write("On");}
if (section == 1){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/news/index.php class=nav>News</a></td>");

// Nav item 2
document.write("<td valign=bottom width=75 class=nav");
//if (location.href.indexOf("/services/") != -1){document.write("On");}
if (section == 2){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/prestations_services/index.php class=nav>Services</a></td>");

// Nav item 3
document.write("<td valign=bottom width=120 class=nav");
//if (location.href.indexOf("/parcours/") != -1){document.write("On");}
if (section == 3){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/parcours/index.php class=nav>Rider à Beaumes</a></td>");

// Nav item 4
document.write("<td valign=bottom width=70 class=nav");
//if (location.href.indexOf("/marques/") != -1){document.write("On");}
if (section == 4){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/marques/index.php class=nav>Marques</a></td>");

// Nav item 5
document.write("<td valign=bottom width=75 class=nav");
//if (location.href.indexOf("/bonnes_affaires_occasions/") != -1){document.write("On");}
if (section == 5){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/bonnes_affaires_occasions/index.php class=nav>Occasions</a></td>");

// Nav item 6
document.write("<td valign=bottom width=90 class=nav");
//if (location.href.indexOf("/plan_horaires/") != -1){document.write("On");}
if (section == 6){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/plan_horaires/index.php class=nav>Plan d'accès</a></td>");

// Nav item 7
document.write("<td valign=bottom width=60 class=nav");
//if (location.href.indexOf("/contact/") != -1){document.write("On");}
if (section == 7){document.write("On");}
document.write("><a href=http://www.cycleslouison.com/contact/index.php class=nav>Contact</a></td>");

// Nav item 8
document.write("<td valign=bottom width=35 class=nav");
//if (location.href.indexOf("/contact/") != -1){document.write("On");}
if (section == 7){document.write("On");}
document.write("><a href='http://www.facebook.com/pages/Beaumes-de-Venise-France/Bike-shop-Cycles-Louison/459181800429' target='_blank'><img border=0 src='http://www.cycleslouison.com/images/logos/logo_facebook.gif' alt='Devenez fan !' /></td>");

// Nav item 9
document.write("<td valign=bottom width=20 class=nav");
//if (location.href.indexOf("/contact/") != -1){document.write("On");}
if (section == 7){document.write("On");}
document.write("><a href='http://twitter.com/cycles_louison' target='_blank'><img border=0 src='http://www.cycleslouison.com/images/logos/logo_twitter.gif' alt='Suivez-nous !' /></td>");



document.write("<td width=30>&nbsp;</td></tr></table></div>");