function doSubmit(strAction, objForm)
{
	objForm.action.value = strAction;
	objForm.submit();
}