function removeEmail(){
document.getElementById('email').value=""
}
function removePasswd(){
document.getElementById('passwd').value=""
}
