/* 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/preload/preload.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($){ var _2=$.preload=function(_3,_4){ if(_3.split){ _3=$(_3); } _4=$.extend({},_2.defaults,_4); var _5=$.map(_3,function(_6){ if(!_6){ return; } if(_6.split){ return _4.base+_6+_4.ext; } var _7=_6.src||_6.href; if(typeof _4.placeholder=="string"&&_6.src){ _6.src=_4.placeholder; } if(_7&&_4.find){ _7=_7.replace(_4.find,_4.replace); } return _7||null; }); var _8={loaded:0,failed:0,next:0,done:0,total:_5.length}; if(!_8.total){ return finish(); } var _9="<img/>",_a=_4.threshold; while(--_a>0){ _9+="<img/>"; } _9=$(_9).load(handler).error(handler).bind("abort",handler).each(fetch); function handler(e){ _8.found=e.type=="load"; _8.image=this.src; var _c=_8.original=_3[this.index]; _8[_8.found?"loaded":"failed"]++; _8.done++; if(_4.placeholder&&_c.src){ _c.src=_8.found?_8.image:_4.notFound||_c.src; } if(_4.onComplete){ _4.onComplete(_8); } if(_8.done<_8.total){ fetch(0,this); }else{ if(_9.unbind){ _9.unbind("load").unbind("error").unbind("abort"); } _9=null; finish(); } } function fetch(i,_e,_f){ if($.browser.msie&&_8.next&&_8.next%_2.gap==0&&!_f){ setTimeout(function(){ fetch(i,_e,true); },0); return false; } if(_8.next==_8.total){ return false; } _e.index=_8.next; _e.src=_5[_8.next++]; if(_4.onRequest){ _8.image=_e.src; _8.original=_3[_8.next-1]; _4.onRequest(_8); } } function finish(){ if(_4.onFinish){ _4.onFinish(_8); } } }; _2.gap=14; _2.defaults={threshold:2,base:"",ext:"",replace:""}; $.fn.preload=function(_10){ _2(this,_10); 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);  ;