﻿$(function () {
    $("#jobdescriptions").accordion({
        active: false,
        collapsible: true,
        autoHeight: false
    });
});
