/* GZIPPED d0fbed797092e1938e318dc91e647769 */ function showNav(){var hoverText=$(this).attr("title");this.title="";this.alt1=hoverText;$(this).find("em").text(hoverText);$(this).find("em").animate({opacity:'show',top:"-75"},250);} function hideNav(){$(this).find("em").animate({opacity:'hide',top:"-85"},250);var hoverText=$(this).attr("alt1");this.alt1="";this.title=hoverText;} (function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))