function init_dw_Scroll5() {
    var wndo = new dw_scrollObj('wn5', 'lyr5', 't5');
    //wndo.setUpScrollControls('scrollLinks');
	wndo.setUpScrollControls('galaryArea5');
}

// if necessary objects exists link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) {
    //dw_writeStyleSheet('css_scroll/scroll.css');
    dw_Event.add( window, 'load', init_dw_Scroll5);
}
