var Listing={};Listing.show_drop_down=function(){$('brands_a').style.display='none';$('brands_select').style.display='inline';};Listing.redirect_brand=function(current_select){location.href=current_select.value;};
