function QuickJump(Formular)
  {
      var Element = Formular.treffer_pro_seite.selectedIndex;
   
      if (Formular.treffer_pro_seite.options[Element].value != 0) 
      {
          location = Formular.treffer_pro_seite.options[Element].value;
      }
  }
  function QuickJump2(Formular)
  {
      var Element = Formular.hersteller.selectedIndex;
   
      if (Formular.hersteller.options[Element].value != 0) 
      {
          location = Formular.hersteller.options[Element].value;
      }
  }
  function QuickJump3(Formular)
  {
      var Element = Formular.modell.selectedIndex;
   
      if (Formular.modell.options[Element].value != 0) 
      {
          location = Formular.modell.options[Element].value;
      }
  }
  function QuickJump4(Formular)
  {
      var Element = Formular.ansicht.selectedIndex;
   
      if (Formular.ansicht.options[Element].value != 0) 
      {
          location = Formular.ansicht.options[Element].value;
      }
  }
  function QuickJump6(Formular)
  {
      var Element = Formular.treibstoff.selectedIndex;
   
      if (Formular.treibstoff.options[Element].value != 0) 
      {
          location = Formular.treibstoff.options[Element].value;
      }
  }
  function QuickJump7(Formular)
  {
      var Element = Formular.leistung.selectedIndex;
   
      if (Formular.leistung.options[Element].value != 0) 
      {
          location = Formular.leistung.options[Element].value;
      }
  }
  function QuickJump8(Formular)
  {
      var Element = Formular.preis.selectedIndex;
   
      if (Formular.preis.options[Element].value != 0) 
      {
          location = Formular.preis.options[Element].value;
      }
  }
  function QuickJumpFiliale(Formular)
  {
      var Element = Formular.filiale.selectedIndex;
   
      if (Formular.filiale.options[Element].value != 0) 
      {
          location = Formular.filiale.options[Element].value;
      }
  }
  function QuickJumpFahrzeugtyp(Formular)
  {
      var Element = Formular.fahrzeugtyp.selectedIndex;
   
      if (Formular.fahrzeugtyp.options[Element].value != 0) 
      {
          location = Formular.fahrzeugtyp.options[Element].value;
      }
  }
