function pwa() { 
   var pw  = prompt ("Bitte Zugangspassword eingeben:","");  
   try {window.document.location.href = pw + ".html";}
   catch(res) {prompt ("Result = " + res,"");}
}


