function SubmitForm(FRM)
{
document.forms[FRM].submit()
}


