
	function doUserFormRefresh(obj)
	{
		objForm = obj.parentNode.parentNode.parentNode.parentNode.parentNode;
		objForm.submit();
	}