<!--
//<![CDATA[
	function init() {
	  if (TransMenu.isSupported()) {
			TransMenu.initialize();
document.getElementById("mtm_retour_à_l'accueil").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; }
document.getElementById("mtm_retour_à_l'accueil").onmouseout = function() { this.className = ""; }
menu2.onactivate = function() { document.getElementById("mtm_Canyoning").className = "hover"; };
menu2.ondeactivate = function() { document.getElementById("mtm_Canyoning").className = ""; };
menu3.onactivate = function() { document.getElementById("mtm_Infos_pratiques").className = "hover"; };
menu3.ondeactivate = function() { document.getElementById("mtm_Infos_pratiques").className = ""; };
	 	}
  }
//]]>

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->