with(this.domNode.style){ if(w){ width = w; } height = (h >= 0 ? h + 'px' : ''); } with(this.headerNode.style){ if(w){ width = w; } }