$(document).ready(function() {
    $('#multiview').accordion({
       header: '.heading', autoheight: 'true'
    });    
})

