// **************************************************




// 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 authUserfr(form) { 




if (form.Username.value=="decoprofr") { 




if (form.Password.value=="capucinehomfr") { 




    location="espace_professionnels.html" 




} else { 




    location="UnAuthorized.html"




    } 




} else { 




    location="UnAuthorized.html"




    } 




} 
