var wndo = [];
function dw_startScroll(num, dir, sp) {
  if ( wndo[num] && wndo[num].startScroll ) wndo[num].startScroll(dir, sp);
}
function dw_stopScroll(num) {
  if ( wndo[num] && wndo[num].stopScroll ) wndo[num].stopScroll();
}
function dw_loadLayer(num, id, cntId) {
  if ( wndo[num] && wndo[num].loadLayer ) wndo[num].loadLayer(id, cntId);
}
function initScrollLayer() {
  wndo[0] = new dw_scrollLayer('wn', 'lyr1');
  wndo[0].setUpScrollbar("dragBar", "track", "v", 0, 0);
  GeckoTableBugFix('wn');
}
var divscroller = true;