// --------- never remove function : used by GlobalAppsettingRegex.cs  ---------
function unsetRelativeErrorTag(li_RelativeErrorTag) {
	if (0 < (li_RelativeErrorTag & RelativeErrorTag)) RelativeErrorTag -= li_RelativeErrorTag;
}

function setRelativeErrorTag(li_RelativeErrorTag) {
//alert('setRelativeErrorTag=' + li_RelativeErrorTag);
	if (0 == (li_RelativeErrorTag & RelativeErrorTag)) RelativeErrorTag += li_RelativeErrorTag;
}
