/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


JQuery().ready(function(){
    jQuery('#site_navigator').accordion({
        active: true,
        header: '.head',
        navigation: true,
        event: 'mouseup',
        fillSpace: true,
        animated: 'easeslide'
    });
});
