// **************************************************
// Permission granted to use and/or redistribute this
// script, so long as this notice remains intact.
// www.TheWebHut.com / 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=="windsor") { 
if (form.Password.value=="trade") { 
    location="http://www.windsorlighting.com/cgi-bin/mcveer/exec/search_inkoop2.cgi?search=1&perpage=200&lfield12_match=nee&sort_order=1,abc,forward&marknew=0"  } else { 
    location="x_geentoegang.html"
    } 
} else { 
    location="x_geentoegang.html"
    } 
} 
