﻿$(function() {
		$("#accordion").accordion(
			{autoHeight: false, header: 'h3', clearStyle: true }
		);
	});