function submitform(formname)
{
 formname.submit();
}

