
var options_lightbox={imageLoading:'image/lightbox-ico-loading.gif',imageBtnPrev:'image/lightbox-btn-prev.gif',imageBtnNext:'image/lightbox-btn-next.gif',imageBtnClose:'image/lightbox-btn-close.gif',imageBlank:'image/lightbox-blank.gif',fixedNavigation:true};$(document).ready(function(){$('.galerie-lightbox a').lightBox(options_lightbox);$('.galerie-variante a').lightBox(options_lightbox);$('div[id^=gallery_lightbox] a').lightBox(options_lightbox);initdisponibilites();initfiltres();initcarousels();});var initcarousels=function(){var _carousels=$('.carousel-page');if(_carousels.length>0){_carousels.each(function(){$(this).carousel({theight:"65",twidth:"65",orientation:$(this).attr('orientation'),resize:false,limit:$(this).attr('limit'),complete:function(){if($("#div_article_conseille").length>0){masqueongletfa("#div_article_conseille");}
$(this).css("visibility","visible");}});});}};var initfiltres=function(){var _container=$('#contenu-filtres');var _form=$('.form-filtre:first');if(_form.length>0){var filter='';if(_form.find('#tri-marque').val()!=undefined){filter='<input type="hidden" id="tri-marque" name="tri_marque" value="'+_form.find('#tri-marque').val()+'" />';}
if(_form.find('#promo').val()!=undefined){filter+='<input type="hidden" id="promo" name="promo" value="'+_form.find('#promo').val()+'" />';}
_container.html('<form id="form-filtre" action="'+_form.attr('action')+'" method="'+_form.attr('method')+'" name="'+_form.attr('name')+'">'+filter+'</form>');var _myform=$('#form-filtre');var _champs=_form.find('.select-tri');if(_champs.length>0){var html='<div class="titre">Affinez votre recherche</div>';_champs.each(function(){html+='<div class="entry">';html+='<div class="nom-filtre">'+$(this).find('option[value=""]').text()+' :</div>';html+='<div class="nom-filtre"><select class="select-tri" id="'+$(this).attr('id')+'" name="'+$(this).attr('name')+'" onchange="'+$(this).attr('onchange')+'">';html+='<option value="">Faites votre choix</option>';$(this).find('option[value!=""]').each(function(){if($(this).val()!=''){html+='<option '+($(this).attr('selected')!=undefined?'selected="selected"':'')+' value="'+$(this).val()+'">'+$(this).text()+'</option>';}});html+='</select></div>';html+='</div>';$('#'+$(this).attr('id')).remove();});_myform.append('<div class="cont-filtres">'+html+'</div>');}
_form.remove();var gabarit=_form.attr('name').replace('filtreThem','');var url_site=$.url();var _taille=$('#taille_'+gabarit);if(_taille.length>0){var taille=url_site.param('taille['+gabarit+']');taille=Url.decode(taille).replace('+',' ');_taille.find('option[value="'+taille+'"]').attr('selected',true);}
var _color=$('#color_'+gabarit);if(_color.length>0){var color=url_site.param('color['+gabarit+']');color=Url.decode(color).replace('+',' ');_color.find('option[value="'+color+'"]').attr('selected',true);}
_container.show();}};var initdisponibilites=function(){var _boites1=$('.boite_produit1');if(_boites1.length>0){_boites1.each(function(){$(this).mouseenter(function(){$(this).find('.affichage-dispo').show();});$(this).mouseleave(function(){$(this).find('.affichage-dispo').hide();});});}};


