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