
$(document).ready(function() {
	$(".content").accordion({
		autoHeight: false
	});
});
