$(document).ready(function(){ 

	$('div#accordion').accordion({
		header: 'h4', 
		autoHeight: false,
		active: false,
		collapsible: true
	});

});
