$(function() {
  var file = "/shared/html/showcaseDropDownMenu.html";
  if (window.httpurl) {
    file = window.httpurl + file;
  }
  $('.menu02').load(file,
                    null,
                    function(){
                      $('#menu').droppy({speed:250});
                    });
});

