﻿function SubmitForm() {
    document.form1.submit();
}