function formfocus() {
     document.getElementById('mbox').focus();
}
window.onload = formfocus;
