function docs(form) { 
if (form.Password.value=="332006") { 
    location="docs-yes.html" 
} else { 
    location="docs-no.html"
    }
}
