function empty_username(elem){
    elem.value="";
}
function empty_password(elem){
    elem.value='';
    elem.type='password';
}