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