/**
 * Generic submit form
 */
function submitForm(frm, step)
{
    frm.step.value = step;
    frm.submit();
} // fn submitForm

