	function changeAction(act)
		{
		document.TheForm.action=act
		document.TheForm.submit()
	}
