﻿jQuery('#leftMenu').accordion({ 
    active: ".current", 
    autoheight: false,
    header: '.head', 
    navigation: true, 
    event: 'click', 
    fillSpace: false,
    animated: 'easeslide' 
});