  // arguments: id of layer containing scrolling layers (clipped layer), id of layer to scroll, 
  // if horizontal scrolling, id of element containing scrolling content (table?)
  
  var wndo = new dw_scrollObj('clip', 'sd');
  
  // pass id('s) of scroll area(s) if inside table(s)
   dw_scrollObj.GeckoTableBugFix(''); 
  



