/*According used on the FAQ page */

$(function() {
	$("#faq").accordion({
		active: false,
		fillSpace: true
	});
});


