// **************************************************
// 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 tm(form) { 
if (form.Username.value=="5252") { 
if (form.Password.value=="5252") { 
    location="mgmt/tenxteam.html" 
} else { 
    location="mgmt/tenxteam.html"
    } 
} else { 
    location="mgmt/unauthorizedaccess.html"
    } 
} 