
$(document).ready(function () {
    $("ul.groupMenu").superfish({
      //  animation: { height: 'show' },   // slide-down effect without fade-in 
      //  delay: 800               // 1.2 second delay on mouseout 
    });
}); 

