$(document).ready(function(){
    $('#regButton').click(function(){
        $(".infoPrenotazione").fadeIn("slow");
    });
});
