﻿
function submitForm() {
    var frm = document.getElementById("Main_Form")

    frm.submit();
}

