// SCRIPTS
function afficherMenuBk(niveau, page, lang){
	path="";
	path2="fr/";
	path3="en/";
	if(niveau==2){
		path="../";
		path2="";
		path3="../en/";
	}
	if(page=='accueil'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_accueil_rl.gif\" alt=\"Accueil\" name=\"bt_accueil\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path+"index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_accueil','','"+path+"assets/fr/navigation/bt_accueil_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_accueil_up.gif\" alt=\"Accueil\" name=\"bt_accueil\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	if(lang != ""){
		document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
		document.write("<div><a href=\""+path3+lang+"\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_langue','','"+path+"assets/fr/navigation/bt_langue_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_langue_up.gif\" alt=\"English\" name=\"bt_langue\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='corporatif'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_corporatif_rl.gif\" alt=\"Corporatif\" name=\"bt_corporatif\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path2+"corporatif.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_corporatif','','"+path+"assets/fr/navigation/bt_corporatif_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_corporatif_up.gif\" alt=\"Corporatif\" name=\"bt_corporatif\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='mission'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_mission_rl.gif\" alt=\"Mission environnementale\" name=\"bt_mission\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path2+"mission_environnementale.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_mission','','"+path+"assets/fr/navigation/bt_mission_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_mission_up.gif\" alt=\"Mission environnementale\" name=\"bt_mission\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='contact'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_contact_rl.gif\" alt=\"Nous contacter\" name=\"bt_contact\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path2+"contact.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_contact','','"+path+"assets/fr/navigation/bt_contact_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_contact_up.gif\" alt=\"Nous contacter\" name=\"bt_contact\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	document.write("<div><a href=\"http://www.sonopan.com\" target=\"_blank\" onMouseOver=\"MM_swapImage('bt_sonopan','','"+path+"assets/fr/navigation/bt_sonopan_rl.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\""+path+"assets/fr/navigation/bt_sonopan_up.gif\" alt=\"Portail SONOPAN\" name=\"bt_sonopan\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	document.write("<div><a href=\""+path2+"pdf/engagement.pdf\" target=\"_blank\" onMouseOver=\"MM_swapImage('bt_engagement','','"+path+"assets/fr/navigation/bt_engagement_rl.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\""+path+"assets/fr/navigation/bt_engagement_up.gif\" alt=\"Notre engagement\" name=\"bt_engagement\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='produits'){
		document.write("<div><a href=\""+path2+"produits.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_produits','','"+path+"assets/fr/navigation/bt_produits_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_produits_rl.gif\" alt=\"Produits\" name=\"bt_produits\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}else{
		document.write("<div><a href=\""+path2+"produits.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_produits','','"+path+"assets/fr/navigation/bt_produits_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_produits_up.gif\" alt=\"Produits\" name=\"bt_produits\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
}

function afficherMenu(niveau, page, lang){
	/*---------------------------------------------*/
	var menuids=["treemenu1"] 

	function buildsubmenus_horizontal(){
		for (var i=0; i<menuids.length; i++){
			var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
				for (var t=0; t<ultags.length; t++)
			{
				if (ultags[t].parentNode.parentNode.id==menuids[i])
				{ //if this is a first level submenu
					//ultags[t].style.top=ultags[t].parentNode.offsetHeight+"px" //dynamically position first level submenus to be height of main menu item
					//ultags[t].parentNode.getElementsByTagName("a")[0].className="mainfoldericon"
					
					ultags[t].style.top="0px"
					ultags[t].style.left=166+"px" //dynamically position first level submenus to be height of main menu item
					ultags[t].parentNode.getElementsByTagName("a")[0].className="mainfoldericon"
				}
				else
				{ //else if this is a sub level menu (ul)
						ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
						ultags[t].parentNode.getElementsByTagName("a")[0].className="subfoldericon"
				}
				ultags[t].parentNode.onmouseover=function(){
				this.getElementsByTagName("ul")[0].style.visibility="visible"
				}
				ultags[t].parentNode.onmouseout=function(){
				this.getElementsByTagName("ul")[0].style.visibility="hidden"
				}
			}
		}
	}

	if (window.addEventListener)
	window.addEventListener("load", buildsubmenus_horizontal, false)
	else if (window.attachEvent)
	window.attachEvent("onload", buildsubmenus_horizontal)
	/*---------------------------------------------*/
	path="";
	path2="fr/";
	path3="en/";
	if(niveau==2){
		path="../";
		path2="";
		path3="../en/";
	}
	if(page=='accueil'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_accueil_rl.gif\" alt=\"Accueil\" name=\"bt_accueil\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path+"index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_accueil','','"+path+"assets/fr/navigation/bt_accueil_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_accueil_up.gif\" alt=\"Accueil\" name=\"bt_accueil\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	if(lang != ""){
		document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
		document.write("<div><a href=\""+path3+lang+"\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_langue','','"+path+"assets/fr/navigation/bt_langue_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_langue_up.gif\" alt=\"English\" name=\"bt_langue\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='corporatif'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_corporatif_rl.gif\" alt=\"Corporatif\" name=\"bt_corporatif\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path2+"corporatif.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_corporatif','','"+path+"assets/fr/navigation/bt_corporatif_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_corporatif_up.gif\" alt=\"Corporatif\" name=\"bt_corporatif\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='mission'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_mission_rl.gif\" alt=\"Mission environnementale\" name=\"bt_mission\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path2+"mission_environnementale.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_mission','','"+path+"assets/fr/navigation/bt_mission_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_mission_up.gif\" alt=\"Mission environnementale\" name=\"bt_mission\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	if(page=='contact'){
		document.write("<div><img src=\""+path+"assets/fr/navigation/bt_contact_rl.gif\" alt=\"Nous contacter\" name=\"bt_contact\" width=\"166\" height=\"25\" border=\"0\"></div>");
	}else{
		document.write("<div><a href=\""+path2+"contact.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_contact','','"+path+"assets/fr/navigation/bt_contact_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_contact_up.gif\" alt=\"Nous contacter\" name=\"bt_contact\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	}
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	document.write("<div><a href=\"http://www.sonopan.com\" target=\"_blank\" onMouseOver=\"MM_swapImage('bt_sonopan','','"+path+"assets/fr/navigation/bt_sonopan_rl.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\""+path+"assets/fr/navigation/bt_sonopan_up.gif\" alt=\"Portail SONOPAN\" name=\"bt_sonopan\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	document.write("<div><a href=\""+path2+"pdf/engagement.pdf\" target=\"_blank\" onMouseOver=\"MM_swapImage('bt_engagement','','"+path+"assets/fr/navigation/bt_engagement_rl.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\""+path+"assets/fr/navigation/bt_engagement_up.gif\" alt=\"Notre engagement\" name=\"bt_engagement\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	document.write("<div><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	
	document.write("<div class=\"skmenu\">");
		document.write("<ul id=\"treemenu1\">");
		if(page=='produits'){
			document.write("<li><a href=\""+path2+"produits.html\"><img src=\""+path+"assets/fr/navigation/bt_produits_rl.gif\" alt=\"Produits\" name=\"bt_produits\" width=\"166\" height=\"25\" border=\"0\"></a>");
		}else{
			document.write("<li><a href=\""+path2+"produits.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_produits','','"+path+"assets/fr/navigation/bt_produits_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_produits_up.gif\" alt=\"Produits\" name=\"bt_produits\" width=\"166\" height=\"25\" border=\"0\"></a>");
		}
		document.write("<ul>");
			document.write("<li><a href=\""+path2+"acoustique.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_acoustique','','"+path+"assets/fr/navigation/bt_acoustique_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_acoustique_up.gif\" alt=\"Section acoustique\" name=\"bt_acoustique\" width=\"166\" height=\"25\" border=\"0\"></a>");
				document.write("<ul>");
					 document.write("<li><a href=\""+path2+"acoustique.html#sonopan\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_a_sonopan','','"+path+"assets/fr/navigation/bt_a_sonopan_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_sonopan_up.gif\" alt=\"SONOPAN\" name=\"bt_a_sonopan\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonopan.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopan_brochure','','"+path+"assets/fr/navigation/bt_a_brochure_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_brochure_up.gif\" alt=\"Brochure\" name=\"bt_sonopan_brochure\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonopan_fiche.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopan_fiche','','"+path+"assets/fr/navigation/bt_a_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_sonopan_fiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonopan_procedures.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopan_procedures','','"+path+"assets/fr/navigation/bt_a_procedures_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_procedures_up.gif\" alt=\"Procédures d'installation\" name=\"bt_sonopan_procedures\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
					document.write("<li><a href=\""+path2+"acoustique.html#sonopanX\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopanX','','"+path+"assets/fr/navigation/bt_a_sonopanX_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_sonopanX_up.gif\" alt=\"SONOPAN X\" name=\"bt_sonopanX\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonopanx.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopanX_brochure','','"+path+"assets/fr/navigation/bt_a_brochure_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_brochure_up.gif\" alt=\"Brochure\" name=\"bt_sonopanX_brochure\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonopanx_fiche.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopanx_fiche','','"+path+"assets/fr/navigation/bt_a_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_sonopanx_fiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonopanx_procedures.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonopanx_procedures','','"+path+"assets/fr/navigation/bt_a_procedures_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_procedures_up.gif\" alt=\"Procédures d'installation\" name=\"bt_sonopanx_procedures\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
					 document.write("<li><a href=\""+path2+"acoustique.html#sonobase\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonobase','','"+path+"assets/fr/navigation/bt_a_sonobase_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_sonobase_up.gif\" alt=\"SONOBASE II\" name=\"bt_sonobase\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonobase_brochure.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonobase_brochure','','"+path+"assets/fr/navigation/bt_a_brochure_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_brochure_up.gif\" alt=\"Brochure\" name=\"bt_sonobase_brochure\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonobase_fiche_signaletique.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonobase_fiche','','"+path+"assets/fr/navigation/bt_a_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_sonobase_fiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/sonobase_devis.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_sonobase_devis','','"+path+"assets/fr/navigation/bt_a_devis_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_a_devis_up.gif\" alt=\"Devis\" name=\"bt_sonobase_devis\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
				document.write("</ul>");
			document.write("</li>");
			document.write("<li><a href=\""+path2+"ignifuge.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_ignifuge','','"+path+"assets/fr/navigation/bt_ignifuge_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_ignifuge_up.gif\" alt=\"Section ignifuge\" name=\"bt_ignifuge\" width=\"166\" height=\"25\" border=\"0\"></a>");
				document.write("<ul>");
					 document.write("<li><a href=\""+path2+"ignifuge.html#securpan\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securpan','','"+path+"assets/fr/navigation/bt_s_securpan_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_securpan_up.gif\" alt=\"SECURPAN\" name=\"bt_securpan\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/secur_brochure.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securpan_brochure','','"+path+"assets/fr/navigation/bt_s_brochure_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_brochure_up.gif\" alt=\"Brochure\" name=\"bt_securpan_brochure\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/securpan_devis.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securpan_devis','','"+path+"assets/fr/navigation/bt_s_devis_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_devis_up.gif\" alt=\"Devis\" name=\"bt_securpan_devis\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/securpan_fiche.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securpan_fiche','','"+path+"assets/fr/navigation/bt_s_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_securpan_fiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
					 document.write("<li><a href=\""+path2+"ignifuge.html#securtorch\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securtorch','','"+path+"assets/fr/navigation/bt_s_securtorch_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_securtorch_up.gif\" alt=\"SECURTORCH\" name=\"bt_securtorch\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/securtorch_brochure.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securtorch_brochure','','"+path+"assets/fr/navigation/bt_s_brochure_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_brochure_up.gif\" alt=\"Brochure\" name=\"bt_securtorch_brochure\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/securtorch_devis.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_securtorch_devis','','"+path+"assets/fr/navigation/bt_s_devis_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_devis_up.gif\" alt=\"Devis\" name=\"bt_securtorch_devis\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
						document.write("<li><a href=\""+path2+"ignifuge.html#faine\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_faineSecurpan','','"+path+"assets/fr/navigation/bt_s_faine_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_faine_up.gif\" alt=\"Faine SECURPAN\" name=\"bt_faineSecurpan\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/faine_securpan.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_s_faine','','"+path+"assets/fr/navigation/bt_s_ficheTech_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_s_ficheTech_up.gif\" alt=\"Fiche technique\" name=\"bt_s_faine\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
				document.write("</ul>");
			document.write("</li>");
			document.write("<li><a href=\""+path2+"toiture.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_toiture','','"+path+"assets/fr/navigation/bt_toiture_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_toiture_up.gif\" alt=\"Section toiture\" name=\"bt_toiture\" width=\"166\" height=\"25\" border=\"0\"></a>");
				document.write("<ul>");
					 document.write("<li><a href=\""+path2+"toiture.html#fibre\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_fibre','','"+path+"assets/fr/navigation/bt_t_fibre_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_fibre_up.gif\" alt=\"Fibre de bois naturel\" name=\"bt_t_fibre\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_fibrebois.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_fibreFiche','','"+path+"assets/fr/navigation/bt_t_fibreFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_fibreFiche_up.gif\" alt=\"Fibre de bois - Fiche\" name=\"bt_t_fibreFiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_fibrehautedensite.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_ficheHd','','"+path+"assets/fr/navigation/bt_t_fibreHdFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_fibreHdFiche_up.gif\" alt=\"Fibre de bois haute densité - Fiche technique\" name=\"bt_t_ficheHd\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_panneaux.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_utilite','','"+path+"assets/fr/navigation/bt_t_panneauFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_panneauFiche_up.gif\" alt=\"Panneau utilité - Fiche technique\" name=\"bt_t_utilite\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_fiche.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_fibre_signa','','"+path+"assets/fr/navigation/bt_t_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_t_fibre_signa\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
					 document.write("<li><a href=\""+path2+"toiture.html#impregne\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_impregne','','"+path+"assets/fr/navigation/bt_t_impregne_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_impregne_up.gif\" alt=\"Panneau imprégné\" name=\"bt_t_impregne\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_asphalte.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_cireFiche','','"+path+"assets/fr/navigation/bt_t_cireFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_cireFiche_up.gif\" alt=\"Imprégné de cire - Fiche technique\" name=\"bt_t_cireFiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_asphaltehautedensite.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_cireHd','','"+path+"assets/fr/navigation/bt_t_cireHdFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_cireHdFiche_up.gif\" alt=\"Imprégné de cire haute densité - Fiche technique\" name=\"bt_t_cireHd\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_asphalte_fiche.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_impregneFiche','','"+path+"assets/fr/navigation/bt_t_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_t_impregneFiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
					 document.write("<li><a href=\""+path2+"toiture.html#faine\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_faine','','"+path+"assets/fr/navigation/bt_t_faine_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_faine_up.gif\" alt=\"Faine naturel\" name=\"bt_t_faine\" width=\"166\" height=\"25\" border=\"0\"></a>");
						document.write("<ul>");
							document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/toiture_faine.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_t_faineTech','','"+path+"assets/fr/navigation/bt_t_ficheTech_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_t_ficheTech_up.gif\" alt=\"Fiche technique\" name=\"bt_t_faineTech\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
						document.write("</ul>");
					 document.write("</li>");
				document.write("</ul>");
			document.write("</li>");
			document.write("<li><a href=\""+path2+"residentiels.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_residentiel','','"+path+"assets/fr/navigation/bt_residentielle_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_residentielle_up.gif\" alt=\"Section résidentielle\" name=\"bt_residentiel\" width=\"166\" height=\"25\" border=\"0\"></a>");
				document.write("<ul>");
					 document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/residentiel.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_r_interieur','','"+path+"assets/fr/navigation/bt_r_intFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_r_intFiche_up.gif\" alt=\"Revêtement intérieur naturel - Fiche technique\" name=\"bt_r_interieur\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
					 document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/residentiel_exterieur.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_r_exterieur','','"+path+"assets/fr/navigation/bt_r_extFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_r_extFiche_up.gif\" alt=\"Revêtement extérieur - Fiche technique\" name=\"bt_r_exterieur\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
					 document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/residentiel_performance.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_r_hd','','"+path+"assets/fr/navigation/bt_r_hdFiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_r_hdFiche_up.gif\" alt=\"Revêtement haute performance - Fiche technique\" name=\"bt_r_hd\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
					 document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/residentiel_fiche.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_r_fiche','','"+path+"assets/fr/navigation/bt_r_fiche_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_r_fiche_up.gif\" alt=\"Fiche signalétique\" name=\"bt_r_fiche\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
					 document.write("<li><a target=\"_blank\" href=\""+path2+"pdf/SonoClimat_R6.pdf\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('bt_r_SonoClimatR6','','"+path+"assets/fr/navigation/bt_r_SonoClimatR6_rl.gif',1)\"><img src=\""+path+"assets/fr/navigation/bt_r_SonoClimatR6_up.gif\" alt=\"SonoClimat R6\" name=\"bt_r_SonoClimatR6\" width=\"166\" height=\"25\" border=\"0\"></a></li>");
				document.write("</ul>");
			document.write("</li>");
		document.write("</ul>");
		document.write("</li>");
		document.write("</ul>");
		document.write("</li>");
		document.write("</ul>");
	document.write("</div>");
	document.write("<div style=\"clear:both\"><img src=\""+path+"assets/spacer.gif\" width=\"1\" height=\"2\"></div>");
	
	document.write("<div><a href=\"/carrieres.pdf\" target=\"_blank\" onMouseOver=\"MM_swapImage('bt_carriere','','"+path+"assets/fr/bt_carrieres_rl.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\""+path+"assets/fr/bt_carrieres_up.gif\" alt=\"Carrières\" name=\"bt_carriere\" width=\"166\" height=\"25\" border=\"0\"></a></div>");
	
}