").attr("id",ad).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",true)},_setupDisabled:function(af){if(I.isArray(af)){if(!af.length){af=false}else{if(af.length===this.anchors.length){af=true}}}for(var ae=0,ad;(ad=this.tabs[ae]);ae++){if(af===true||I.inArray(ae,af)!==-1){I(ad).addClass("ui-state-disabled").attr("aria-disabled","true")}else{I(ad).removeClass("ui-state-disabled").removeAttr("aria-disabled")}}this.options.disabled=af},_setupEvents:function(ae){var ad={};if(ae){I.each(ae.split(" "),function(ag,af){ad[af]="_eventHandler"})}this._off(this.anchors.add(this.tabs).add(this.panels));this._on(true,this.anchors,{click:function(af){af.preventDefault()}});this._on(this.anchors,ad);this._on(this.tabs,{keydown:"_tabKeydown"});this._on(this.panels,{keydown:"_panelKeydown"});this._focusable(this.tabs);this._hoverable(this.tabs)},_setupHeightStyle:function(ad){var af,ae=this.element.parent();if(ad==="fill"){af=ae.height();af-=this.element.outerHeight()-this.element.height();this.element.siblings(":visible").each(function(){var ah=I(this),ag=ah.css("position");if(ag==="absolute"||ag==="fixed"){return}af-=ah.outerHeight(true)});this.element.children().not(this.panels).each(function(){af-=I(this).outerHeight(true)});this.panels.each(function(){I(this).height(Math.max(0,af-I(this).innerHeight()+I(this).height()))}).css("overflow","auto")}else{if(ad==="auto"){af=0;this.panels.each(function(){af=Math.max(af,I(this).height("").height())}).height(af)}}},_eventHandler:function(ad){var am=this.options,ah=this.active,ai=I(ad.currentTarget),ag=ai.closest("li"),ak=ag[0]===ah[0],ae=ak&&am.collapsible,af=ae?I():this._getPanelForTab(ag),aj=!ah.length?I():this._getPanelForTab(ah),al={oldTab:ah,oldPanel:aj,newTab:ae?I():ag,newPanel:af};ad.preventDefault();if(ag.hasClass("ui-state-disabled")||ag.hasClass("ui-tabs-loading")||this.running||(ak&&!am.collapsible)||(this._trigger("beforeActivate",ad,al)===false)){return}am.active=ae?false:this.tabs.index(ag);this.active=ak?I():ag;if(this.xhr){this.xhr.abort()}if(!aj.length&&!af.length){I.error("jQuery UI Tabs: Mismatching fragment identifier.")}if(af.length){this.load(this.tabs.index(ag),ad)}this._toggle(ad,al)},_toggle:function(aj,ai){var ah=this,ad=ai.newPanel,ag=ai.oldPanel;this.running=true;function af(){ah.running=false;ah._trigger("activate",aj,ai)}function ae(){ai.newTab.closest("li").addClass("ui-tabs-active ui-state-active");if(ad.length&&ah.options.show){ah._show(ad,ah.options.show,af)}else{ad.show();af()}}if(ag.length&&this.options.hide){this._hide(ag,this.options.hide,function(){ai.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active");ae()})}else{ai.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active");ag.hide();ae()}ag.attr("aria-hidden","true");ai.oldTab.attr({"aria-selected":"false","aria-expanded":"false"});if(ad.length&&ag.length){ai.oldTab.attr("tabIndex",-1)}else{if(ad.length){this.tabs.filter(function(){return I(this).attr("tabIndex")===0}).attr("tabIndex",-1)}}ad.attr("aria-hidden","false");ai.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(ae){var ad,af=this._findActive(ae);if(af[0]===this.active[0]){return}if(!af.length){af=this.active}ad=af.find(".ui-tabs-anchor")[0];this._eventHandler({target:ad,currentTarget:ad,preventDefault:I.noop})},_findActive:function(ad){return ad===false?I():this.tabs.eq(ad)},_getIndex:function(ad){if(typeof ad==="string"){ad=this.anchors.index(this.anchors.filter("[href$='"+ad+"']"))}return ad},_destroy:function(){if(this.xhr){this.xhr.abort()}this.element.removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible");this.tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").removeAttr("role");this.anchors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr("tabIndex").removeUniqueId();this.tablist.unbind(this.eventNamespace);this.tabs.add(this.panels).each(function(){if(I.data(this,"ui-tabs-destroy")){I(this).remove()}else{I(this).removeClass("ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").removeAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-selected").removeAttr("aria-labelledby").removeAttr("aria-hidden").removeAttr("aria-expanded").removeAttr("role")}});this.tabs.each(function(){var ad=I(this),ae=ad.data("ui-tabs-aria-controls");if(ae){ad.attr("aria-controls",ae).removeData("ui-tabs-aria-controls")}else{ad.removeAttr("aria-controls")}});this.panels.show();if(this.options.heightStyle!=="content"){this.panels.css("height","")}},enable:function(ad){var ae=this.options.disabled;if(ae===false){return}if(ad===undefined){ae=false}else{ad=this._getIndex(ad);if(I.isArray(ae)){ae=I.map(ae,function(af){return af!==ad?af:null})}else{ae=I.map(this.tabs,function(af,ag){return ag!==ad?ag:null})}}this._setupDisabled(ae)},disable:function(ad){var ae=this.options.disabled;if(ae===true){return}if(ad===undefined){ae=true}else{ad=this._getIndex(ad);if(I.inArray(ad,ae)!==-1){return}if(I.isArray(ae)){ae=I.merge([ad],ae).sort()}else{ae=[ad]}}this._setupDisabled(ae)},load:function(ag,ak){ag=this._getIndex(ag);var aj=this,ah=this.tabs.eq(ag),af=ah.find(".ui-tabs-anchor"),ae=this._getPanelForTab(ah),ai={tab:ah,panel:ae},ad=function(am,al){if(al==="abort"){aj.panels.stop(false,true)}ah.removeClass("ui-tabs-loading");ae.removeAttr("aria-busy");if(am===aj.xhr){delete aj.xhr}};if(this._isLocal(af[0])){return}this.xhr=I.ajax(this._ajaxSettings(af,ak,ai));if(this.xhr&&this.xhr.statusText!=="canceled"){ah.addClass("ui-tabs-loading");ae.attr("aria-busy","true");this.xhr.done(function(am,al,an){setTimeout(function(){ae.html(am);aj._trigger("load",ak,ai);ad(an,al)},1)}).fail(function(am,al){setTimeout(function(){ad(am,al)},1)})}},_ajaxSettings:function(ad,ag,af){var ae=this;return{url:ad.attr("href"),beforeSend:function(ai,ah){return ae._trigger("beforeLoad",ag,I.extend({jqXHR:ai,ajaxSettings:ah},af))}}},_getPanelForTab:function(ad){var ae=I(ad).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+ae))}});
/*!
* jQuery UI Effects 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/effects-core/
*/
var j="ui-effects-",s=I;I.effects={effect:{}};
/*!
* jQuery Color Animations v2.1.2
* https://github.com/jquery/jquery-color
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* Date: Wed Jan 16 08:47:09 2013 -0600
*/
(function(ar,ag){var an="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",ak=/^([\-+])=\s*(\d+\.?\d*)/,aj=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(at){return[at[1],at[2],at[3],at[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(at){return[at[1]*2.55,at[2]*2.55,at[3]*2.55,at[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(at){return[parseInt(at[1],16),parseInt(at[2],16),parseInt(at[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(at){return[parseInt(at[1]+at[1],16),parseInt(at[2]+at[2],16),parseInt(at[3]+at[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(at){return[at[1],at[2]/100,at[3]/100,at[4]]}}],ah=ar.Color=function(au,av,at,aw){return new ar.Color.fn.parse(au,av,at,aw)},am={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},aq={"byte":{floor:true,max:255},percent:{max:1},degrees:{mod:360,floor:true}},ap=ah.support={},ae=ar("
")[0],ad,ao=ar.each;ae.style.cssText="background-color:rgba(1,1,1,.5)";ap.rgba=ae.style.backgroundColor.indexOf("rgba")>-1;ao(am,function(at,au){au.cache="_"+at;au.props.alpha={idx:3,type:"percent",def:1}});function al(au,aw,av){var at=aq[aw.type]||{};if(au==null){return(av||!aw.def)?null:aw.def}au=at.floor?~~au:parseFloat(au);if(isNaN(au)){return aw.def}if(at.mod){return(au+at.mod)%at.mod}return 0>au?0:at.maxaF.mod/2){aC+=aF.mod}else{if(aC-aB>aF.mod/2){aC-=aF.mod}}}at[aD]=al((aB-aC)*aA+aC,aG)}});return this[aw](at)},blend:function(aw){if(this._rgba[3]===1){return this}var av=this._rgba.slice(),au=av.pop(),at=ah(aw)._rgba;return ah(ar.map(av,function(ax,ay){return(1-au)*at[ay]+au*ax}))},toRgbaString:function(){var au="rgba(",at=ar.map(this._rgba,function(av,aw){return av==null?(aw>2?1:0):av});if(at[3]===1){at.pop();au="rgb("}return au+at.join()+")"},toHslaString:function(){var au="hsla(",at=ar.map(this.hsla(),function(av,aw){if(av==null){av=aw>2?1:0}if(aw&&aw<3){av=Math.round(av*100)+"%"}return av});if(at[3]===1){at.pop();au="hsl("}return au+at.join()+")"},toHexString:function(at){var au=this._rgba.slice(),av=au.pop();if(at){au.push(~~(av*255))}return"#"+ar.map(au,function(aw){aw=(aw||0).toString(16);return aw.length===1?"0"+aw:aw}).join("")},toString:function(){return this._rgba[3]===0?"transparent":this.toRgbaString()}});ah.fn.parse.prototype=ah.fn;function af(av,au,at){at=(at+1)%1;if(at*6<1){return av+(au-av)*at*6}if(at*2<1){return au}if(at*3<2){return av+(au-av)*((2/3)-at)*6}return av}am.hsla.to=function(av){if(av[0]==null||av[1]==null||av[2]==null){return[null,null,null,av[3]]}var at=av[0]/255,ay=av[1]/255,az=av[2]/255,aB=av[3],aA=Math.max(at,ay,az),aw=Math.min(at,ay,az),aC=aA-aw,aD=aA+aw,au=aD*0.5,ax,aE;if(aw===aA){ax=0}else{if(at===aA){ax=(60*(ay-az)/aC)+360}else{if(ay===aA){ax=(60*(az-at)/aC)+120}else{ax=(60*(at-ay)/aC)+240}}}if(aC===0){aE=0}else{if(au<=0.5){aE=aC/aD}else{aE=aC/(2-aD)}}return[Math.round(ax)%360,aE,au,aB==null?1:aB]};am.hsla.from=function(ax){if(ax[0]==null||ax[1]==null||ax[2]==null){return[null,null,null,ax[3]]}var aw=ax[0]/360,av=ax[1],au=ax[2],at=ax[3],ay=au<=0.5?au*(1+av):au+av-au*av,az=2*au-ay;return[Math.round(af(az,ay,aw+(1/3))*255),Math.round(af(az,ay,aw)*255),Math.round(af(az,ay,aw-(1/3))*255),at]};ao(am,function(au,aw){var av=aw.props,at=aw.cache,ay=aw.to,ax=aw.from;ah.fn[au]=function(aD){if(ay&&!this[at]){this[at]=ay(this._rgba)}if(aD===ag){return this[at].slice()}var aA,aC=ar.type(aD),az=(aC==="array"||aC==="object")?aD:arguments,aB=this[at].slice();ao(av,function(aE,aG){var aF=az[aC==="object"?aE:aG.idx];if(aF==null){aF=aB[aG.idx]}aB[aG.idx]=al(aF,aG)});if(ax){aA=ah(ax(aB));aA[at]=aB;return aA}else{return ah(aB)}};ao(av,function(az,aA){if(ah.fn[az]){return}ah.fn[az]=function(aE){var aG=ar.type(aE),aD=(az==="alpha"?(this._hsla?"hsla":"rgba"):au),aC=this[aD](),aF=aC[aA.idx],aB;if(aG==="undefined"){return aF}if(aG==="function"){aE=aE.call(this,aF);aG=ar.type(aE)}if(aE==null&&aA.empty){return this}if(aG==="string"){aB=ak.exec(aE);if(aB){aE=aF+parseFloat(aB[2])*(aB[1]==="+"?1:-1)}}aC[aA.idx]=aE;return this[aD](aC)}})});ah.hook=function(au){var at=au.split(" ");ao(at,function(av,aw){ar.cssHooks[aw]={set:function(aA,aB){var ay,az,ax="";if(aB!=="transparent"&&(ar.type(aB)!=="string"||(ay=ai(aB)))){aB=ah(ay||aB);if(!ap.rgba&&aB._rgba[3]!==1){az=aw==="backgroundColor"?aA.parentNode:aA;while((ax===""||ax==="transparent")&&az&&az.style){try{ax=ar.css(az,"backgroundColor");az=az.parentNode}catch(aC){}}aB=aB.blend(ax&&ax!=="transparent"?ax:"_default")}aB=aB.toRgbaString()}try{aA.style[aw]=aB}catch(aC){}}};ar.fx.step[aw]=function(ax){if(!ax.colorInit){ax.start=ah(ax.elem,aw);ax.end=ah(ax.end);ax.colorInit=true}ar.cssHooks[aw].set(ax.elem,ax.start.transition(ax.end,ax.pos))}})};ah.hook(an);ar.cssHooks.borderColor={expand:function(au){var at={};ao(["Top","Right","Bottom","Left"],function(aw,av){at["border"+av+"Color"]=au});return at}};ad=ar.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}})(s);(function(){var ae=["add","remove","toggle"],af={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};I.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(ah,ai){I.fx.step[ai]=function(aj){if(aj.end!=="none"&&!aj.setAttr||aj.pos===1&&!aj.setAttr){s.style(aj.elem,ai,aj.end);aj.setAttr=true}}});function ag(al){var ai,ah,aj=al.ownerDocument.defaultView?al.ownerDocument.defaultView.getComputedStyle(al,null):al.currentStyle,ak={};if(aj&&aj.length&&aj[0]&&aj[aj[0]]){ah=aj.length;while(ah--){ai=aj[ah];if(typeof aj[ai]==="string"){ak[I.camelCase(ai)]=aj[ai]}}}else{for(ai in aj){if(typeof aj[ai]==="string"){ak[ai]=aj[ai]}}}return ak}function ad(ah,aj){var al={},ai,ak;for(ai in aj){ak=aj[ai];if(ah[ai]!==ak){if(!af[ai]){if(I.fx.step[ai]||!isNaN(parseFloat(ak))){al[ai]=ak}}}}return al}if(!I.fn.addBack){I.fn.addBack=function(ah){return this.add(ah==null?this.prevObject:this.prevObject.filter(ah))}}I.effects.animateClass=function(ah,ai,al,ak){var aj=I.speed(ai,al,ak);return this.queue(function(){var ao=I(this),am=ao.attr("class")||"",an,ap=aj.children?ao.find("*").addBack():ao;ap=ap.map(function(){var aq=I(this);return{el:aq,start:ag(this)}});an=function(){I.each(ae,function(aq,ar){if(ah[ar]){ao[ar+"Class"](ah[ar])}})};an();ap=ap.map(function(){this.end=ag(this.el[0]);this.diff=ad(this.start,this.end);return this});ao.attr("class",am);ap=ap.map(function(){var at=this,aq=I.Deferred(),ar=I.extend({},aj,{queue:false,complete:function(){aq.resolve(at)}});this.el.animate(this.diff,ar);return aq.promise()});I.when.apply(I,ap.get()).done(function(){an();I.each(arguments,function(){var aq=this.el;I.each(this.diff,function(ar){aq.css(ar,"")})});aj.complete.call(ao[0])})})};I.fn.extend({addClass:(function(ah){return function(aj,ai,al,ak){return ai?I.effects.animateClass.call(this,{add:aj},ai,al,ak):ah.apply(this,arguments)}})(I.fn.addClass),removeClass:(function(ah){return function(aj,ai,al,ak){return arguments.length>1?I.effects.animateClass.call(this,{remove:aj},ai,al,ak):ah.apply(this,arguments)}})(I.fn.removeClass),toggleClass:(function(ah){return function(ak,aj,ai,am,al){if(typeof aj==="boolean"||aj===undefined){if(!ai){return ah.apply(this,arguments)}else{return I.effects.animateClass.call(this,(aj?{add:ak}:{remove:ak}),ai,am,al)}}else{return I.effects.animateClass.call(this,{toggle:ak},aj,ai,am)}}})(I.fn.toggleClass),switchClass:function(ah,aj,ai,al,ak){return I.effects.animateClass.call(this,{add:aj,remove:ah},ai,al,ak)}})})();(function(){I.extend(I.effects,{version:"1.11.4",save:function(ag,ah){for(var af=0;af
").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),af={width:ag.width(),height:ag.height()},aj=document.activeElement;try{aj.id}catch(ai){aj=document.body}ag.wrap(ak);if(ag[0]===aj||I.contains(ag[0],aj)){I(aj).focus()}ak=ag.parent();if(ag.css("position")==="static"){ak.css({position:"relative"});ag.css({position:"relative"})}else{I.extend(ah,{position:ag.css("position"),zIndex:ag.css("z-index")});I.each(["top","left","bottom","right"],function(al,am){ah[am]=ag.css(am);if(isNaN(parseInt(ah[am],10))){ah[am]="auto"}});ag.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}ag.css(af);return ak.css(ah).show()},removeWrapper:function(af){var ag=document.activeElement;if(af.parent().is(".ui-effects-wrapper")){af.parent().replaceWith(af);if(af[0]===ag||I.contains(af[0],ag)){I(ag).focus()}}return af},setTransition:function(ag,ai,af,ah){ah=ah||{};I.each(ai,function(ak,aj){var al=ag.cssUnit(aj);if(al[0]>0){ah[aj]=al[0]*af+al[1]}});return ah}});function ad(ag,af,ah,ai){if(I.isPlainObject(ag)){af=ag;ag=ag.effect}ag={effect:ag};if(af==null){af={}}if(I.isFunction(af)){ai=af;ah=null;af={}}if(typeof af==="number"||I.fx.speeds[af]){ai=ah;ah=af;af={}}if(I.isFunction(ah)){ai=ah;ah=null}if(af){I.extend(ag,af)}ah=ah||af.duration;ag.duration=I.fx.off?0:typeof ah==="number"?ah:ah in I.fx.speeds?I.fx.speeds[ah]:I.fx.speeds._default;ag.complete=ai||af.complete;return ag}function ae(af){if(!af||typeof af==="number"||I.fx.speeds[af]){return true}if(typeof af==="string"&&!I.effects.effect[af]){return true}if(I.isFunction(af)){return true}if(typeof af==="object"&&!af.effect){return true}return false}I.fn.extend({effect:function(){var ah=ad.apply(this,arguments),aj=ah.mode,af=ah.queue,ag=I.effects.effect[ah.effect];if(I.fx.off||!ag){if(aj){return this[aj](ah.duration,ah.complete)}else{return this.each(function(){if(ah.complete){ah.complete.call(this)}})}}function ai(am){var an=I(this),al=ah.complete,ao=ah.mode;function ak(){if(I.isFunction(al)){al.call(an[0])}if(I.isFunction(am)){am()}}if(an.is(":hidden")?ao==="hide":ao==="show"){an[ao]();ak()}else{ag.call(an[0],ah,ak)}}return af===false?this.each(ai):this.queue(af||"fx",ai)},show:(function(af){return function(ah){if(ae(ah)){return af.apply(this,arguments)}else{var ag=ad.apply(this,arguments);ag.mode="show";return this.effect.call(this,ag)}}})(I.fn.show),hide:(function(af){return function(ah){if(ae(ah)){return af.apply(this,arguments)}else{var ag=ad.apply(this,arguments);ag.mode="hide";return this.effect.call(this,ag)}}})(I.fn.hide),toggle:(function(af){return function(ah){if(ae(ah)||typeof ah==="boolean"){return af.apply(this,arguments)}else{var ag=ad.apply(this,arguments);ag.mode="toggle";return this.effect.call(this,ag)}}})(I.fn.toggle),cssUnit:function(af){var ag=this.css(af),ah=[];I.each(["em","px","%","pt"],function(ai,aj){if(ag.indexOf(aj)>0){ah=[parseFloat(ag),aj]}});return ah}})})();(function(){var ad={};I.each(["Quad","Cubic","Quart","Quint","Expo"],function(af,ae){ad[ae]=function(ag){return Math.pow(ag,af+2)}});I.extend(ad,{Sine:function(ae){return 1-Math.cos(ae*Math.PI/2)},Circ:function(ae){return 1-Math.sqrt(1-ae*ae)},Elastic:function(ae){return ae===0||ae===1?ae:-Math.pow(2,8*(ae-1))*Math.sin(((ae-1)*80-7.5)*Math.PI/15)},Back:function(ae){return ae*ae*(3*ae-2)},Bounce:function(ag){var ae,af=4;while(ag<((ae=Math.pow(2,--af))-1)/11){}return 1/Math.pow(4,3-af)-7.5625*Math.pow((ae*3-2)/22-ag,2)}});I.each(ad,function(af,ae){I.easing["easeIn"+af]=ae;I.easing["easeOut"+af]=function(ag){return 1-ae(1-ag)};I.easing["easeInOut"+af]=function(ag){return ag<0.5?ae(ag*2)/2:1-ae(ag*-2+2)/2}})})();var S=I.effects;
/*!
* jQuery UI Effects Blind 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/blind-effect/
*/
var X=I.effects.effect.blind=function(af,al){var ag=I(this),ap=/up|down|vertical/,ao=/up|left|vertical|horizontal/,aq=["position","top","bottom","left","right","height","width"],am=I.effects.setMode(ag,af.mode||"hide"),ar=af.direction||"up",ai=ap.test(ar),ah=ai?"height":"width",an=ai?"top":"left",au=ao.test(ar),ak={},at=am==="show",ae,ad,aj;if(ag.parent().is(".ui-effects-wrapper")){I.effects.save(ag.parent(),aq)}else{I.effects.save(ag,aq)}ag.show();ae=I.effects.createWrapper(ag).css({overflow:"hidden"});ad=ae[ah]();aj=parseFloat(ae.css(an))||0;ak[ah]=at?ad:0;if(!au){ag.css(ai?"bottom":"right",0).css(ai?"top":"left","auto").css({position:"absolute"});ak[an]=at?aj:ad+aj}if(at){ae.css(ah,0);if(!au){ae.css(an,aj+ad)}}ae.animate(ak,{duration:af.duration,easing:af.easing,queue:false,complete:function(){if(am==="hide"){ag.hide()}I.effects.restore(ag,aq);I.effects.removeWrapper(ag);al()}})};
/*!
* jQuery UI Effects Bounce 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/bounce-effect/
*/
var R=I.effects.effect.bounce=function(am,al){var ad=I(this),ae=["position","top","bottom","left","right","height","width"],ak=I.effects.setMode(ad,am.mode||"effect"),aj=ak==="hide",av=ak==="show",aw=am.direction||"up",af=am.distance,ai=am.times||5,ax=ai*2+(av||aj?1:0),au=am.duration/ax,ao=am.easing,ag=(aw==="up"||aw==="down")?"top":"left",an=(aw==="up"||aw==="left"),at,ah,ar,ap=ad.queue(),aq=ap.length;if(av||aj){ae.push("opacity")}I.effects.save(ad,ae);ad.show();I.effects.createWrapper(ad);if(!af){af=ad[ag==="top"?"outerHeight":"outerWidth"]()/3}if(av){ar={opacity:1};ar[ag]=0;ad.css("opacity",0).css(ag,an?-af*2:af*2).animate(ar,au,ao)}if(aj){af=af/Math.pow(2,ai-1)}ar={};ar[ag]=0;for(at=0;at