featuredcontentglider.init({
	gliderid: "home_top_img",
	contentclass: "home_top_img",
	togglerid: "home_top_link",
	remotecontent: "",
	selected: 0,
	persiststate: false,
	speed: 500,
	direction: "rightleft",
	autorotate: true,
	autorotateconfig: [3000, 2]
})




function init_dw_Scroll()
	{
	var wndo = new dw_scrollObj('home_slider_blokken', 'lyr1', 't1');
	wndo.setUpScrollbar("home_slider_dragbar", "home_slider_track", "h", 0, 0);
	wndo.setUpScrollControls('home_slider_scrollbar');
	}

if ( dw_scrollObj.isSupported() ) 
	{
	dw_Event.add( window, 'load', init_dw_Scroll);
	}
