// script.js
$(document).ready(function(){$('#listing div.piece div.img img').click(function(){if(this.src.indexOf('blank')<0){if($(this).css('width')=='500px'){$(this).animate({width:'120px'},400);}
else{$(this).animate({width:'500px'},400);}}});});function form_filtres_erase(){var form=$('#form_filtres');form.find('select[name=categorie]').get(0).value='';form.find('select[name=valeur]').get(0).value='';form.find('select[name=frappe]').get(0).value='';form.find('select[name=annee]').get(0).value='';form.find('select[name=metal]').get(0).value='';form.find('input[name=q]').get(0).value='';form.submit();}


