// JavaScript Document
function initScrollLayer() {
// 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('wn', 'lyr1', 't1');

// pass id('s) of scroll area(s) if inside table(s)
dw_scrollObj.GeckoTableBugFix('wn');
}