window.onload=montre;

function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}



function AjoutFavoris() 
{   
   if ( navigator.appName.substring(0,9) == "Microsoft" ) 
   {
      window.external.AddFavorite(self.location);
   } 
   else 
   {
      window.sidebar.addPanel(self.location); 
   }
}


function mailpage()     
{      chaine_mail = "mailto:?subject= Office du tourisme de Braine-le-Comte : " + document.title;
      chaine_mail += "&body= Je recommande cette page : " + document.title;
       chaine_mail += ". %0\A%0\D Consultable à l'adresse : " + location.href; location.href = chaine_mail;
 } 

