// **************************************************
// support@WebPage-Tools.com
// **************************************************
// Change "guest" to your desired Username below.
// Change "enter" to your desired Password below.
// You can also change the URL's to reflect your own.
// **************************************************
function authUser2(form) { 
if (form.Username.value=="taylor2") { 
if (form.Password.value=="1580") { 
    location="schools.html" 
} else { 
    location="UnAuthorized.html"
    } 
} else { 
    location="UnAuthorized.html"
    } 
} 