if(typeof window.jquery=="undefined"){window.undefined=window.undefined;var jquery=function(a,c){if(window==this||!this.init)return new jquery(a,c);return this.init(a,c)};if(typeof $!="undefined")jquery._$=$;var $=jquery;jquery.fn=jquery.prototype={init:function(a,c){a=a||document;if(jquery.isfunction(a))return new jquery(document)[jquery.fn.ready?"ready":"load"](a);if(typeof a=="string"){var m=/^[^<]*(<(.|\s)+>)[^>]*$/.exec(a);if(m)a=jquery.clean([m[1]]);else return new jquery(c).find(a)}return this.setarray(a.constructor==array&&a||(a.jquery||a.length&&a!=window&&!a.nodetype&&a[0]!=undefined&&a[0].nodetype)&&jquery.makearray(a)||[a])},jquery:"1.1.3.1",size:function(){return this.length},length:0,get:function(a){return a==undefined?jquery.makearray(this):this[a]},pushstack:function(a){var b=jquery(a);b.prevobject=this;return b},setarray:function(a){this.length=0;[].push.apply(this,a);return this},each:function(a,b){return jquery.each(this,a,b)},index:function(a){var b=-1;this.each(function(i){if(this==a)b=i});return b},attr:function(c,d,e){var f=c;if(c.constructor==string)if(d==undefined)return this.length&&jquery[e||"attr"](this[0],c)||undefined;else{f={};f[c]=d}return this.each(function(a){for(var b in f)jquery.attr(e?this.style:this,b,jquery.prop(this,f[b],e,a,b))})},css:function(a,b){return this.attr(a,b,"curcss")},text:function(e){if(typeof e=="string")return this.empty().append(document.createtextnode(e));var t="";jquery.each(e||this,function(){jquery.each(this.childnodes,function(){if(this.nodetype!=8)t+=this.nodetype!=1?this.nodevalue:jquery.fn.text([this])})});return t},wrap:function(){var a,args=arguments;return this.each(function(){if(!a)a=jquery.clean(args,this.ownerdocument);var b=a[0].clonenode(true);this.parentnode.insertbefore(b,this);while(b.firstchild)b=b.firstchild;b.appendchild(this)})},append:function(){return this.dommanip(arguments,true,1,function(a){this.appendchild(a)})},prepend:function(){return this.dommanip(arguments,true,-1,function(a){this.insertbefore(a,this.firstchild)})},before:function(){return this.dommanip(arguments,false,1,function(a){this.parentnode.insertbefore(a,this)})},after:function(){return this.dommanip(arguments,false,-1,function(a){this.parentnode.insertbefore(a,this.nextsibling)})},end:function(){return this.prevobject||jquery([])},find:function(t){var b=jquery.map(this,function(a){return jquery.find(t,a)});return this.pushstack(/[^+>] [^+>]/.test(t)||t.indexof("..")>-1?jquery.unique(b):b)},clone:function(d){var e=this.add(this.find("*"));e.each(function(){this._$events={};for(var a in this.$events)this._$events[a]=jquery.extend({},this.$events[a])}).unbind();var r=this.pushstack(jquery.map(this,function(a){return a.clonenode(d!=undefined?d:true)}));e.each(function(){var a=this._$events;for(var b in a)for(var c in a[b])jquery.event.add(this,b,a[b][c],a[b][c].data);this._$events=null});return r},filter:function(t){return this.pushstack(jquery.isfunction(t)&&jquery.grep(this,function(a,b){return t.apply(a,[b])})||jquery.multifilter(t,this))},not:function(t){return this.pushstack(t.constructor==string&&jquery.multifilter(t,this,true)||jquery.grep(this,function(a){return(t.constructor==array||t.jquery)?jquery.inarray(a,t)<0:a!=t}))},add:function(t){return this.pushstack(jquery.merge(this.get(),t.constructor==string?jquery(t).get():t.length!=undefined&&(!t.nodename||t.nodename=="form")?t:[t]))},is:function(a){return a?jquery.multifilter(a,this).length>0:false},val:function(a){return a==undefined?(this.length?this[0].value:null):this.attr("value",a)},html:function(a){return a==undefined?(this.length?this[0].innerhtml:null):this.empty().append(a)},dommanip:function(c,d,e,f){var g=this.length>1,a;return this.each(function(){if(!a){a=jquery.clean(c,this.ownerdocument);if(e<0)a.reverse()}var b=this;if(d&&jquery.nodename(this,"table")&&jquery.nodename(a[0],"tr"))b=this.getelementsbytagname("tbody")[0]||this.appendchild(document.createelement("tbody"));jquery.each(a,function(){f.apply(b,[g?this.clonenode(true):this])})})}};jquery.extend=jquery.fn.extend=function(){var b=arguments[0],a=1;if(arguments.length==1){b=this;a=0}var c;while((c=arguments[a++])!=null)for(var i in c)b[i]=c[i];return b};jquery.extend({noconflict:function(){if(jquery._$)$=jquery._$;return jquery},isfunction:function(a){return!!a&&typeof a!="string"&&!a.nodename&&a.constructor!=array&&/function/i.test(a+"")},isxmldoc:function(a){return a.tagname&&a.ownerdocument&&!a.ownerdocument.body},nodename:function(a,b){return a.nodename&&a.nodename.touppercase()==b.touppercase()},each:function(a,b,c){if(a.length==undefined)for(var i in a)b.apply(a[i],c||[i,a[i]]);else for(var i=0,ol=a.length;i-1}},swap:function(e,o,f){for(var i in o){e.style["old"+i]=e.style[i];e.style[i]=o[i]}f.apply(e,[]);for(var i in o)e.style[i]=e.style["old"+i]},css:function(e,p){if(p=="height"||p=="width"){var b={},oheight,owidth,d=["top","bottom","right","left"];jquery.each(d,function(){b["padding"+this]=0;b["border"+this+"width"]=0});jquery.swap(e,b,function(){if(jquery(e).is(':visible')){oheight=e.offsetheight;owidth=e.offsetwidth}else{e=jquery(e.clonenode(true)).find(":radio").removeattr("checked").end().css({visibility:"hidden",position:"absolute",display:"block",right:"0",left:"0"}).appendto(e.parentnode)[0];var a=jquery.css(e.parentnode,"position")||"static";if(a=="static")e.parentnode.style.position="relative";oheight=e.clientheight;owidth=e.clientwidth;if(a=="static")e.parentnode.style.position="static";e.parentnode.removechild(e)}});return p=="height"?oheight:owidth}return jquery.curcss(e,p)},curcss:function(a,b,d){var e;if(b=="opacity"&&jquery.browser.msie){e=jquery.attr(a.style,"opacity");return e==""?"1":e}if(b.match(/float/i))b=jquery.stylefloat;if(!d&&a.style[b])e=a.style[b];else if(document.defaultview&&document.defaultview.getcomputedstyle){if(b.match(/float/i))b="float";b=b.replace(/([a-z])/g,"-$1").tolowercase();var f=document.defaultview.getcomputedstyle(a,null);if(f)e=f.getpropertyvalue(b);else if(b=="display")e="none";else jquery.swap(a,{display:"block"},function(){var c=document.defaultview.getcomputedstyle(this,"");e=c&&c.getpropertyvalue(b)||""})}else if(a.currentstyle){var g=b.replace(/\-(\w)/g,function(m,c){return c.touppercase()});e=a.currentstyle[b]||a.currentstyle[g]}return e},clean:function(a,c){var r=[];c=c||document;jquery.each(a,function(i,a){if(!a)return;if(a.constructor==number)a=a.tostring();if(typeof a=="string"){var s=jquery.trim(a).tolowercase(),div=c.createelement("div"),tb=[];var b=!s.indexof("",""]||!s.indexof("",""]||(!s.indexof("",""]||!s.indexof("",""]||(!s.indexof("",""]||!s.indexof("",""]||[0,"",""];div.innerhtml=b[1]+a+b[2];while(b[0]--)div=div.firstchild;if(jquery.browser.msie){if(!s.indexof(""&&s.indexof("=0;--n)if(jquery.nodename(tb[n],"tbody")&&!tb[n].childnodes.length)tb[n].parentnode.removechild(tb[n])}a=jquery.makearray(div.childnodes)}if(0===a.length&&(!jquery.nodename(a,"form")&&!jquery.nodename(a,"select")))return;if(a[0]==undefined||jquery.nodename(a,"form")||a.options)r.push(a);else r=jquery.merge(r,a)});return r},attr:function(a,c,d){var e=jquery.isxmldoc(a)?{}:jquery.props;if(e[c]){if(d!=undefined)a[e[c]]=d;return a[e[c]]}else if(d==undefined&&jquery.browser.msie&&jquery.nodename(a,"form")&&(c=="action"||c=="method"))return a.getattributenode(c).nodevalue;else if(a.tagname){if(d!=undefined)a.setattribute(c,d);if(jquery.browser.msie&&/href|src/.test(c)&&!jquery.isxmldoc(a))return a.getattribute(c,2);return a.getattribute(c)}else{if(c=="opacity"&&jquery.browser.msie){if(d!=undefined){a.zoom=1;a.filter=(a.filter||"").replace(/alpha\([^)]*\)/,"")+(parsefloat(d).tostring()=="nan"?"":"alpha(opacity="+d*100+")")}return a.filter?(parsefloat(a.filter.match(/opacity=([^)]*)/)[1])/100).tostring():""}c=c.replace(/-([a-z])/ig,function(z,b){return b.touppercase()});if(d!=undefined)a[c]=d;return a[c]}},trim:function(t){return t.replace(/^\s+|\s+$/g,"")},makearray:function(a){var r=[];if(typeof a!="array")for(var i=0,al=a.length;im[3]-0",nth:"m[3]-0==i",eq:"m[3]-0==i",first:"i==0",last:"i==r.length-1",even:"i%2==0",odd:"i%2","first-child":"a.parentnode.getelementsbytagname('*')[0]==a","last-child":"jquery.nth(a.parentnode.lastchild,1,'previoussibling')==a","only-child":"!jquery.nth(a.parentnode.lastchild,2,'previoussibling')",parent:"a.firstchild",empty:"!a.firstchild",contains:"(a.textcontent||a.innertext||'').indexof(m[3])>=0",visible:'"hidden"!=a.type&&jquery.css(a,"display")!="none"&&jquery.css(a,"visibility")!="hidden"',hidden:'"hidden"==a.type||jquery.css(a,"display")=="none"||jquery.css(a,"visibility")=="hidden"',enabled:"!a.disabled",disabled:"a.disabled",checked:"a.checked",selected:"a.selected||jquery.attr(a,'selected')",text:"'text'==a.type",radio:"'radio'==a.type",checkbox:"'checkbox'==a.type",file:"'file'==a.type",password:"'password'==a.type",submit:"'submit'==a.type",image:"'image'==a.type",reset:"'reset'==a.type",button:'"button"==a.type||jquery.nodename(a,"button")',input:"/input|select|textarea|button/i.test(a.nodename)"},"[":"jquery.find(m[2],a).length"},parse:[/^\[ *(@)([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(\[)\s*(.*?(\[.*?\])?[^[]*?)\s*\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new regexp("^([:.#]*)("+(jquery.chars=jquery.browser.safari&&jquery.browser.version<"3.0.0"?"\\w":"(?:[\\w\u0128-\uffff*_-]|\\\\.)")+"+)")],multifilter:function(a,b,c){var d,cur=[];while(a&&a!=d){d=a;var f=jquery.filter(a,b,c);a=f.t.replace(/^\s*,\s*/,"");cur=c?b=f.r:jquery.merge(cur,f.r)}return cur},find:function(t,a){if(typeof t!="string")return[t];if(a&&!a.nodetype)a=null;a=a||document;if(!t.indexof("//")){a=a.documentelement;t=t.substr(2,t.length)}else if(!t.indexof("/")&&!a.ownerdocument){a=a.documentelement;t=t.substr(1,t.length);if(t.indexof("/")>=1)t=t.substr(t.indexof("/"),t.length)}var b=[a],done=[],last;while(t&&last!=t){var r=[];last=t;t=jquery.trim(t).replace(/^\/\//,"");var d=false;var e=new regexp("^[/>]\\s*("+jquery.chars+"+)");var m=e.exec(t);if(m){var f=m[1].touppercase();for(var i=0;b[i];i++)for(var c=b[i].firstchild;c;c=c.nextsibling)if(c.nodetype==1&&(f=="*"||c.nodename.touppercase()==f.touppercase()))r.push(c);b=r;t=t.replace(e,"");if(t.indexof(" ")==0)continue;d=true}else{e=/^((\/?\.\.)|([>\/+~]))\s*([a-z]*)/i;if((m=e.exec(t))!=null){r=[];var f=m[4],mergenum=jquery.mergenum++;m=m[1];for(var j=0,rl=b.length;j=0;if(!a&&c||a&&!c)b.push(r[i])}return b},filter:function(t,r,b){var d;while(t&&t!=d){d=t;var p=jquery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break}}if(!m)break;if(m[1]==":"&&m[2]=="not")r=jquery.filter(m[3],r,true).r;else if(m[1]==".")r=jquery.classfilter(r,m[2],b);else if(m[1]=="@"){var e=[],type=m[3];for(var i=0,rl=r.length;i=0)^b)e.push(a)}r=e}else if(m[1]==":"&&m[2]=="nth-child"){var g=jquery.mergenum++,e=[],test=/(\d*)n\+?(\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\d/.test(m[3])&&"n+"+m[3]||m[3]),first=(test[1]||1)-0,d=test[2]-0;for(var i=0,rl=r.length;i=0))delete this.global[b][index]}}for(ret in d)break;if(!ret)a.$handle=a.$events=null}},trigger:function(a,b,c){b=jquery.makearray(b||[]);if(!c)jquery.each(this.global[a]||[],function(){jquery.event.trigger(a,b,this)});else{var d,ret,fn=jquery.isfunction(c[a]||null);b.unshift(this.fix({type:a,target:c}));if(jquery.isfunction(c.$handle)&&(d=c.$handle.apply(c,b))!==false)this.triggered=true;if(fn&&d!==false&&!jquery.nodename(c,'a'))c[a]();this.triggered=false}},handle:function(a){var b;a=jquery.event.fix(a||window.event||{});var c=this.$events&&this.$events[a.type],args=[].slice.call(arguments,1);args.unshift(a);for(var j in c){args[0].handler=c[j];args[0].data=c[j].data;if(c[j].apply(this,args)===false){a.preventdefault();a.stoppropagation();b=false}}if(jquery.browser.msie)a.target=a.preventdefault=a.stoppropagation=a.handler=a.data=null;return b},fix:function(a){var c=a;a=jquery.extend({},c);a.preventdefault=function(){if(c.preventdefault)return c.preventdefault();c.returnvalue=false};a.stoppropagation=function(){if(c.stoppropagation)return c.stoppropagation();c.cancelbubble=true};if(!a.target&&a.srcelement)a.target=a.srcelement;if(jquery.browser.safari&&a.target.nodetype==3)a.target=c.target.parentnode;if(!a.relatedtarget&&a.fromelement)a.relatedtarget=a.fromelement==a.target?a.toelement:a.fromelement;if(a.pagex==null&&a.clientx!=null){var e=document.documentelement,b=document.body;a.pagex=a.clientx+(e&&e.scrollleft||b.scrollleft);a.pagey=a.clienty+(e&&e.scrolltop||b.scrolltop)}if(!a.which&&(a.charcode||a.keycode))a.which=a.charcode||a.keycode;if(!a.metakey&&a.ctrlkey)a.metakey=a.ctrlkey;if(!a.which&&a.button)a.which=(a.button&1?1:(a.button&2?3:(a.button&4?2:0)));return a}};jquery.fn.extend({bind:function(a,b,c){return a=="unload"?this.one(a,b,c):this.each(function(){jquery.event.add(this,a,c||b,c&&b)})},one:function(b,c,d){return this.each(function(){jquery.event.add(this,b,function(a){jquery(this).unbind(a);return(d||c).apply(this,arguments)},d&&c)})},unbind:function(a,b){return this.each(function(){jquery.event.remove(this,a,b)})},trigger:function(a,b){return this.each(function(){jquery.event.trigger(a,b,this)})},toggle:function(){var a=arguments;return this.click(function(e){this.lasttoggle=0==this.lasttoggle?1:0;e.preventdefault();return a[this.lasttoggle].apply(this,[e])||false})},hover:function(f,g){function handlehover(e){var p=e.relatedtarget;while(p&&p!=this)try{p=p.parentnode}catch(e){p=this};if(p==this)return false;return(e.type=="mouseover"?f:g).apply(this,[e])}return this.mouseover(handlehover).mouseout(handlehover)},ready:function(f){if(jquery.isready)f.apply(document,[jquery]);else jquery.readylist.push(function(){return f.apply(this,[jquery])});return this}});jquery.extend({isready:false,readylist:[],ready:function(){if(!jquery.isready){jquery.isready=true;if(jquery.readylist){jquery.each(jquery.readylist,function(){this.apply(document)});jquery.readylist=null}if(jquery.browser.mozilla||jquery.browser.opera)document.removeeventlistener("domcontentloaded",jquery.ready,false);if(!window.frames.length)jquery(window).load(function(){jquery("#__ie_init").remove()})}}});new function(){jquery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,change,select,"+"submit,keydown,keypress,keyup,error").split(","),function(i,o){jquery.fn[o]=function(f){return f?this.bind(o,f):this.trigger(o)}});if(jquery.browser.mozilla||jquery.browser.opera)document.addeventlistener("domcontentloaded",jquery.ready,false);else if(jquery.browser.msie){document.write("<\/script>");var a=document.getelementbyid("__ie_init");if(a)a.onreadystatechange=function(){if(this.readystate!="complete")return;jquery.ready()};a=null}else if(jquery.browser.safari)jquery.safaritimer=setinterval(function(){if(document.readystate=="loaded"||document.readystate=="complete"){clearinterval(jquery.safaritimer);jquery.safaritimer=null;jquery.ready()}},10);jquery.event.add(window,"load",jquery.ready)};if(jquery.browser.msie)jquery(window).one("unload",function(){var a=jquery.event.global;for(var b in a){var c=a[b],i=c.length;if(i&&b!='unload')do c[i-1]&&jquery.event.remove(c[i-1],b);while(--i)}});jquery.fn.extend({loadifmodified:function(a,b,c){this.load(a,b,c,1)},load:function(c,d,e,f){if(jquery.isfunction(c))return this.bind("load",c);e=e||function(){};var g="get";if(d)if(jquery.isfunction(d)){e=d;d=null}else{d=jquery.param(d);g="post"}var h=this;jquery.ajax({url:c,type:g,data:d,ifmodified:f,complete:function(a,b){if(b=="success"||!f&&b=="notmodified")h.attr("innerhtml",a.responsetext).evalscripts().each(e,[a.responsetext,b,a]);else e.apply(h,[a.responsetext,b,a])}});return this},serialize:function(){return jquery.param(this)},evalscripts:function(){return this.find("script").each(function(){if(this.src)jquery.getscript(this.src);else jquery.globaleval(this.text||this.textcontent||this.innerhtml||"")}).end()}});jquery.each("ajaxstart,ajaxstop,ajaxcomplete,ajaxerror,ajaxsuccess,ajaxsend".split(","),function(i,o){jquery.fn[o]=function(f){return this.bind(o,f)}});jquery.extend({get:function(a,b,c,d,e){if(jquery.isfunction(b)){c=b;b=null}return jquery.ajax({type:"get",url:a,data:b,success:c,datatype:d,ifmodified:e})},getifmodified:function(a,b,c,d){return jquery.get(a,b,c,d,1)},getscript:function(a,b){return jquery.get(a,null,b,"script")},getjson:function(a,b,c){return jquery.get(a,b,c,"json")},post:function(a,b,c,d){if(jquery.isfunction(b)){c=b;b={}}return jquery.ajax({type:"post",url:a,data:b,success:c,datatype:d})},ajaxtimeout:function(a){jquery.ajaxsettings.timeout=a},ajaxsetup:function(a){jquery.extend(jquery.ajaxsettings,a)},ajaxsettings:{global:true,type:"get",timeout:0,contenttype:"application/x-www-form-urlencoded",processdata:true,async:true,data:null},lastmodified:{},ajax:function(s){s=jquery.extend({},jquery.ajaxsettings,s);if(s.data){if(s.processdata&&typeof s.data!="string")s.data=jquery.param(s.data);if(s.type.tolowercase()=="get"){s.url+=((s.url.indexof("?")>-1)?"&":"?")+s.data;s.data=null}}if(s.global&&!jquery.active++)jquery.event.trigger("ajaxstart");var f=false;var g=window.activexobject?new activexobject("microsoft.xmlhttp"):new xmlhttprequest();g.open(s.type,s.url,s.async);if(s.data)g.setrequestheader("content-type",s.contenttype);if(s.ifmodified)g.setrequestheader("if-modified-since",jquery.lastmodified[s.url]||"thu, 01 jan 1970 00:00:00 gmt");g.setrequestheader("x-requested-with","xmlhttprequest");if(s.beforesend)s.beforesend(g);if(s.global)jquery.event.trigger("ajaxsend",[g,s]);var h=function(a){if(g&&(g.readystate==4||a=="timeout")){f=true;if(i){clearinterval(i);i=null}var b;try{b=jquery.httpsuccess(g)&&a!="timeout"?s.ifmodified&&jquery.httpnotmodified(g,s.url)?"notmodified":"success":"error";if(b!="error"){var c;try{c=g.getresponseheader("last-modified")}catch(e){}if(s.ifmodified&&c)jquery.lastmodified[s.url]=c;var d=jquery.httpdata(g,s.datatype);if(s.success)s.success(d,b);if(s.global)jquery.event.trigger("ajaxsuccess",[g,s])}else jquery.handleerror(s,g,b)}catch(e){b="error";jquery.handleerror(s,g,b,e)}if(s.global)jquery.event.trigger("ajaxcomplete",[g,s]);if(s.global&&!--jquery.active)jquery.event.trigger("ajaxstop");if(s.complete)s.complete(g,b);if(s.async)g=null}};var i=setinterval(h,13);if(s.timeout>0)settimeout(function(){if(g){g.abort();if(!f)h("timeout")}},s.timeout);try{g.send(s.data)}catch(e){jquery.handleerror(s,g,null,e)}if(!s.async)h();return g},handleerror:function(s,a,b,e){if(s.error)s.error(a,b,e);if(s.global)jquery.event.trigger("ajaxerror",[a,s,e])},active:0,httpsuccess:function(r){try{return!r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||jquery.browser.safari&&r.status==undefined}catch(e){}return false},httpnotmodified:function(a,b){try{var c=a.getresponseheader("last-modified");return a.status==304||c==jquery.lastmodified[b]||jquery.browser.safari&&a.status==undefined}catch(e){}return false},httpdata:function(r,a){var b=r.getresponseheader("content-type");var c=!a&&b&&b.indexof("xml")>=0;c=a=="xml"||c?r.responsexml:r.responsetext;if(a=="script")jquery.globaleval(c);if(a=="json")c=eval("("+c+")");if(a=="html")jquery("
").html(c).evalscripts();return c},param:function(a){var s=[];if(a.constructor==array||a.jquery)jquery.each(a,function(){s.push(encodeuricomponent(this.name)+"="+encodeuricomponent(this.value))});else for(var j in a)if(a[j]&&a[j].constructor==array)jquery.each(a[j],function(){s.push(encodeuricomponent(j)+"="+encodeuricomponent(this))});else s.push(encodeuricomponent(j)+"="+encodeuricomponent(a[j]));return s.join("&")},globaleval:function(a){if(window.execscript)window.execscript(a);else if(jquery.browser.safari)window.settimeout(a,0);else eval.call(window,a)}});jquery.fn.extend({show:function(a,b){return a?this.animate({height:"show",width:"show",opacity:"show"},a,b):this.filter(":hidden").each(function(){this.style.display=this.oldblock?this.oldblock:"";if(jquery.css(this,"display")=="none")this.style.display="block"}).end()},hide:function(a,b){return a?this.animate({height:"hide",width:"hide",opacity:"hide"},a,b):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jquery.css(this,"display");if(this.oldblock=="none")this.oldblock="block";this.style.display="none"}).end()},_toggle:jquery.fn.toggle,toggle:function(a,b){return jquery.isfunction(a)&&jquery.isfunction(b)?this._toggle(a,b):a?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},a,b):this.each(function(){jquery(this)[jquery(this).is(":hidden")?"show":"hide"]()})},slidedown:function(a,b){return this.animate({height:"show"},a,b)},slideup:function(a,b){return this.animate({height:"hide"},a,b)},slidetoggle:function(a,b){return this.animate({height:"toggle"},a,b)},fadein:function(a,b){return this.animate({opacity:"show"},a,b)},fadeout:function(a,b){return this.animate({opacity:"hide"},a,b)},fadeto:function(a,b,c){return this.animate({opacity:b},a,c)},animate:function(d,f,g,h){return this.queue(function(){var c=jquery(this).is(":hidden"),opt=jquery.speed(f,g,h),self=this;for(var p in d){if(d[p]=="hide"&&c||d[p]=="show"&&!c)return jquery.isfunction(opt.complete)&&opt.complete.apply(this);if(p=="height"||p=="width"){opt.display=jquery.css(this,"display");opt.overflow=this.style.overflow}}if(opt.overflow!=null)this.style.overflow="hidden";this.curanim=jquery.extend({},d);jquery.each(d,function(a,b){var e=new jquery.fx(self,opt,a);if(b.constructor==number)e.custom(e.cur(),b);else e[b=="toggle"?c?"show":"hide":b](d)})})},queue:function(a,b){if(!b){b=a;a="fx"}return this.each(function(){if(!this.queue)this.queue={};if(!this.queue[a])this.queue[a]=[];this.queue[a].push(b);if(this.queue[a].length==1)b.apply(this)})}});jquery.extend({speed:function(a,b,c){var d=a&&a.constructor==object?a:{complete:c||!c&&b||jquery.isfunction(a)&&a,duration:a,easing:c&&b||b&&b.constructor!=function&&b||(jquery.easing.swing?"swing":"linear")};d.duration=(d.duration&&d.duration.constructor==number?d.duration:{slow:600,fast:200}[d.duration])||400;d.old=d.complete;d.complete=function(){jquery.dequeue(this,"fx");if(jquery.isfunction(d.old))d.old.apply(this)};return d},easing:{linear:function(p,n,a,b){return a+b*p},swing:function(p,n,a,b){return((-math.cos(p*math.pi)/2)+0.5)*b+a}},queue:{},dequeue:function(a,b){b=b||"fx";if(a.queue&&a.queue[b]){a.queue[b].shift();var f=a.queue[b][0];if(f)f.apply(a)}},timers:[],fx:function(e,f,g){var z=this;var y=e.style;z.a=function(){if(f.step)f.step.apply(e,[z.now]);if(g=="opacity")jquery.attr(y,"opacity",z.now);else{y[g]=parseint(z.now)+"px";y.display="block"}};z.max=function(){return parsefloat(jquery.css(e,g))};z.cur=function(){var r=parsefloat(jquery.curcss(e,g));return r&&r>-10000?r:z.max()};z.custom=function(b,c){z.starttime=(new date()).gettime();z.now=b;z.a();jquery.timers.push(function(){return z.step(b,c)});if(jquery.timers.length==1){var d=setinterval(function(){var a=jquery.timers;for(var i=0;if.duration+z.starttime){z.now=b;z.a();if(e.curanim)e.curanim[g]=true;var c=true;for(var i in e.curanim)if(e.curanim[i]!==true)c=false;if(c){if(f.display!=null){y.overflow=f.overflow;y.display=f.display;if(jquery.css(e,"display")=="none")y.display="block"}if(f.hide)y.display="none";if(f.hide||f.show)for(var p in e.curanim)jquery.attr(y,p,e.orig[p])}if(c&&jquery.isfunction(f.complete))f.complete.apply(e);return false}else{var n=t-this.starttime;var p=n/f.duration;z.now=jquery.easing[f.easing](p,n,a,(b-a),f.duration);z.a()}return true}}})}