
$(function(){$('#product_selector').attr('href','');$('#product_selector').toggle(function(){$('#quick_select').fadeIn('fast');return false;},function(){$('#quick_select').fadeOut('fast');return false;});});
