function toggleMenu(a,b){}jQuery.noConflict(),jQuery(document).ready(function(){jQuery("#nav").find("li").removeAttr("onmouseover").removeAttr("onmouseout").unbind("mouseover").unbind("mouseout").hover(function(){jQuery(this).toggleClass("over")}).end().find("> ul > li.parent > a").append('<span class="space"></span>'),jQuery(".fancybox").fancybox({titlePosition:"inside"}),jQuery(".tabs-and-content .tabs").tabs(),jQuery("#product-options-wrapper dt label").append(":"),$galleryContainer=jQuery("#imgContainer"),$galleryContainer.length&&$galleryContainer.easySlider({prevId:"imgControlsPrev",nextId:"imgControlsNext",auto:!0,pause:5e3,continuous:!0,numeric:!0,numericId:"imgControls",numericPrev:!0,numericNext:!0,controlsShow:!0}),jQuery(".lien_answer").click(function(){var a=jQuery(this).attr("id");jQuery(".cacher").css("display","none"),jQuery("#answer"+a+"").css("display","block")});var a={zoomType:"standard",lens:!0,preloadImages:!0,alwaysOn:!1,zoomWidth:600,zoomHeight:520,xOffset:50,yOffset:0,position:"right"};jQuery(".zoomtest").jqzoom(a),jQuery(".onglet_content").hide(),jQuery("ul.onglets li:first").addClass("active").show(),jQuery(".onglet_content:first").show(),jQuery("ul.onglets li").click(function(){jQuery("ul.onglets li").removeClass("active"),jQuery(this).addClass("active"),jQuery(".onglet_content").hide();var a=jQuery(this).find("a").attr("href");return jQuery(a).fadeIn(),!1}),jQuery("div.quantity").append('<input type="button" value="+" id="add1" class="plus" />').prepend('<input type="button" value="-" id="minus1" class="minus" />'),jQuery(".plus").click(function(){var a=parseInt(jQuery(this).prev(".qty").val());if(!a||a==""||a=="NaN")a=0;jQuery(this).prev(".qty").val(a+1)}),jQuery(".minus").click(function(){var a=parseInt(jQuery(this).next(".qty").val());a=="NaN"&&(a=0),a>0&&jQuery(this).next(".qty").val(a-1)})})
