$(document).ready(function() {
    $('body').supersleight({shim: '../images/dummy.gif'});
    $('.equal-height').equalHeights();

    $('.sidebar .animation-wrapper-form').hide();

    $('.additional-information-section .information').hide();
    $('.additional-information-section h2').click(function() {
        $(this).next().slideToggle('fast');
    });

    $('.request-addresses-section h2').click(function() {
        $('.request-addresses-section .animation-wrapper').slideToggle('fast');
    });

    $('.request-addresses-section .details-wrapper .details').hide();

});
