$(document).ready(function(){ 
    $('div.toggler-c').toggleElements( 
        { fxAnimation:'slide', fxSpeed:'fast', className:'toggler' });
}); 
