function init_dw_Scroll() {
    var wndo = new dw_scrollObj('wn2', 'lyr2', 't2');
    wndo.setUpScrollbar("dragBarshort", "track", "h", 1, 1);
    wndo.setUpScrollControls('scrollbarshort');
}

// if necessary objects exists link in the style sheet and call the init function onload
if ( document.getElementById && document.getElementsByTagName ) {
    //dw_writeStyleSheet('css/scroll.css');
    addLoadEvent(init_dw_Scroll);
}