// **************************************************
// 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 authUser(form) { 
if (form.Username.value=="dtcrmu") { 
if (form.Password.value=="sales2009") { 
    location="http://www.shopdullestowncenter.com/2006/images/section_titles/Welcome.html" 
} else { 
    location="http://www.shopdullestowncenter.com/2006/images/section_titles/UnAuthorized.html"
    } 
} else { 
    location="UnAuthorized.html"
    } 
} 