﻿
function authUser(form) {
if (form.Username.value=="Steuer")   {
if (form.Password.value=="Aktuell")  {
    location="newsletter.html"
} else {
    location="../leistungen/unauthorized.html"
    }
} else {
    location="../leistungen/unauthorized.html"
    }
}
