Event.observe(window,"load",function(){if($("btn_tarifs00")){Event.observe($("btn_tarifs00"),"click",afficheTypePrixElement)}});function afficheTypePrixElement(A){afficheTypePrix($("btn_tarifs00").getAttribute("href"));Event.stop(A)}function afficheTypePrix(A){if(A.indexOf("typePrix=")){paramTypePrix=A.substring(A.indexOf("typePrix=")+9,A.length);if(paramTypePrix=="Prix_TTC"||paramTypePrix=="Prix_HT"){new Ajax.Request(A,{method:"post",parameters:{afficheAjaxTypePrix:"true",typePrix:paramTypePrix},onSuccess:function(B){$("page_tarifs").replace(B.responseText);Event.observe($("btn_tarifs00"),"click",afficheTypePrixElement)}})}return false}return false};
