var section = 0;
document.write ("<div id=masthead_");
if (location.href.indexOf("/manade/") != -1){var section = 1;}
else if (location.href.indexOf("/journees/") != -1){var section = 2;}
else if (location.href.indexOf("/gites/") != -1){var section = 3;}
else if (location.href.indexOf("/plan_acces/") != -1){var section = 4;}
else if (location.href.indexOf("/contact/") != -1){var section = 5;}
else if (location.href.indexOf("/mentions_legales/") != -1){var section = 6;}
else if (location.href.indexOf("/mapsite/") != -1){var section = 7;}
else if (location.href.indexOf("/liens/") != -1){var section = 8;}
else if (location.href.indexOf("/produits_vente/") != -1){var section = 9;}
else if (location.href.indexOf("/actualites_manade_blanc/") != -1){var section = 10;}
document.write (section+">");
document.write("<ul id=menu>");
// Nav item 10
document.write("<li><a href=http://www.manade-blanc.fr/actualites_manade_blanc/index.php>Actualités</a></li>");
// Nav item 1
document.write("<li><a href=http://www.manade-blanc.fr/manade/index.php>La Manade</a></li>");
// Nav item 9
document.write("<li><a href=http://www.manade-blanc.fr/produits_vente/index.php>Produits à la vente</a></li>");
// Nav item 2
document.write("<li><a href=http://www.manade-blanc.fr/journees/index.php>Journées camarguaises</a></li>");
// Nav item 3
document.write("<li><a href=http://www.manade-blanc.fr/gites/index.php>Gîtes ruraux</a></li>");
// Nav item 4
document.write("<li><a href=http://www.manade-blanc.fr/plan_acces/index.php>Plans d'accès</a></li>");
// Nav item 5
document.write("<li><a href=http://www.manade-blanc.fr/contact/index.php>Contact</a></li></ul>");
document.write("</div>");