$(function(){

   $("label[for='brand']").hide();
   $('#brand').hide();
   $("label[for='model']").hide();
   $('#model').hide();
   $('#select').hide();

   $('#type').selectCombo('../ProductSort/QuickFind.php?search=type','#brand', {indicator: '#loading'});

   $('#brand').selectCombo('../ProductSort/QuickFind.php?search=brand','#model', {indicator: '#loading'});

});
