<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
  <head>
    <title></title>
  </head>
  <body>
    $(document).ready(function(){ $("#suckerfishnav") .superfish({ delay : 1000, speed : "fast", animation : { opacity:"show", height:"show" } }) .find("&gt;li:has(ul)") .mouseover(function(){ $("ul", this).bgIframe({opacity:false}); }) .find("a") .focus(function(){ $("ul", $("#suckerfishnav&gt;li:has(ul)")).bgIframe({opacity:false}); }); });
  </body>
</html>