function submitForm(form)
{
    document.getElementById(form).submit();
}

