Duplicate case "dhx_web" in dhtmlx.js

Hi,

Eclipse is complaining about a duplicate case “dhx_web” in dhtmlx.js. As you can see, case “dhx_web” is appearing twice in the code. How to fix this? Can the two be combined into one?

The code is part of Standard Edition v.3.6.

switch(this.skin)
{case “dhx_black”:
case “dhx_blue”:
case “dhx_skyblue”:
case “dhx_web”:this._topLevelBottomMargin=2;this._topLevelOffsetLeft=this._topLevelRightMargin=1;this._arrowFFFix=_isIE?document.compatMode==“BackCompat”?0:-4:-4;break;
case “dhx_web”:this._arrowFFFix=0;break;
case “dhx_terrace”:this._topLevelOffsetLeft=this._topLevelRightMargin=this._topLevelBottomMargin=0,this._arrowFFFix=_isIE?document.compatMode==“BackCompat”?0:-4:-4}