$(document).ready(function (){
    //Usage
    $(".menu ul li").menu({
        autostart: 0,
                              itemLink: 0
    });
});

