<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
  </head>
  <body>
    jQuery(document).ready(function() { jQuery("ul.sf-menu").superfish({ animation: {opacity:"show",height:"show"}, // fade-in and slide-down animation delay: 0, // delay on mouseout speed: "normal", // animation speed autoArrows: "", // enable generation of arrow mark-up dropShadows: "" // enable drop shadows }); });
  </body>
</html>