function firstfocus(){
document.getElementById('firstname').focus();
document.getElementById('firstname').select()
}

