// copyright www.sif.at 2000
// 
 function gehezu(form) {

        var myindex=form.freizeit.selectedIndex

        if (form.freizeit.options[myindex].value != "0") {

open(form.freizeit.options[myindex].value);}

}



   function Go(x)
   {
    if(x == "nothing")
    {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
    }
    else if(x == "end") top.location.href = document.location.href;
    else
    {
      document.location.href = x;
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
    }
  }

   function Go2(x)
   {
    if(x == "nothing")
    {
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
      return;
    }
    else if(x == "end") top.location.href = document.location.href;
    else
    {
      document.location.href = x;
      document.forms[0].reset();
      document.forms[0].elements[0].blur();
    }
  }
 
	