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