$(function() {
	$( ".accordion" ).show().accordion({
		active: false,
		autoHeight: false,
		navigation: true,
		collapsible: true
	});
});

