/* js cached1: /opt/inet6/inet6es-6.2/base/global/www/skins/default/javascript/lib/jquery/bgiframe/bgiframe.js:/opt/inet6/inet6es-6.2/base/global/www/skins/default/javascript/lib/jquery/superfish/superfish.js*/
(function($){ $.fn.bgIframe=$.fn.bgiframe=function(s){ if($.browser.msie&&/6.0/.test(navigator.userAgent)){ s=$.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},s||{}); var _3=function(n){ return n&&n.constructor==Number?n+"px":n; },_5="<iframe class=\"bgiframe\"frameborder=\"0\"tabindex=\"-1\"src=\""+s.src+"\""+"style=\"display:block;position:absolute;z-index:-1;"+(s.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(s.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":_3(s.top))+";"+"left:"+(s.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":_3(s.left))+";"+"width:"+(s.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":_3(s.width))+";"+"height:"+(s.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":_3(s.height))+";"+"\"/>"; return this.each(function(){ if($("> iframe.bgiframe",this).length==0){ this.insertBefore(document.createElement(_5),this.firstChild); } }); } return this; }; })(jQuery); ;;(function($){ $.superfish={}; $.superfish.o=[]; $.superfish.op={}; $.superfish.defaults={hoverClass:"sfHover",pathClass:"overideThisToUse",delay:800,animation:{opacity:"show"},speed:"normal",oldJquery:false,disableHI:false,onInit:function(){ },onBeforeShow:function(){ },onShow:function(){ },onHide:function(){ }}; $.fn.superfish=function(op){ var _3="sfbreadcrumb",_4=function(){ var $$=$(this),_6=_7($$); _8(_6,true); clearTimeout(_6.sfTimer); $$.showSuperfishUl().siblings().hideSuperfishUl(); },_9=function(){ var $$=$(this),_b=_7($$); var o=_8(_b,true); clearTimeout(_b.sfTimer); if(!$$.is("."+_3)){ _b.sfTimer=setTimeout(function(){ $$.hideSuperfishUl(); if(o.$path.length){ _4.call(o.$path); } },o.delay); } },_7=function(_d){ return _d.parents("ul.superfish:first")[0]; },_8=function(el,_f){ el=_f?el:_7(el); return $.superfish.op=$.superfish.o[el.serial]; },_10=function(){ return $.superfish.op.oldJquery?"li[ul]":"li:has(ul)"; }; return this.each(function(){ var s=this.serial=$.superfish.o.length; var o=$.extend({},$.superfish.defaults,op); o.$path=$("li."+o.pathClass,this).each(function(){ $(this).addClass(o.hoverClass+" "+_3).filter(_10()).removeClass(o.pathClass); }); $.superfish.o[s]=$.superfish.op=o; $(_10(),this)[($.fn.hoverIntent&&!o.disableHI)?"hoverIntent":"hover"](_4,_9).not("."+_3).hideSuperfishUl(); var $a=$("a",this); $a.each(function(i){ var $li=$a.eq(i).parents("li"); $a.eq(i).focus(function(){ _4.call($li); }).blur(function(){ _9.call($li); }); }); o.onInit.call(this); }).addClass("superfish"); }; $.fn.extend({hideSuperfishUl:function(){ var o=$.superfish.op,$ul=$("li."+o.hoverClass,this).add(this).removeClass(o.hoverClass).find(">ul").hide().css("visibility","hidden"); o.onHide.call($ul); return this; },showSuperfishUl:function(){ var o=$.superfish.op,$ul=this.addClass(o.hoverClass).find(">ul:hidden").css("visibility","visible"); o.onBeforeShow.call($ul); $ul.animate(o.animation,o.speed,function(){ o.onShow.call(this); }); return this; }}); $(window).unload(function(){ $("ul.superfish").each(function(){ $("li",this).unbind("mouseover","mouseout","mouseenter","mouseleave"); }); }); })(jQuery); ;;
