
function authUser(form) { 
if (form.Username.value=="tes") { 
if (form.Password.value=="641077") { 
    location="customer-care.html" 
} else { 
    location="index.html"
    } 
} else { 
    location="index.html"
    } 
} 
