$(function() {
	$("#accordion").accordion({ active: true, header: '.head', autoHeight: false,  collapsible: true, navigation: true });
});
