$(document).ready(function() {
    $('.faq_container').expandable({
        startopen: false,
        tooltip: "",
        easing: "swing",
        uiIconClosed: "icon-closed",
        uiIconOpen: "icon-open",
        duration: 200
    });
});