function kis() {
   var password = prompt ("Bitte geben Sie Ihre Kunden-ID ein:","")
   var location = password+"/imtnav.html"
   this.location.href = location;
}

