    $(function() {
           $("#newsSection").accordion({ header: "h3", fillspace: true, clearStyle: true});
		
           $("#newsSection").accordion("activate", -1);
		   $('#main').show();
		   $('#slides').show();
		   $('#teksten').show();
		   
		   
	/*$j("#accordion").accordion({
    'fillSpace': true,
    'clearStyle': true
});
	*/
		
		/*	var autoHeight = $('#newsSection').accordion('option', 'autoHeight');
			$('#newsSection').accordion('option', 'autoHeight', false);
			
			var collapsible = $('#newsSection').accordion('option', 'collapsible');		
			$('#newsSection').accordion('option', 'collapsible', true);*/

			
        });
	

