	/* functions for the new scrolling begin*/
function initScrollLayer() {
  var wndo = new dw_scrollObj('wn', 'lyr1');
  
  wndo.setUpScrollbar("dragBar", "track", "v", 1, 1);
  dw_scrollObj.GeckoTableBugFix('wn'); 
}
	/* functions for the new scrolling end*/