var wndoCont = "";

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');
    wndoCont.setUpScrollControls('container_content');   
}

// if code supported, link in the style sheet and call the init function onload
if ( dw_scrollObj.isSupported() ) 
{
    // Enable printing here if you like 
    //dw_scrollObj.printEnabled = true;
	dw_Event.add( window, 'load', init_dw_Scroll);
}

function ForceToDown()// tbv anchors in documenten
{
	

}
