﻿function SubmitMessageBox(submitButtonId) 
{
    document.getElementById(submitButtonId).click();
}