$(document).ready(function() {
    $("a.francy").fancybox();
    $(".openSotto").click(function () {
        $(this).next().toggle("slow");
    return false;
    });
});
