topnav_rollout_interval=null;$.ui.dialog.defaults.bgiframe=true;function topnav_rollout(){clearInterval(topnav_rollout_interval);topnav_rollout_interval=setInterval("topnav_rollout_do();",500)}function topnav_rollover(){clearInterval(topnav_rollout_interval)}function topnav_rollout_do(){clearInterval(topnav_rollout_interval);$("#subnav").fadeOut("fast")}$(function(){$("#dialog").dialog({bgiframe:true,autoOpen:false,height:565,width:800,modal:true});$(".demo-video").click(function(){$("#dialog").dialog("open")});$("ul.nav li.first").mouseover(function(){topnav_rollout_do();$("#subnav").fadeIn("fast");topnav_rollover()}).mouseout(function(){topnav_rollout()});$("#subnav").mouseover(function(){topnav_rollover()}).mouseout(function(){topnav_rollout()})});