function resetAll() {
document.loginform.uname.value="";
document.loginform.pword.value="";
}

