var mstrHTMLAttributes = new Object();

 mstrHTMLAttributes.ATTR_DIALOG = "dialog";
mstrHTMLAttributes.ATTR_HIDDEN = "hidden";
mstrHTMLAttributes.ATTR_MODAL = "modal";
mstrHTMLAttributes.ATTR_FLDID = "FLDID";
mstrHTMLAttributes.ATTR_FLD = "FLD";
mstrHTMLAttributes.ATTR_ZERO = "ZERO";
mstrHTMLAttributes.ATTR_DPN = "DPN";
mstrHTMLAttributes.ATTR_DPNND = "DPNND";
mstrHTMLAttributes.ATTR_DTY = "DTY";
mstrHTMLAttributes.ATTR_DF = "DF";
mstrHTMLAttributes.ATTR_MIN = "MIN";
mstrHTMLAttributes.ATTR_ERR = "ERR";
mstrHTMLAttributes.ATTR_MAX = "MAX";
mstrHTMLAttributes.ATTR_LT = "LT";
mstrHTMLAttributes.ATTR_LE = "LE";
mstrHTMLAttributes.ATTR_GT = "GT";
mstrHTMLAttributes.ATTR_GE = "GE";
mstrHTMLAttributes.ATTR_NOZEROSTR = "NONZERO";
mstrHTMLAttributes.ATTR_CMDID = "cmdid";
mstrHTMLAttributes.ATTR_CMDVL = "cmdvl";
mstrHTMLAttributes.ATTR_REGEX = "REGEX";
mstrHTMLAttributes.ATTR_REGEX_MSG = "REGEX_MSG";
mstrHTMLAttributes.ATTR_SCROLL_TYPE = "st";
mstrHTMLAttributes.ATTR_SHOW_ITEM = "showItem";
mstrHTMLAttributes.ATTR_CAN_DELETE = "canDel";
mstrHTMLAttributes.ATTR_CAN_MOVE = "canMv";
mstrHTMLAttributes.ATTR_CAN_RENAME = "canRn";
mstrHTMLAttributes.ATTR_CAN_CREATE_SHORTCUT = "canCrSh";
mstrHTMLAttributes.ATTR_CAN_REMOVE_CHILD = "canRvCh";
mstrHTMLAttributes.TITLE_SHOW_VALUE = "titleshowvl";
mstrHTMLAttributes.ATTR_CAN_COPY = "canCopy";

