// This initializes the menu
$(function() {
    $('ul.jd_menu').jdMenu({
        disableLinks : false, 
        showDelay: 0
    });
});