/**
 * @author wouter
 */

$(function() {
		$("#accordion").accordion({
			autoHeight: false,
			active: false 
		});
	});

