
$(document).ready(function() {
    $('ul.bt-superfish-menu').superfish({
         
        //animation: {height:'show'}
    });
});
