function gotoused(f){
   if(f.usedsearch.selectedIndex > 0){
    location.href = '/fr/usedcars/listing/index.spy?make=' + escape(f.usedsearch.options[f.usedsearch.selectedIndex].value);
  }
}

function gotospecs(f){
  if(f.techspec.selectedIndex > 0){
    location.href = '/fr/newcars/specs/';
  }
}

function gotocmp(f){
  if(f.compare.selectedIndex > 0){
    location.href = '/fr/tools/compare/compare.spy?cls=' + escape(f.compare.options[f.compare.selectedIndex].value);
  }
}

function gotorecalls(f){
  if(f.recalls.selectedIndex > 0){
    location.href = '/fr/tools/recalls/index.spy?MAKE=' +  escape(f.recalls.options[f.recalls.selectedIndex].value);
  }
}