function SubmitForm(formID) {
         document.getElementById(formID).submit();
}