function formsubmit() {
    document.loginform.submit();
    return false;
}