// **************************************************
// 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=="protokolle") { 
if (form.Password.value=="20Flocom12") { 
    location="http://www.flocom.at/protokolle/protokolle2012.htm" 
} else { 
    location="UnAuthorized.html"
    } 
} else { 
    location="UnAuthorized.html"
    } 
} 
