function gosi()
     
{
        var selectedIndex = document.spain.Auswahl.selectedIndex;

        if (selectedIndex > 0)
    {
       for(i=0;i<document.spain.Auswahl.length;++i)
  if(document.spain.Auswahl.options[i].selected == true)
        var selection = document.spain.Auswahl.options[i].value;

       for(i=0;i<document.spain.pers.length;++i)
  if(document.spain.pers.options[i].selected == true)
        var selection1 = document.spain.pers.options[i].value;

       for(i=0;i<document.spain.abfl.length;++i)
  if(document.spain.abfl.options[i].selected == true)
        var selection2 = document.spain.abfl.options[i].value;

       for(i=0;i<document.spain.dauer.length;++i)
  if(document.spain.dauer.options[i].selected == true)
        var selection3 = document.spain.dauer.options[i].value;

       for(i=0;i<document.spain.kat.length;++i)
  if(document.spain.kat.options[i].selected == true)
        var selection4 = document.spain.kat.options[i].value;
{
 if(document.spain.wahl[0].checked == true)
   { var iwf ="&art=NF" 
        var selection4 =""  }
 else if(document.spain.wahl[1].checked == true)
        var iwf=""
}

     if(selection == "nix")
    {
      document.spain.reset();
      document.spain.elements[0].blur();
      return;
     }
       else
        selection=selection+iwf+selection1+selection2+selection3+selection4+"&frame=OHNE";
document.close();
document.open();
document.write(window.location.href = selection);


    }
}

