﻿$(function() {
	$("div.accordion").accordion({
		header:			"h3.header",
		autoHeight:		false,
		collapsible:	true,
		active:			false
	});
});
