    var musiktitel;
    function suche(){
      document.location.href="../pw/"+ document.pw.pswd.value.toLowerCase() + ".html";
      return false;
    }
    function musikauswahl(titel){
        musiktitel="../musik/"+titel+".html";
        var mu=window.open(musiktitel,'Musik','scrollbars=no,toolbar=no,status=no,menubar=no,location=no,width=1,height=1,left=0,top=0,dependent=yes');
        if (titel=="aus"){
          mu.close();
        }
    return;
    }

