	$(function() {
		$("#accordion").accordion({
			autoheight: false,
			collapsible: true
		});
	});
