// JavaScript Document

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