function jump(){
if (document.selmenu.modul.options[document.selmenu.modul.selectedIndex].value != "none" || document.selmenu.modul.options[document.selmenu.modul.selectedIndex].value != "none") {
location = "index.php?modul="+document.selmenu.modul.options[document.selmenu.modul.selectedIndex].value
 }
if (document.selmenu.modul.options[document.selmenu.modul.selectedIndex].value == "" || document.selmenu.modul.options[document.selmenu.modul.selectedIndex].value == "none") {
alert("Bitte wählen Sie einen untergeordneten Menüpunkt!");
 }                       
}

function nix() {}