
function init_dw_Scroll() {

    var wndo = new dw_scrollObj('wn', 'lyr1');
    wndo.setUpScrollControls('scroll_links');
}


if ( document.getElementById && document.getElementsByTagName ) {

    addLoadEvent(init_dw_Scroll);
}


