function submitform(action)	{
  document.forms[0].action=action;
  document.forms[0].submit();
}
