//When the DOM tree is loaded
$(document).ready(function() {
    $('#navigationMenu').droppy();
});

