﻿$(function() {
    $('.accordion').accordion({ header: 'h2', autoHeight: false });
});