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

