function linkseite(form)
{
  var URL = document.form.direktlink.options[document.form.direktlink.selectedIndex].value;	
  if(URL!="0")   {
     window.open(URL,"","");
  }

document.form.direktlink.selectedIndex = 0;
}

function ma_list_gehezuseite(){  
  var URL = document.malist.liste.options[document.malist.liste.selectedIndex].value;	
  if(URL!="0")   {
     eval("window.location='"+URL+"'");
  }	
  
}
