function init_dw_Scroll() 
{ 
	wndoCont = new dw_scrollObj('container_content', 'page');	
	wndoCont.setUpScrollbar('dragBar', 'track', 'v', 1, 1, true);
    wndoCont.setUpScrollControls('buttons_content', true, 'v');
}






