$(document).ready(function(){
    $('div.toggler-1').toggleElements( { fxAnimation:'fade', fxSpeed:'', className:'search' } );
    $('ul.toggler-2').toggleElements( { fxAnimation:'fade', fxSpeed:'', className:'language' } );
});