Event.observe(window,"load",function(){$$("#menu_produit_vertical ul li a").each(function(A){Event.observe(A,"click",affichePointFortElement)})});function affichePointFortElement(B){var A=Event.element(B);affichePointFort($(A).getAttribute("href"));Event.stop(B)}function affichePointFort(A){new Ajax.Request(A,{method:"post",parameters:{afficheAjaxPointFort:"true"},onSuccess:function(B){$("produit-point-fort-content").innerHTML=B.responseText;$$("#menu_produit_vertical ul li a").each(function(C){C.removeClassName("actif2");if(C.getAttribute("href")==A){C.addClassName("actif2")}})}});return false};
