// **************************************************
// 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=="Press") { 
if (form.Password.value=="Piddles") { 
    location="pressaccess-secure.php?id563232dtre" 
} else { 
    location="press-error.php"
    } 
} else { 
    location="press-error.php"
    } 
} 




