// **************************************************
// support@WebPage-Tools.com
function authUser(form) { 
if (form.Username.value=="len") { 
if (form.Password.value=="roberts") { 
    location="welcome.shtml" 
} else { 
    location="UnAuthorized.html"
    } 
} else { 
    location="UnAuthorized.html"
    } 
} 