(function(){var s=this,w,g=s.jQuery,j=s.$,m=s.jQuery=s.$=function(F,E){return new m.fn.init(F,E);},f=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,z=/^.[^:#\[\.,]*$/;m.fn=m.prototype={init:function(H,G){H=H||document;if(H.nodeType){this[0]=H;this.length=1;this.context=H;return this;}if(typeof H==="string"){var E=f.exec(H);if(E&&(E[1]||!G)){if(E[1]){H=m.clean([E[1]],G);}else{var F=document.getElementById(E[3]);if(F&&F.id!=E[3]){return m().find(H);}var I=m(F||[]);I.context=document;I.selector=H;return I;}}else{return m(G).find(H);}}else{if(m.isFunction(H)){return m(document).ready(H);}}if(H.selector&&H.context){this.selector=H.selector;this.context=H.context;}return this.setArray(m.isArray(H)?H:m.makeArray(H));},selector:"",jquery:"1.3.2",size:function(){return this.length;},get:function(E){return E===w?Array.prototype.slice.call(this):this[E];},pushStack:function(H,E,G){var F=m(H);F.prevObject=this;F.context=this.context;if(E==="find"){F.selector=this.selector+(this.selector?" ":"")+G;}else{if(E){F.selector=this.selector+"."+E+"("+G+")";}}return F;},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this;},each:function(F,E){return m.each(this,F,E);},index:function(E){return m.inArray(E&&E.jquery?E[0]:E,this);},attr:function(E,H,F){var G=E;if(typeof E==="string"){if(H===w){return this[0]&&m[F||"attr"](this[0],E);}else{G={};G[E]=H;}}return this.each(function(I){for(E in G){m.attr(F?this.style:this,E,m.prop(this,G[E],F,I,E));}});},css:function(F,E){if((F=="width"||F=="height")&&parseFloat(E)<0){E=w;}return this.attr(F,E,"curCSS");},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F));}var E="";m.each(F||this,function(){m.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:m.fn.text([this]);}});});return E;},wrapAll:function(E){if(this[0]){var F=m(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0]);}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild;}return G;}).append(this);}return this;},wrapInner:function(E){return this.each(function(){m(this).contents().wrapAll(E);});},wrap:function(E){return this.each(function(){m(this).wrapAll(E);});},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E);}});},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild);}});},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this);});},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling);});},end:function(){return this.prevObject||m([]);},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;m.find(E,this[0],F);return F;}else{return this.pushStack(m.unique(m.map(this,function(G){return m.find(E,G);})),"find",E);}},clone:function(F){var H=this.map(function(){if(!m.support.noCloneEvent&&!m.isXMLDoc(this)){var J=this.outerHTML;if(!J){var I=this.ownerDocument.createElement("div");I.appendChild(this.cloneNode(true));J=I.innerHTML;}return m.clean([J.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];}else{return this.cloneNode(true);}});if(F===true){var E=this.find("*").andSelf(),G=0;H.find("*").andSelf().each(function(){if(this.nodeName!==E[G].nodeName){return;}var J=m.data(E[G],"events");for(var K in J){for(var I in J[K]){m.event.add(this,K,J[K][I],J[K][I].data);}}G++;});}return H;},filter:function(E){return this.pushStack(m.isFunction(E)&&m.grep(this,function(F,G){return E.call(F,G);})||m.multiFilter(E,m.grep(this,function(F){return F.nodeType===1;})),"filter",E);},closest:function(F){var E=m.expr.match.POS.test(F)?m(F):null,G=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(E?E.index(H)>-1:m(H).is(F)){m.data(H,"closest",G);return H;}H=H.parentNode;G++;}});},not:function(F){if(typeof F==="string"){if(z.test(F)){return this.pushStack(m.multiFilter(F,this,true),"not",F);}else{F=m.multiFilter(F,this);}}var E=F.length&&F[F.length-1]!==w&&!F.nodeType;return this.filter(function(){return E?m.inArray(this,F)<0:this!=F;});},add:function(E){return this.pushStack(m.unique(m.merge(this.get(),typeof E==="string"?m(E):m.makeArray(E))));},is:function(E){return !!E&&m.multiFilter(E,this).length>0;},hasClass:function(E){return !!E&&this.is("."+E);},val:function(F){if(F===w){var L=this[0];if(L){if(m.nodeName(L,"option")){return(L.attributes.value||{}).specified?L.value:L.text;}if(m.nodeName(L,"select")){var G=L.selectedIndex,H=[],E=L.options,K=L.type=="select-one";if(G<0){return null;}for(var J=K?G:0,M=K?G+1:E.length;J<M;J++){var I=E[J];if(I.selected){F=m(I).val();if(K){return F;}H.push(F);}}return H;}return(L.value||"").replace(/\r/g,"");}return w;}if(typeof F==="number"){F+="";}return this.each(function(){if(this.nodeType!=1){return;}if(m.isArray(F)&&/radio|checkbox/.test(this.type)){this.checked=(m.inArray(this.value,F)>=0||m.inArray(this.name,F)>=0);}else{if(m.nodeName(this,"select")){var N=m.makeArray(F);m("option",this).each(function(){this.selected=(m.inArray(this.value,N)>=0||m.inArray(this.text,N)>=0);});if(!N.length){this.selectedIndex=-1;}}else{this.value=F;}}});},html:function(E){return E===w?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E);},replaceWith:function(E){return this.after(E).remove();},eq:function(E){return this.slice(E,+E+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","));},map:function(E){return this.pushStack(m.map(this,function(F,G){return E.call(F,G,F);}));},andSelf:function(){return this.add(this.prevObject);},domManip:function(J,L,M){if(this[0]){var G=(this[0].ownerDocument||this[0]).createDocumentFragment(),I=m.clean(J,(this[0].ownerDocument||this[0]),G),K=G.firstChild;if(K){for(var E=0,H=this.length;E<H;E++){M.call(F(this[E],K),this.length>1||E>0?G.cloneNode(true):G);}}if(I){m.each(I,e);}}return this;function F(N,O){return L&&m.nodeName(N,"table")&&m.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N;}}};m.fn.init.prototype=m.fn;function e(F,E){if(E.src){m.ajax({url:E.src,async:false,dataType:"script"});}else{m.globalEval(E.text||E.textContent||E.innerHTML||"");}if(E.parentNode){E.parentNode.removeChild(E);}}function a(){return +new Date;}m.extend=m.fn.extend=function(){var K=arguments[0]||{},I=1,J=arguments.length,G=false,E;if(typeof K==="boolean"){G=K;K=arguments[1]||{};I=2;}if(typeof K!=="object"&&!m.isFunction(K)){K={};}if(J==I){K=this;--I;}for(;I<J;I++){if((E=arguments[I])!=null){for(var F in E){var L=K[F],H=E[F];if(K===H){continue;}if(G&&H&&typeof H==="object"&&!H.nodeType){K[F]=m.extend(G,L||(H.length!=null?[]:{}),H);}else{if(H!==w){K[F]=H;}}}}}return K;};var t=/z-?index|font-?weight|opacity|zoom|line-?height/i,A=document.defaultView||{},h=Object.prototype.toString;m.extend({noConflict:function(E){s.$=j;if(E){s.jQuery=g;}return m;},isFunction:function(E){return h.call(E)==="[object Function]";},isArray:function(E){return h.call(E)==="[object Array]";},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&m.isXMLDoc(E.ownerDocument);},globalEval:function(G){if(G&&/\S/.test(G)){var E=document.getElementsByTagName("head")[0]||document.documentElement,F=document.createElement("script");F.type="text/javascript";if(m.support.scriptEval){F.appendChild(document.createTextNode(G));}else{F.text=G;}E.insertBefore(F,E.firstChild);E.removeChild(F);}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase();},each:function(G,K,F){var E,H=0,J=G.length;if(F){if(J===w){for(E in G){if(K.apply(G[E],F)===false){break;}}}else{for(;H<J;){if(K.apply(G[H++],F)===false){break;}}}}else{if(J===w){for(E in G){if(K.call(G[E],E,G[E])===false){break;}}}else{for(var I=G[0];H<J&&K.call(I,H,I)!==false;I=G[++H]){}}}return G;},prop:function(G,E,H,I,F){if(m.isFunction(E)){E=E.call(G,I);}return typeof E==="number"&&H=="curCSS"&&!t.test(F)?E+"px":E;},className:{add:function(E,F){m.each((F||"").split(/\s+/),function(H,G){if(E.nodeType==1&&!m.className.has(E.className,G)){E.className+=(E.className?" ":"")+G;}});},remove:function(E,F){if(E.nodeType==1){E.className=F!==w?m.grep(E.className.split(/\s+/),function(G){return !m.className.has(F,G);}).join(" "):"";}},has:function(E,F){return E&&m.inArray(F,(E.className||E).toString().split(/\s+/))>-1;}},swap:function(G,H,I){var E={};for(var F in H){E[F]=G.style[F];G.style[F]=H[F];}I.call(G);for(var F in H){G.style[F]=E[F];}},css:function(J,I,L,K){if(I=="width"||I=="height"){var H,G={position:"absolute",visibility:"hidden",display:"block"},F=I=="width"?["Left","Right"]:["Top","Bottom"];function E(){H=I=="width"?J.offsetWidth:J.offsetHeight;if(K==="border"){return;}m.each(F,function(){if(!K){H-=parseFloat(m.curCSS(J,"padding"+this,true))||0;}if(K==="margin"){H+=parseFloat(m.curCSS(J,"margin"+this,true))||0;}else{H-=parseFloat(m.curCSS(J,"border"+this+"Width",true))||0;}});}if(J.offsetWidth!==0){E();}else{m.swap(J,G,E);}return Math.max(0,Math.round(H));}return m.curCSS(J,I,L);},curCSS:function(K,G,M){var E,L=K.style;if(G=="opacity"&&!m.support.opacity){E=m.attr(L,"opacity");return E==""?"1":E;}if(G.match(/float/i)){G=y;}if(!M&&L&&L[G]){E=L[G];}else{if(A.getComputedStyle){if(G.match(/float/i)){G="float";}G=G.replace(/([A-Z])/g,"-$1").toLowerCase();var J=A.getComputedStyle(K,null);if(J){E=J.getPropertyValue(G);}if(G=="opacity"&&E==""){E="1";}}else{if(K.currentStyle){var H=G.replace(/\-(\w)/g,function(O,N){return N.toUpperCase();});E=K.currentStyle[G]||K.currentStyle[H];if(!/^\d+(px)?$/i.test(E)&&/^\d/.test(E)){var F=L.left,I=K.runtimeStyle.left;K.runtimeStyle.left=K.currentStyle.left;L.left=E||0;E=L.pixelLeft+"px";L.left=F;K.runtimeStyle.left=I;}}}}return E;},clean:function(I,K,F){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document;}if(!F&&I.length===1&&typeof I[0]==="string"){var J=/^<(\w+)\s*\/?>$/.exec(I[0]);if(J){return[K.createElement(J[1])];}}var G=[],L=[],H=K.createElement("div");m.each(I,function(Q,N){if(typeof N==="number"){N+="";}if(!N){return;}if(typeof N==="string"){N=N.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">";});var M=N.replace(/^\s+/,"").substring(0,10).toLowerCase();var S=!M.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!M.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||M.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!M.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!M.indexOf("<td")||!M.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!M.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!m.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];H.innerHTML=S[1]+N+S[2];while(S[0]--){H=H.lastChild;}if(!m.support.tbody){var P=/<tbody/i.test(N),O=!M.indexOf("<table")&&!P?H.firstChild&&H.firstChild.childNodes:S[1]=="<table>"&&!P?H.childNodes:[];for(var R=O.length-1;R>=0;--R){if(m.nodeName(O[R],"tbody")&&!O[R].childNodes.length){O[R].parentNode.removeChild(O[R]);}}}if(!m.support.leadingWhitespace&&/^\s/.test(N)){H.insertBefore(K.createTextNode(N.match(/^\s*/)[0]),H.firstChild);}N=m.makeArray(H.childNodes);}if(N.nodeType){G.push(N);}else{G=m.merge(G,N);}});if(F){for(var E=0;G[E];E++){if(m.nodeName(G[E],"script")&&(!G[E].type||G[E].type.toLowerCase()==="text/javascript")){L.push(G[E].parentNode?G[E].parentNode.removeChild(G[E]):G[E]);}else{if(G[E].nodeType===1){G.splice.apply(G,[E+1,0].concat(m.makeArray(G[E].getElementsByTagName("script"))));}F.appendChild(G[E]);}}return L;}return G;},attr:function(I,E,G){if(!I||I.nodeType==3||I.nodeType==8){return w;}var L=!m.isXMLDoc(I),F=G!==w;E=L&&m.props[E]||E;if(I.tagName){var K=/href|src|style/.test(E);if(E=="selected"&&I.parentNode){I.parentNode.selectedIndex;}if(E in I&&L&&!K){if(F){if(E=="type"&&m.nodeName(I,"input")&&I.parentNode){throw"type property can't be changed";}I[E]=G;}if(m.nodeName(I,"form")&&I.getAttributeNode(E)){return I.getAttributeNode(E).nodeValue;}if(E=="tabIndex"){var J=I.getAttributeNode("tabIndex");return J&&J.specified?J.value:I.nodeName.match(/(button|input|object|select|textarea)/i)?0:I.nodeName.match(/^(a|area)$/i)&&I.href?0:w;}return I[E];}if(!m.support.style&&L&&E=="style"){return m.attr(I.style,"cssText",G);}if(F){I.setAttribute(E,""+G);}var H=!m.support.hrefNormalized&&L&&K?I.getAttribute(E,2):I.getAttribute(E);return H===null?w:H;}if(!m.support.opacity&&E=="opacity"){if(F){I.zoom=1;I.filter=(I.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(G)+""=="NaN"?"":"alpha(opacity="+G*100+")");}return I.filter&&I.filter.indexOf("opacity=")>=0?(parseFloat(I.filter.match(/opacity=([^)]*)/)[1])/100)+"":"";}E=E.replace(/-([a-z])/ig,function(N,M){return M.toUpperCase();});if(F){I[E]=G;}return I[E];},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"");},makeArray:function(F){var G=[];if(F!=null){var E=F.length;if(E==null||typeof F==="string"||m.isFunction(F)||F.setInterval){G[0]=F;}else{while(E){G[--E]=F[E];}}}return G;},inArray:function(F,H){for(var G=0,E=H.length;G<E;G++){if(H[G]===F){return G;}}return -1;},merge:function(F,G){var I=0,E,H=F.length;if(!m.support.getAll){while((E=G[I++])!=null){if(E.nodeType!=8){F[H++]=E;}}}else{while((E=G[I++])!=null){F[H++]=E;}}return F;},unique:function(J){var K=[],E={};try{for(var H=0,G=J.length;H<G;H++){var I=m.data(J[H]);if(!E[I]){E[I]=true;K.push(J[H]);}}}catch(F){K=J;}return K;},grep:function(J,E,F){var G=[];for(var H=0,I=J.length;H<I;H++){if(!F!=!E(J[H],H)){G.push(J[H]);}}return G;},map:function(J,E){var F=[];for(var G=0,I=J.length;G<I;G++){var H=E(J[G],G);if(H!=null){F[F.length]=H;}}return F.concat.apply([],F);}});var n=navigator.userAgent.toLowerCase();m.browser={version:(n.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(n),opera:/opera/.test(n),msie:/msie/.test(n)&&!/opera/.test(n),mozilla:/mozilla/.test(n)&&!/(compatible|webkit)/.test(n)};m.each({parent:function(E){return E.parentNode;},parents:function(E){return m.dir(E,"parentNode");},next:function(E){return m.nth(E,2,"nextSibling");},prev:function(E){return m.nth(E,2,"previousSibling");},nextAll:function(E){return m.dir(E,"nextSibling");},prevAll:function(E){return m.dir(E,"previousSibling");},siblings:function(E){return m.sibling(E.parentNode.firstChild,E);},children:function(E){return m.sibling(E.firstChild);},contents:function(E){return m.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:m.makeArray(E.childNodes);}},function(F,E){m.fn[F]=function(G){var H=m.map(this,E);if(G&&typeof G=="string"){H=m.multiFilter(G,H);}return this.pushStack(m.unique(H),F,G);};});m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(F,E){m.fn[F]=function(I){var L=[],H=m(I);for(var J=0,G=H.length;J<G;J++){var K=(J>0?this.clone(true):this).get();m.fn[E].apply(m(H[J]),K);L=L.concat(K);}return this.pushStack(L,F,I);};});m.each({removeAttr:function(E){m.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E);}},addClass:function(E){m.className.add(this,E);},removeClass:function(E){m.className.remove(this,E);},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!m.className.has(this,F);}m.className[E?"add":"remove"](this,F);},remove:function(E){if(!E||m.filter(E,[this]).length){m("*",this).add([this]).each(function(){m.event.remove(this);m.removeData(this);});if(this.parentNode){this.parentNode.removeChild(this);}}},empty:function(){m(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild);}}},function(F,E){m.fn[F]=function(){return this.each(E,arguments);};});function o(E,F){return E[0]&&parseInt(m.curCSS(E[0],F,true),10)||0;}var r="jQuery"+a(),x=0,q={};m.extend({cache:{},data:function(F,E,H){F=F==s?q:F;var G=F[r];if(!G){G=F[r]=++x;}if(E&&!m.cache[G]){m.cache[G]={};}if(H!==w){m.cache[G][E]=H;}return E?m.cache[G][E]:G;},removeData:function(F,E){F=F==s?q:F;var H=F[r];if(E){if(m.cache[H]){delete m.cache[H][E];E="";for(E in m.cache[H]){break;}if(!E){m.removeData(F);}}}else{try{delete F[r];}catch(G){if(F.removeAttribute){F.removeAttribute(r);}}delete m.cache[H];}},queue:function(E,F,H){if(E){F=(F||"fx")+"queue";var G=m.data(E,F);if(!G||m.isArray(H)){G=m.data(E,F,m.makeArray(H));}else{if(H){G.push(H);}}}return G;},dequeue:function(F,G){var H=m.queue(F,G),E=H.shift();if(!G||G==="fx"){E=H[0];}if(E!==w){E.call(F);}}});m.fn.extend({data:function(F,E){var G=F.split(".");G[1]=G[1]?"."+G[1]:"";if(E===w){var H=this.triggerHandler("getData"+G[1]+"!",[G[0]]);if(H===w&&this.length){H=m.data(this[0],F);}return H===w&&G[1]?this.data(G[0]):H;}else{return this.trigger("setData"+G[1]+"!",[G[0],E]).each(function(){m.data(this,F,E);});}},removeData:function(E){return this.each(function(){m.removeData(this,E);});},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx";}if(F===w){return m.queue(this[0],E);}return this.each(function(){var G=m.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this);}});},dequeue:function(E){return this.each(function(){m.dequeue(this,E);});}});(function(){var H=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,R=0,P=Object.prototype.toString;var O=function(Y,ae,X,ac){X=X||[];ae=ae||document;if(ae.nodeType!==1&&ae.nodeType!==9){return[];}if(!Y||typeof Y!=="string"){return X;}var aa=[],ah,V,ai,ag,T,W,Z=true;H.lastIndex=0;while((ah=H.exec(Y))!==null){aa.push(ah[1]);if(ah[2]){W=RegExp.rightContext;break;}}if(aa.length>1&&I.exec(Y)){if(aa.length===2&&M.relative[aa[0]]){V=N(aa[0]+aa[1],ae);}else{V=M.relative[aa[0]]?[ae]:O(aa.shift(),ae);while(aa.length){Y=aa.shift();if(M.relative[Y]){Y+=aa.shift();}V=N(Y,V);}}}else{var U=ac?{expr:aa.pop(),set:F(ac)}:O.find(aa.pop(),aa.length===1&&ae.parentNode?ae.parentNode:ae,K(ae));V=O.filter(U.expr,U.set);if(aa.length>0){ai=F(V);}else{Z=false;}while(aa.length){var ab=aa.pop(),af=ab;if(!M.relative[ab]){ab="";}else{af=aa.pop();}if(af==null){af=ae;}M.relative[ab](ai,af,K(ae));}}if(!ai){ai=V;}if(!ai){throw"Syntax error, unrecognized expression: "+(ab||Y);}if(P.call(ai)==="[object Array]"){if(!Z){X.push.apply(X,ai);}else{if(ae.nodeType===1){for(var ad=0;ai[ad]!=null;ad++){if(ai[ad]&&(ai[ad]===true||ai[ad].nodeType===1&&L(ae,ai[ad]))){X.push(V[ad]);}}}else{for(var ad=0;ai[ad]!=null;ad++){if(ai[ad]&&ai[ad].nodeType===1){X.push(V[ad]);}}}}}else{F(ai,X);}if(W){O(W,ae,X,ac);if(Q){hasDuplicate=false;X.sort(Q);if(hasDuplicate){for(var ad=1;ad<X.length;ad++){if(X[ad]===X[ad-1]){X.splice(ad--,1);}}}}}return X;};O.matches=function(U,T){return O(U,null,null,T);};O.find=function(ab,aa,Y){var W,Z;if(!ab){return[];}for(var T=0,V=M.order.length;T<V;T++){var X=M.order[T],Z;if((Z=M.match[X].exec(ab))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){Z[1]=(Z[1]||"").replace(/\\/g,"");W=M.find[X](Z,aa,Y);if(W!=null){ab=ab.replace(M.match[X],"");break;}}}}if(!W){W=aa.getElementsByTagName("*");}return{set:W,expr:ab};};O.filter=function(W,Y,Z,ag){var aa=W,X=[],ai=Y,af,V,ah=Y&&Y[0]&&K(Y[0]);while(W&&Y.length){for(var U in M.filter){if((af=M.match[U].exec(W))!=null){var ac=M.filter[U],ae,T;V=false;if(ai==X){X=[];}if(M.preFilter[U]){af=M.preFilter[U](af,ai,Z,X,ag,ah);if(!af){V=ae=true;}else{if(af===true){continue;}}}if(af){for(var ad=0;(T=ai[ad])!=null;ad++){if(T){ae=ac(T,af,ad,ai);var ab=ag^!!ae;if(Z&&ae!=null){if(ab){V=true;}else{ai[ad]=false;}}else{if(ab){X.push(T);V=true;}}}}}if(ae!==w){if(!Z){ai=X;}W=W.replace(M.match[U],"");if(!V){return[];}break;}}}if(W==aa){if(V==null){throw"Syntax error, unrecognized expression: "+W;}else{break;}}aa=W;}return ai;};var M=O.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href");}},relative:{"+":function(ab,W,Z){var X=typeof W==="string",Y=X&&!/\W/.test(W),U=X&&!Y;if(Y&&!Z){W=W.toUpperCase();}for(var T=0,V=ab.length,aa;T<V;T++){if((aa=ab[T])){while((aa=aa.previousSibling)&&aa.nodeType!==1){}ab[T]=U||aa&&aa.nodeName===W?aa||false:aa===W;}}if(U){O.filter(W,ab,true);}},">":function(aa,V,X){var W=typeof V==="string";if(W&&!/\W/.test(V)){V=X?V:V.toUpperCase();for(var T=0,U=aa.length;T<U;T++){var Z=aa[T];if(Z){var Y=Z.parentNode;aa[T]=Y.nodeName===V?Y:false;}}}else{for(var T=0,U=aa.length;T<U;T++){var Z=aa[T];if(Z){aa[T]=W?Z.parentNode:Z.parentNode===V;}}if(W){O.filter(V,aa,true);}}},"":function(V,W,Y){var U=R++,T=E;if(!W.match(/\W/)){var X=W=Y?W:W.toUpperCase();T=S;}T("parentNode",W,U,V,X,Y);},"~":function(V,W,Y){var U=R++,T=E;if(typeof W==="string"&&!W.match(/\W/)){var X=W=Y?W:W.toUpperCase();T=S;}T("previousSibling",W,U,V,X,Y);}},find:{ID:function(U,W,T){if(typeof W.getElementById!=="undefined"&&!T){var V=W.getElementById(U[1]);return V?[V]:[];}},NAME:function(U,Y,T){if(typeof Y.getElementsByName!=="undefined"){var Z=[],X=Y.getElementsByName(U[1]);for(var W=0,V=X.length;W<V;W++){if(X[W].getAttribute("name")===U[1]){Z.push(X[W]);}}return Z.length===0?null:Z;}},TAG:function(T,U){return U.getElementsByTagName(T[1]);}},preFilter:{CLASS:function(Y,aa,V,U,W,X){Y=" "+Y[1].replace(/\\/g,"")+" ";if(X){return Y;}for(var T=0,Z;(Z=aa[T])!=null;T++){if(Z){if(W^(Z.className&&(" "+Z.className+" ").indexOf(Y)>=0)){if(!V){U.push(Z);}}else{if(V){aa[T]=false;}}}}return false;},ID:function(T){return T[1].replace(/\\/g,"");},TAG:function(T,U){for(var V=0;U[V]===false;V++){}return U[V]&&K(U[V])?T[1]:T[1].toUpperCase();},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0;}T[0]=R++;return T;},ATTR:function(W,X,Z,V,U,T){var Y=W[1].replace(/\\/g,"");if(!T&&M.attrMap[Y]){W[1]=M.attrMap[Y];}if(W[2]==="~="){W[4]=" "+W[4]+" ";}return W;},PSEUDO:function(V,W,X,U,T){if(V[1]==="not"){if(V[3].match(H).length>1||/^\w/.test(V[3])){V[3]=O(V[3],null,null,W);}else{var Y=O.filter(V[3],W,X,true^T);if(!X){U.push.apply(U,Y);}return false;}}else{if(M.match.POS.test(V[0])||M.match.CHILD.test(V[0])){return true;}}return V;},POS:function(T){T.unshift(true);return T;}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden";},disabled:function(T){return T.disabled===true;},checked:function(T){return T.checked===true;},selected:function(T){T.parentNode.selectedIndex;return T.selected===true;},parent:function(T){return !!T.firstChild;},empty:function(T){return !T.firstChild;},has:function(U,V,T){return !!O(T[3],U).length;},header:function(T){return/h\d/i.test(T.nodeName);},text:function(T){return"text"===T.type;},radio:function(T){return"radio"===T.type;},checkbox:function(T){return"checkbox"===T.type;},file:function(T){return"file"===T.type;},password:function(T){return"password"===T.type;},submit:function(T){return"submit"===T.type;},image:function(T){return"image"===T.type;},reset:function(T){return"reset"===T.type;},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON";},input:function(T){return/input|select|textarea|button/i.test(T.nodeName);}},setFilters:{first:function(T,U){return U===0;},last:function(U,V,T,W){return V===W.length-1;},even:function(T,U){return U%2===0;},odd:function(T,U){return U%2===1;},lt:function(U,V,T){return V<T[3]-0;},gt:function(U,V,T){return V>T[3]-0;},nth:function(U,V,T){return T[3]-0==V;},eq:function(U,V,T){return T[3]-0==V;}},filter:{PSEUDO:function(Z,Y,T,X){var W=Y[1],U=M.filters[W];if(U){return U(Z,T,Y,X);}else{if(W==="contains"){return(Z.textContent||Z.innerText||"").indexOf(Y[3])>=0;}else{if(W==="not"){var V=Y[3];for(var T=0,aa=V.length;T<aa;T++){if(V[T]===Z){return false;}}return true;}}}},CHILD:function(aa,Y){var U=Y[1],T=aa;switch(U){case"only":case"first":while(T=T.previousSibling){if(T.nodeType===1){return false;}}if(U=="first"){return true;}T=aa;case"last":while(T=T.nextSibling){if(T.nodeType===1){return false;}}return true;case"nth":var ac=Y[2],Z=Y[3];if(ac==1&&Z==0){return true;}var X=Y[0],W=aa.parentNode;if(W&&(W.sizcache!==X||!aa.nodeIndex)){var ab=0;for(T=W.firstChild;T;T=T.nextSibling){if(T.nodeType===1){T.nodeIndex=++ab;}}W.sizcache=X;}var V=aa.nodeIndex-Z;if(ac==0){return V==0;}else{return(V%ac==0&&V/ac>=0);}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T;},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T;},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1;},ATTR:function(V,T){var Y=T[1],U=M.attrHandle[Y]?M.attrHandle[Y](V):V[Y]!=null?V[Y]:V.getAttribute(Y),Z=U+"",W=T[2],X=T[4];return U==null?W==="!=":W==="="?Z===X:W==="*="?Z.indexOf(X)>=0:W==="~="?(" "+Z+" ").indexOf(X)>=0:!X?Z&&U!==false:W==="!="?Z!=X:W==="^="?Z.indexOf(X)===0:W==="$="?Z.substr(Z.length-X.length)===X:W==="|="?Z===X||Z.substr(0,X.length+1)===X+"-":false;},POS:function(V,T,W,Y){var U=T[2],X=M.setFilters[U];if(X){return X(V,W,T,Y);}}}};var I=M.match.POS;for(var J in M.match){M.match[J]=RegExp(M.match[J].source+/(?![^\[]*\])(?![^\(]*\))/.source);}var F=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T;}return U;};try{Array.prototype.slice.call(document.documentElement.childNodes);}catch(G){F=function(W,V){var X=V||[];if(P.call(W)==="[object Array]"){Array.prototype.push.apply(X,W);}else{if(typeof W.length==="number"){for(var U=0,T=W.length;U<T;U++){X.push(W[U]);}}else{for(var U=0;W[U];U++){X.push(W[U]);}}}return X;};}var Q;if(document.documentElement.compareDocumentPosition){Q=function(T,U){var V=T.compareDocumentPosition(U)&4?-1:T===U?0:1;if(V===0){hasDuplicate=true;}return V;};}else{if("sourceIndex" in document.documentElement){Q=function(T,U){var V=T.sourceIndex-U.sourceIndex;if(V===0){hasDuplicate=true;}return V;};}else{if(document.createRange){Q=function(U,V){var W=U.ownerDocument.createRange(),T=V.ownerDocument.createRange();W.selectNode(U);W.collapse(true);T.selectNode(V);T.collapse(true);var X=W.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true;}return X;};}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){M.find.ID=function(X,Z,W){if(typeof Z.getElementById!=="undefined"&&!W){var Y=Z.getElementById(X[1]);return Y?Y.id===X[1]||typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id").nodeValue===X[1]?[Y]:w:[];}};M.filter.ID=function(X,W){var Y=typeof X.getAttributeNode!=="undefined"&&X.getAttributeNode("id");return X.nodeType===1&&Y&&Y.nodeValue===W;};}T.removeChild(U);})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){M.find.TAG=function(V,Y){var X=Y.getElementsByTagName(V[1]);if(V[1]==="*"){var W=[];for(var U=0;X[U];U++){if(X[U].nodeType===1){W.push(X[U]);}}X=W;}return X;};}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){M.attrHandle.href=function(U){return U.getAttribute("href",2);};}})();if(document.querySelectorAll){(function(){var T=O,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return;}O=function(X,V,Z,W){V=V||document;if(!W&&V.nodeType===9&&!K(V)){try{return F(V.querySelectorAll(X),Z);}catch(Y){}}return T(X,V,Z,W);};O.find=T.find;O.filter=T.filter;O.selectors=T.selectors;O.matches=T.matches;})();}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return;}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return;}M.order.splice(1,0,"CLASS");M.find.CLASS=function(V,W,U){if(typeof W.getElementsByClassName!=="undefined"&&!U){return W.getElementsByClassName(V[1]);}};})();}function S(V,Y,aa,ad,ab,Z){var T=V=="previousSibling"&&!Z;for(var X=0,U=ad.length;X<U;X++){var ac=ad[X];if(ac){if(T&&ac.nodeType===1){ac.sizcache=aa;ac.sizset=X;}ac=ac[V];var W=false;while(ac){if(ac.sizcache===aa){W=ad[ac.sizset];break;}if(ac.nodeType===1&&!Z){ac.sizcache=aa;ac.sizset=X;}if(ac.nodeName===Y){W=ac;break;}ac=ac[V];}ad[X]=W;}}}function E(V,Y,aa,ad,ab,Z){var T=V=="previousSibling"&&!Z;for(var X=0,U=ad.length;X<U;X++){var ac=ad[X];if(ac){if(T&&ac.nodeType===1){ac.sizcache=aa;ac.sizset=X;}ac=ac[V];var W=false;while(ac){if(ac.sizcache===aa){W=ad[ac.sizset];break;}if(ac.nodeType===1){if(!Z){ac.sizcache=aa;ac.sizset=X;}if(typeof Y!=="string"){if(ac===Y){W=true;break;}}else{if(O.filter(Y,[ac]).length>0){W=ac;break;}}}ac=ac[V];}ad[X]=W;}}}var L=document.compareDocumentPosition?function(T,U){return T.compareDocumentPosition(U)&16;}:function(T,U){return T!==U&&(T.contains?T.contains(U):true);};var K=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&K(T.ownerDocument);};var N=function(X,aa){var W=[],Y="",Z,U=aa.nodeType?[aa]:aa;while((Z=M.match.PSEUDO.exec(X))){Y+=Z[0];X=X.replace(M.match.PSEUDO,"");}X=M.relative[X]?X+"*":X;for(var T=0,V=U.length;T<V;T++){O(X,U[T],W);}return O.filter(Y,W);};m.find=O;m.filter=O.filter;m.expr=O.selectors;m.expr[":"]=m.expr.filters;O.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0;};O.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0;};O.selectors.filters.animated=function(T){return m.grep(m.timers,function(U){return T===U.elem;}).length;};m.multiFilter=function(U,V,T){if(T){U=":not("+U+")";}return O.matches(U,V);};m.dir=function(U,T){var V=[],W=U[T];while(W&&W!=document){if(W.nodeType==1){V.push(W);}W=W[T];}return V;};m.nth=function(W,U,T,V){U=U||1;var X=0;for(;W;W=W[T]){if(W.nodeType==1&&++X==U){break;}}return W;};m.sibling=function(U,V){var T=[];for(;U;U=U.nextSibling){if(U.nodeType==1&&U!=V){T.push(U);}}return T;};return;s.Sizzle=O;})();m.event={add:function(H,I,G,K){if(H.nodeType==3||H.nodeType==8){return;}if(H.setInterval&&H!=s){H=s;}if(!G.guid){G.guid=this.guid++;}if(K!==w){var E=G;G=this.proxy(E);G.data=K;}var J=m.data(H,"events")||m.data(H,"events",{}),F=m.data(H,"handle")||m.data(H,"handle",function(){return typeof m!=="undefined"&&!m.event.triggered?m.event.handle.apply(arguments.callee.elem,arguments):w;});F.elem=H;m.each(I.split(/\s+/),function(N,M){var L=M.split(".");M=L.shift();G.type=L.slice().sort().join(".");var O=J[M];if(m.event.specialAll[M]){m.event.specialAll[M].setup.call(H,K,L);}if(!O){O=J[M]={};if(!m.event.special[M]||m.event.special[M].setup.call(H,K,L)===false){if(H.addEventListener){H.addEventListener(M,F,false);}else{if(H.attachEvent){H.attachEvent("on"+M,F);}}}}O[G.guid]=G;m.event.global[M]=true;});H=null;},guid:1,global:{},remove:function(K,G,L){if(K.nodeType==3||K.nodeType==8){return;}var H=m.data(K,"events"),F,I;if(H){if(G===w||(typeof G==="string"&&G.charAt(0)==".")){for(var E in H){this.remove(K,E+(G||""));}}else{if(G.type){L=G.handler;G=G.type;}m.each(G.split(/\s+/),function(P,O){var M=O.split(".");O=M.shift();var N=RegExp("(^|\\.)"+M.slice().sort().join(".*\\.")+"(\\.|$)");if(H[O]){if(L){delete H[O][L.guid];}else{for(var Q in H[O]){if(N.test(H[O][Q].type)){delete H[O][Q];}}}if(m.event.specialAll[O]){m.event.specialAll[O].teardown.call(K,M);}for(F in H[O]){break;}if(!F){if(!m.event.special[O]||m.event.special[O].teardown.call(K,M)===false){if(K.removeEventListener){K.removeEventListener(O,m.data(K,"handle"),false);}else{if(K.detachEvent){K.detachEvent("on"+O,m.data(K,"handle"));}}}F=null;delete H[O];}}});}for(F in H){break;}if(!F){var J=m.data(K,"handle");if(J){J.elem=null;}m.removeData(K,"events");m.removeData(K,"handle");}}},trigger:function(F,G,L,H){var E=F.type||F;if(!H){F=typeof F==="object"?F[r]?F:m.extend(m.Event(E),F):m.Event(E);if(E.indexOf("!")>=0){F.type=E=E.slice(0,-1);F.exclusive=true;}if(!L){F.stopPropagation();if(this.global[E]){m.each(m.cache,function(){if(this.events&&this.events[E]){m.event.trigger(F,G,this.handle.elem);}});}}if(!L||L.nodeType==3||L.nodeType==8){return w;}F.result=w;F.target=L;G=m.makeArray(G);G.unshift(F);}F.currentTarget=L;var J=m.data(L,"handle");if(J){J.apply(L,G);}if((!L[E]||(m.nodeName(L,"a")&&E=="click"))&&L["on"+E]&&L["on"+E].apply(L,G)===false){F.result=false;}if(!H&&L[E]&&!F.isDefaultPrevented()&&!(m.nodeName(L,"a")&&E=="click")){this.triggered=true;try{L[E]();}catch(I){}}this.triggered=false;if(!F.isPropagationStopped()){var K=L.parentNode||L.ownerDocument;if(K){m.event.trigger(F,G,K,true);}}},handle:function(H){var K,J;H=arguments[0]=m.event.fix(H||s.event);H.currentTarget=this;var I=H.type.split(".");H.type=I.shift();K=!I.length&&!H.exclusive;var F=RegExp("(^|\\.)"+I.slice().sort().join(".*\\.")+"(\\.|$)");J=(m.data(this,"events")||{})[H.type];for(var E in J){var L=J[E];if(K||F.test(L.type)){H.handler=L;H.data=L.data;var G=L.apply(this,arguments);if(G!==w){H.result=G;if(G===false){H.preventDefault();H.stopPropagation();}}if(H.isImmediatePropagationStopped()){break;}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[r]){return H;}var G=H;H=m.Event(G);for(var I=this.props.length,J;I;){J=this.props[--I];H[J]=G[J];}if(!H.target){H.target=H.srcElement||document;}if(H.target.nodeType==3){H.target=H.target.parentNode;}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement;}if(H.pageX==null&&H.clientX!=null){var F=document.documentElement,E=document.body;H.pageX=H.clientX+(F&&F.scrollLeft||E&&E.scrollLeft||0)-(F.clientLeft||0);H.pageY=H.clientY+(F&&F.scrollTop||E&&E.scrollTop||0)-(F.clientTop||0);}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode;}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey;}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)));}return H;},proxy:function(E,F){F=F||function(){return E.apply(this,arguments);};F.guid=E.guid=E.guid||F.guid||this.guid++;return F;},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(F,E){m.event.add(this,E[0],D);},teardown:function(E){if(E.length){var G=0,F=RegExp("(^|\\.)"+E[0]+"(\\.|$)");m.each((m.data(this,"events").live||{}),function(){if(F.test(this.type)){G++;}});if(G<1){m.event.remove(this,E[0],D);}}}}}};m.Event=function(E){if(!this.preventDefault){return new m.Event(E);}if(E&&E.type){this.originalEvent=E;this.type=E.type;}else{this.type=E;}this.timeStamp=a();this[r]=true;};function d(){return false;}function l(){return true;}m.Event.prototype={preventDefault:function(){this.isDefaultPrevented=l;var E=this.originalEvent;if(!E){return;}if(E.preventDefault){E.preventDefault();}E.returnValue=false;},stopPropagation:function(){this.isPropagationStopped=l;var E=this.originalEvent;if(!E){return;}if(E.stopPropagation){E.stopPropagation();}E.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=l;this.stopPropagation();},isDefaultPrevented:d,isPropagationStopped:d,isImmediatePropagationStopped:d};var c=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode;}catch(G){E=this;}}if(E!=this){F.type=F.data;m.event.handle.apply(this,arguments);}};m.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){m.event.special[E]={setup:function(){m.event.add(this,F,c,E);},teardown:function(){m.event.remove(this,F,c);}};});m.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){m.event.add(this,F,E||G,E&&G);});},one:function(G,H,E){var F=m.event.proxy(E||H,function(I){m(this).unbind(I,F);return(E||H).apply(this,arguments);});return this.each(function(){m.event.add(this,G,F,E&&H);});},unbind:function(F,E){return this.each(function(){m.event.remove(this,F,E);});},trigger:function(E,F){return this.each(function(){m.event.trigger(E,F,this);});},triggerHandler:function(F,G){if(this[0]){var E=m.Event(F);E.preventDefault();E.stopPropagation();m.event.trigger(E,G,this[0]);return E.result;}},toggle:function(E){var F=arguments,G=1;while(G<F.length){m.event.proxy(E,F[G++]);}return this.click(m.event.proxy(E,function(H){this.lastToggle=(this.lastToggle||0)%G;H.preventDefault();return F[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(F,E){return this.mouseenter(F).mouseleave(E);},ready:function(E){B();if(m.isReady){E.call(document,m);}else{m.readyList.push(E);}return this;},live:function(F,E){var G=m.event.proxy(E);G.guid+=this.selector+F;m(document).bind(p(F,this.selector),this.selector,G);return this;},die:function(F,E){m(document).unbind(p(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this;}});function D(E){var F=RegExp("(^|\\.)"+E.type+"(\\.|$)"),G=true,H=[];m.each(m.data(this,"events").live||[],function(K,I){if(F.test(I.type)){var J=m(E.target).closest(I.data)[0];if(J){H.push({elem:J,fn:I});}}});H.sort(function(I,J){return m.data(I.elem,"closest")-m.data(J.elem,"closest");});m.each(H,function(){if(this.fn.call(this.elem,E,this.fn.data)===false){return(G=false);}});return G;}function p(E,F){return["live",E,F.replace(/\./g,"`").replace(/ /g,"|")].join(".");}m.extend({isReady:false,readyList:[],ready:function(){if(!m.isReady){m.isReady=true;if(m.readyList){m.each(m.readyList,function(){this.call(document,m);});m.readyList=null;}m(document).triggerHandler("ready");}}});var C=false;function B(){if(C){return;}C=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);m.ready();},false);}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);m.ready();}});if(document.documentElement.doScroll&&s==s.top){(function(){if(m.isReady){return;}try{document.documentElement.doScroll("left");}catch(E){setTimeout(arguments.callee,0);return;}m.ready();})();}}}m.event.add(s,"load",m.ready);}m.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){m.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E);};});m(s).bind("unload",function(){for(var E in m.cache){if(E!=1&&m.cache[E].handle){m.event.remove(m.cache[E].handle.elem);}}});(function(){m.support={};var F=document.documentElement,I=document.createElement("script"),E=document.createElement("div"),J="script"+(new Date).getTime();E.style.display="none";E.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var G=E.getElementsByTagName("*"),K=E.getElementsByTagName("a")[0];if(!G||!G.length||!K){return;}m.support={leadingWhitespace:E.firstChild.nodeType==3,tbody:!E.getElementsByTagName("tbody").length,objectAll:!!E.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!E.getElementsByTagName("link").length,style:/red/.test(K.getAttribute("style")),hrefNormalized:K.getAttribute("href")==="/a",opacity:K.style.opacity==="0.5",cssFloat:!!K.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};I.type="text/javascript";try{I.appendChild(document.createTextNode("window."+J+"=1;"));}catch(H){}F.insertBefore(I,F.firstChild);if(s[J]){m.support.scriptEval=true;delete s[J];}F.removeChild(I);if(E.attachEvent&&E.fireEvent){E.attachEvent("onclick",function(){m.support.noCloneEvent=false;E.detachEvent("onclick",arguments.callee);});E.cloneNode(true).fireEvent("onclick");}m(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);m.boxModel=m.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none";});})();var y=m.support.cssFloat?"cssFloat":"styleFloat";m.props={"for":"htmlFor","class":"className","float":y,cssFloat:y,styleFloat:y,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};m.fn.extend({_load:m.fn.load,load:function(H,E,K){if(typeof H!=="string"){return this._load(H);}var F=H.indexOf(" ");if(F>=0){var I=H.slice(F,H.length);H=H.slice(0,F);}var G="GET";if(E){if(m.isFunction(E)){K=E;E=null;}else{if(typeof E==="object"){E=m.param(E);G="POST";}}}var J=this;m.ajax({url:H,type:G,dataType:"html",data:E,complete:function(M,L){if(L=="success"||L=="notmodified"){J.html(I?m("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(I):M.responseText);}if(K){J.each(K,[M.responseText,L,M]);}}});return this;},serialize:function(){return m.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?m.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type));}).map(function(F,E){var G=m(this).val();return G==null?null:m.isArray(G)?m.map(G,function(I,H){return{name:E.name,value:I};}):{name:E.name,value:G};}).get();}});m.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(F,E){m.fn[E]=function(G){return this.bind(E,G);};});var k=a();m.extend({get:function(G,H,E,F){if(m.isFunction(H)){E=H;H=null;}return m.ajax({type:"GET",url:G,data:H,success:E,dataType:F});},getScript:function(E,F){return m.get(E,null,F,"script");},getJSON:function(F,G,E){return m.get(F,G,E,"json");},post:function(G,H,E,F){if(m.isFunction(H)){E=H;H={};}return m.ajax({type:"POST",url:G,data:H,success:E,dataType:F});},ajaxSetup:function(E){m.extend(m.ajaxSettings,E);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return s.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(K){K=m.extend(true,K,m.extend(true,{},m.ajaxSettings,K));var F,O=/=\?(&|$)/g,L,M,G=K.type.toUpperCase();if(K.data&&K.processData&&typeof K.data!=="string"){K.data=m.param(K.data);}if(K.dataType=="jsonp"){if(G=="GET"){if(!K.url.match(O)){K.url+=(K.url.match(/\?/)?"&":"?")+(K.jsonp||"callback")+"=?";}}else{if(!K.data||!K.data.match(O)){K.data=(K.data?K.data+"&":"")+(K.jsonp||"callback")+"=?";}}K.dataType="json";}if(K.dataType=="json"&&(K.data&&K.data.match(O)||K.url.match(O))){F="jsonp"+k++;if(K.data){K.data=(K.data+"").replace(O,"="+F+"$1");}K.url=K.url.replace(O,"="+F+"$1");K.dataType="script";s[F]=function(X){M=X;P();S();s[F]=w;try{delete s[F];}catch(Y){}if(W){W.removeChild(U);}};}if(K.dataType=="script"&&K.cache==null){K.cache=false;}if(K.cache===false&&G=="GET"){var E=a();var J=K.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");K.url=J+((J==K.url)?(K.url.match(/\?/)?"&":"?")+"_="+E:"");}if(K.data&&G=="GET"){K.url+=(K.url.match(/\?/)?"&":"?")+K.data;K.data=null;}if(K.global&&!m.active++){m.event.trigger("ajaxStart");}var V=/^(\w+:)?\/\/([^\/?#]+)/.exec(K.url);if(K.dataType=="script"&&G=="GET"&&V&&(V[1]&&V[1]!=location.protocol||V[2]!=location.host)){var W=document.getElementsByTagName("head")[0];var U=document.createElement("script");U.src=K.url;if(K.scriptCharset){U.charset=K.scriptCharset;}if(!F){var I=false;U.onload=U.onreadystatechange=function(){if(!I&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){I=true;P();S();U.onload=U.onreadystatechange=null;W.removeChild(U);}};}W.appendChild(U);return w;}var T=false;var H=K.xhr();if(K.username){H.open(G,K.url,K.async,K.username,K.password);}else{H.open(G,K.url,K.async);}try{if(K.data){H.setRequestHeader("Content-Type",K.contentType);}if(K.ifModified){H.setRequestHeader("If-Modified-Since",m.lastModified[K.url]||"Thu, 01 Jan 1970 00:00:00 GMT");}H.setRequestHeader("X-Requested-With","XMLHttpRequest");H.setRequestHeader("Accept",K.dataType&&K.accepts[K.dataType]?K.accepts[K.dataType]+", */*":K.accepts._default);}catch(Q){}if(K.beforeSend&&K.beforeSend(H,K)===false){if(K.global&&!--m.active){m.event.trigger("ajaxStop");}H.abort();return false;}if(K.global){m.event.trigger("ajaxSend",[H,K]);}var R=function(X){if(H.readyState==0){if(N){clearInterval(N);N=null;if(K.global&&!--m.active){m.event.trigger("ajaxStop");}}}else{if(!T&&H&&(H.readyState==4||X=="timeout")){T=true;if(N){clearInterval(N);N=null;}L=X=="timeout"?"timeout":!m.httpSuccess(H)?"error":K.ifModified&&m.httpNotModified(H,K.url)?"notmodified":"success";if(L=="success"){try{M=m.httpData(H,K.dataType,K);}catch(Z){L="parsererror";}}if(L=="success"){var Y;try{Y=H.getResponseHeader("Last-Modified");}catch(Z){}if(K.ifModified&&Y){m.lastModified[K.url]=Y;}if(!F){P();}}else{m.handleError(K,H,L);}S();if(X){H.abort();}if(K.async){H=null;}}}};if(K.async){var N=setInterval(R,13);if(K.timeout>0){setTimeout(function(){if(H&&!T){R("timeout");}},K.timeout);}}try{H.send(K.data);}catch(Q){m.handleError(K,H,null,Q);}if(!K.async){R();}function P(){if(K.success){K.success(M,L);}if(K.global){m.event.trigger("ajaxSuccess",[H,K]);}}function S(){if(K.complete){K.complete(H,L);}if(K.global){m.event.trigger("ajaxComplete",[H,K]);}if(K.global&&!--m.active){m.event.trigger("ajaxStop");}}return H;},handleError:function(E,H,F,G){if(E.error){E.error(H,F,G);}if(E.global){m.event.trigger("ajaxError",[H,E,G]);}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223;}catch(E){}return false;},httpNotModified:function(H,F){try{var G=H.getResponseHeader("Last-Modified");return H.status==304||G==m.lastModified[F];}catch(E){}return false;},httpData:function(I,G,E){var H=I.getResponseHeader("content-type"),F=G=="xml"||!G&&H&&H.indexOf("xml")>=0,J=F?I.responseXML:I.responseText;if(F&&J.documentElement.tagName=="parsererror"){throw"parsererror";}if(E&&E.dataFilter){J=E.dataFilter(J,G);}if(typeof J==="string"){if(G=="script"){m.globalEval(J);}if(G=="json"){J=s["eval"]("("+J+")");}}return J;},param:function(G){var E=[];function F(J,I){E[E.length]=encodeURIComponent(J)+"="+encodeURIComponent(I);}if(m.isArray(G)||G.jquery){m.each(G,function(){F(this.name,this.value);});}else{for(var H in G){if(m.isArray(G[H])){m.each(G[H],function(){F(H,this);});}else{F(H,m.isFunction(G[H])?G[H]():G[H]);}}}return E.join("&").replace(/%20/g,"+");}});var u={},b,i=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function v(F,G){var E={};m.each(i.concat.apply([],i.slice(0,G)),function(){E[this]=F;});return E;}m.fn.extend({show:function(H,L){if(H){return this.animate(v("show",3),H,L);}else{for(var E=0,F=this.length;E<F;E++){var I=m.data(this[E],"olddisplay");this[E].style.display=I||"";if(m.css(this[E],"display")==="none"){var G=this[E].tagName,J;if(u[G]){J=u[G];}else{var K=m("<"+G+" />").appendTo("body");J=K.css("display");if(J==="none"){J="block";}K.remove();u[G]=J;}m.data(this[E],"olddisplay",J);}}for(var E=0,F=this.length;E<F;E++){this[E].style.display=m.data(this[E],"olddisplay")||"";}return this;}},hide:function(F,I){if(F){return this.animate(v("hide",3),F,I);}else{for(var H=0,G=this.length;H<G;H++){var E=m.data(this[H],"olddisplay");if(!E&&E!=="none"){m.data(this[H],"olddisplay",m.css(this[H],"display"));}}for(var H=0,G=this.length;H<G;H++){this[H].style.display="none";}return this;}},_toggle:m.fn.toggle,toggle:function(E,F){var G=typeof E==="boolean";return m.isFunction(E)&&m.isFunction(F)?this._toggle.apply(this,arguments):E==null||G?this.each(function(){var H=G?E:m(this).is(":hidden");m(this)[H?"show":"hide"]();}):this.animate(v("toggle",3),E,F);},fadeTo:function(F,E,G){return this.animate({opacity:E},F,G);},animate:function(I,G,E,F){var H=m.speed(G,E,F);return this[H.queue===false?"each":"queue"](function(){var M=m.extend({},H),L,J=this.nodeType==1&&m(this).is(":hidden"),K=this;for(L in I){if(I[L]=="hide"&&J||I[L]=="show"&&!J){return M.complete.call(this);}if((L=="height"||L=="width")&&this.style){M.display=m.css(this,"display");M.overflow=this.style.overflow;}}if(M.overflow!=null){this.style.overflow="hidden";}M.curAnim=m.extend({},I);m.each(I,function(N,T){var S=new m.fx(K,M,N);if(/toggle|show|hide/.test(T)){S[T=="toggle"?J?"show":"hide":T](I);}else{var R=T.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),P=S.cur(true)||0;if(R){var Q=parseFloat(R[2]),O=R[3]||"px";if(O!="px"){K.style[N]=(Q||1)+O;P=((Q||1)/S.cur(true))*P;K.style[N]=P+O;}if(R[1]){Q=((R[1]=="-="?-1:1)*Q)+P;}S.custom(P,Q,O);}else{S.custom(P,T,"");}}});return true;});},stop:function(E,G){var F=m.timers;if(E){this.queue([]);}this.each(function(){for(var H=F.length-1;H>=0;H--){if(F[H].elem==this){if(G){F[H](true);}F.splice(H,1);}}});if(!G){this.dequeue();}return this;}});m.each({slideDown:v("show",1),slideUp:v("hide",1),slideToggle:v("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(F,E){m.fn[F]=function(G,H){return this.animate(E,G,H);};});m.extend({speed:function(G,F,E){var H=typeof G==="object"?G:{complete:E||!E&&F||m.isFunction(G)&&G,duration:G,easing:E&&F||F&&!m.isFunction(F)&&F};H.duration=m.fx.off?0:typeof H.duration==="number"?H.duration:m.fx.speeds[H.duration]||m.fx.speeds._default;H.old=H.complete;H.complete=function(){if(H.queue!==false){m(this).dequeue();}if(m.isFunction(H.old)){H.old.call(this);}};return H;},easing:{linear:function(G,E,H,F){return H+F*G;},swing:function(G,E,H,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+H;}},timers:[],fx:function(E,F,G){this.options=F;this.elem=E;this.prop=G;if(!F.orig){F.orig={};}}});m.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);}(m.fx.step[this.prop]||m.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block";}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}var E=parseFloat(m.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(m.curCSS(this.elem,this.prop))||0;},custom:function(E,F,G){this.startTime=a();this.start=E;this.end=F;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var H=this;function I(J){return H.step(J);}I.elem=this.elem;if(I()&&m.timers.push(I)&&!b){b=setInterval(function(){var J=m.timers;for(var K=0;K<J.length;K++){if(!J[K]()){J.splice(K--,1);}}if(!J.length){clearInterval(b);b=w;}},13);}},show:function(){this.options.orig[this.prop]=m.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());m(this.elem).show();},hide:function(){this.options.orig[this.prop]=m.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(I){var G=a();if(I||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var H in this.options.curAnim){if(this.options.curAnim[H]!==true){E=false;}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(m.css(this.elem,"display")=="none"){this.elem.style.display="block";}}if(this.options.hide){m(this.elem).hide();}if(this.options.hide||this.options.show){for(var J in this.options.curAnim){m.attr(this.elem.style,J,this.options.orig[J]);}}this.options.complete.call(this.elem);}return false;}else{var F=G-this.startTime;this.state=F/this.options.duration;this.pos=m.easing[this.options.easing||(m.easing.swing?"swing":"linear")](this.state,F,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}return true;}};m.extend(m.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){m.attr(E.elem.style,"opacity",E.now);},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit;}else{E.elem[E.prop]=E.now;}}}});if(document.documentElement.getBoundingClientRect){m.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return m.offset.bodyOffset(this[0]);}var E=this[0].getBoundingClientRect(),I=this[0].ownerDocument,L=I.body,J=I.documentElement,K=J.clientTop||L.clientTop||0,F=J.clientLeft||L.clientLeft||0,G=E.top+(self.pageYOffset||m.boxModel&&J.scrollTop||L.scrollTop)-K,H=E.left+(self.pageXOffset||m.boxModel&&J.scrollLeft||L.scrollLeft)-F;return{top:G,left:H};};}else{m.fn.offset=function(){if(!this[0]){return{top:0,left:0};}if(this[0]===this[0].ownerDocument.body){return m.offset.bodyOffset(this[0]);}m.offset.initialized||m.offset.initialize();var O=this[0],N=O.offsetParent,F=O,K=O.ownerDocument,E,L=K.documentElement,M=K.body,I=K.defaultView,J=I.getComputedStyle(O,null),G=O.offsetTop,H=O.offsetLeft;while((O=O.parentNode)&&O!==M&&O!==L){E=I.getComputedStyle(O,null);G-=O.scrollTop,H-=O.scrollLeft;if(O===N){G+=O.offsetTop,H+=O.offsetLeft;if(m.offset.doesNotAddBorder&&!(m.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(O.tagName))){G+=parseInt(E.borderTopWidth,10)||0,H+=parseInt(E.borderLeftWidth,10)||0;}F=N,N=O.offsetParent;}if(m.offset.subtractsBorderForOverflowNotVisible&&E.overflow!=="visible"){G+=parseInt(E.borderTopWidth,10)||0,H+=parseInt(E.borderLeftWidth,10)||0;}J=E;}if(J.position==="relative"||J.position==="static"){G+=M.offsetTop,H+=M.offsetLeft;}if(J.position==="fixed"){G+=Math.max(L.scrollTop,M.scrollTop),H+=Math.max(L.scrollLeft,M.scrollLeft);}return{top:G,left:H};};}m.offset={initialize:function(){if(this.initialized){return;}var L=document.body,F=document.createElement("div"),N,I,E,M,J,G,K=L.style.marginTop,H='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';J={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(G in J){F.style[G]=J[G];}F.innerHTML=H;L.insertBefore(F,L.firstChild);N=F.firstChild,I=N.firstChild,M=N.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(I.offsetTop!==5);this.doesAddBorderForTableAndCells=(M.offsetTop===5);N.style.overflow="hidden",N.style.position="relative";this.subtractsBorderForOverflowNotVisible=(I.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=K;L.removeChild(F);this.initialized=true;},bodyOffset:function(E){m.offset.initialized||m.offset.initialize();var F=E.offsetTop,G=E.offsetLeft;if(m.offset.doesNotIncludeMarginInBodyOffset){F+=parseInt(m.curCSS(E,"marginTop",true),10)||0,G+=parseInt(m.curCSS(E,"marginLeft",true),10)||0;}return{top:F,left:G};}};m.fn.extend({position:function(){var H=0,F=0,I;if(this[0]){var J=this.offsetParent(),G=this.offset(),E=/^body|html$/i.test(J[0].tagName)?{top:0,left:0}:J.offset();G.top-=o(this,"marginTop");G.left-=o(this,"marginLeft");E.top+=o(J,"borderTopWidth");E.left+=o(J,"borderLeftWidth");I={top:G.top-E.top,left:G.left-E.left};}return I;},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&m.css(E,"position")=="static")){E=E.offsetParent;}return m(E);}});m.each(["Left","Top"],function(G,E){var F="scroll"+E;m.fn[F]=function(H){if(!this[0]){return null;}return H!==w?this.each(function(){this==s||this==document?s.scrollTo(!G?H:m(s).scrollLeft(),G?H:m(s).scrollTop()):this[F]=H;}):this[0]==s||this[0]==document?self[G?"pageYOffset":"pageXOffset"]||m.boxModel&&document.documentElement[F]||document.body[F]:this[0][F];};});m.each(["Height","Width"],function(H,F){var I=H?"Left":"Top",J=H?"Right":"Bottom",E=F.toLowerCase();m.fn["inner"+F]=function(){return this[0]?m.css(this[0],E,false,"padding"):null;};m.fn["outer"+F]=function(K){return this[0]?m.css(this[0],E,false,K?"margin":"border"):null;};var G=F.toLowerCase();m.fn[G]=function(K){return this[0]==s?document.compatMode=="CSS1Compat"&&document.documentElement["client"+F]||document.body["client"+F]:this[0]==document?Math.max(document.documentElement["client"+F],document.body["scroll"+F],document.documentElement["scroll"+F],document.body["offset"+F],document.documentElement["offset"+F]):K===w?(this.length?m.css(this[0],G):null):this.css(G,typeof K==="string"?K:K+"px");};});})();(function(c){c.effects=c.effects||{};c.extend(c.effects,{save:function(f,e){for(var g=0;g<e.length;g++){if(e[g]!==null){c.data(f[0],"ec.storage."+e[g],f[0].style[e[g]]);}}},restore:function(f,e){for(var g=0;g<e.length;g++){if(e[g]!==null){f.css(e[g],c.data(f[0],"ec.storage."+e[g]));}}},setMode:function(e,f){if(f=="toggle"){f=e.is(":hidden")?"show":"hide";}return f;},getBaseline:function(h,e){var g,f;switch(h[0]){case"top":g=0;break;case"middle":g=0.5;break;case"bottom":g=1;break;default:g=h[0]/e.height;}switch(h[1]){case"left":f=0;break;case"center":f=0.5;break;case"right":f=1;break;default:f=h[1]/e.width;}return{x:f,y:g};},createWrapper:function(f){if(f.parent().attr("id")=="fxWrapper"){return f;}var e={width:f.outerWidth({margin:true}),height:f.outerHeight({margin:true}),"float":f.css("float")};f.wrap('<div id="fxWrapper" style="font-size:100%;background:transparent;border:none;margin:0;padding:0"></div>');var h=f.parent();if(f.css("position")=="static"){h.css({position:"relative"});f.css({position:"relative"});}else{var i=parseInt(f.css("top"),10);if(isNaN(i)){i="auto";}var g=parseInt(f.css("left"),10);if(isNaN(g)){g="auto";}h.css({position:f.css("position"),top:i,left:g,zIndex:f.css("z-index")}).show();f.css({position:"relative",top:0,left:0});}h.css(e);return h;},removeWrapper:function(e){if(e.parent().attr("id")=="fxWrapper"){return e.parent().replaceWith(e);}return e;},setTransition:function(e,f,g,h){h=h||{};c.each(f,function(k,j){unit=e.cssUnit(j);if(unit[0]>0){h[j]=unit[0]*g+unit[1];}});return h;},animateClass:function(f,h,e,j){var i=(typeof e=="function"?e:(j?j:null));var g=(typeof e=="object"?e:null);return this.each(function(){var p={};var l=c(this);var q=l.attr("style")||"";if(typeof q=="object"){q=q.cssText;}if(f.toggle){l.hasClass(f.toggle)?f.remove=f.toggle:f.add=f.toggle;}var m=c.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(f.add){l.addClass(f.add);}if(f.remove){l.removeClass(f.remove);}var o=c.extend({},(document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle));if(f.add){l.removeClass(f.add);}if(f.remove){l.addClass(f.remove);}for(var k in o){if(typeof o[k]!="function"&&o[k]&&k.indexOf("Moz")==-1&&k.indexOf("length")==-1&&o[k]!=m[k]&&(k.match(/color/i)||(!k.match(/color/i)&&!isNaN(parseInt(o[k],10))))&&(m.position!="static"||(m.position=="static"&&!k.match(/left|top|bottom|right/)))){p[k]=o[k];}}l.animate(p,h,g,function(){if(typeof c(this).attr("style")=="object"){c(this).attr("style")["cssText"]="";c(this).attr("style")["cssText"]=q;}else{c(this).attr("style",q);}if(f.add){c(this).addClass(f.add);}if(f.remove){c(this).removeClass(f.remove);}if(i){i.apply(this,arguments);}});});}});c.fn.extend({_show:c.fn.show,_hide:c.fn.hide,__toggle:c.fn.toggle,_addClass:c.fn.addClass,_removeClass:c.fn.removeClass,_toggleClass:c.fn.toggleClass,effect:function(e,f,g,h){return c.effects[e]?c.effects[e].call(this,{method:e,options:f||{},duration:g,callback:h}):null;},show:function(){if(!arguments[0]||(arguments[0].constructor==Number||/(slow|normal|fast)/.test(arguments[0]))){return this._show.apply(this,arguments);}else{var e=arguments[1]||{};e.mode="show";return this.effect.apply(this,[arguments[0],e,arguments[2]||e.duration,arguments[3]||e.callback]);}},hide:function(){if(!arguments[0]||(arguments[0].constructor==Number||/(slow|normal|fast)/.test(arguments[0]))){return this._hide.apply(this,arguments);}else{var e=arguments[1]||{};e.mode="hide";return this.effect.apply(this,[arguments[0],e,arguments[2]||e.duration,arguments[3]||e.callback]);}},toggle:function(){if(!arguments[0]||(arguments[0].constructor==Number||/(slow|normal|fast)/.test(arguments[0]))||(arguments[0].constructor==Function)){return this.__toggle.apply(this,arguments);}else{var e=arguments[1]||{};e.mode="toggle";return this.effect.apply(this,[arguments[0],e,arguments[2]||e.duration,arguments[3]||e.callback]);}},addClass:function(g,f,e,h){return f?c.effects.animateClass.apply(this,[{add:g},f,e,h]):this._addClass(g);},removeClass:function(g,f,e,h){return f?c.effects.animateClass.apply(this,[{remove:g},f,e,h]):this._removeClass(g);},toggleClass:function(g,f,e,h){return f?c.effects.animateClass.apply(this,[{toggle:g},f,e,h]):this._toggleClass(g);},morph:function(h,f,g,e,i){return c.effects.animateClass.apply(this,[{add:f,remove:h},g,e,i]);},switchClass:function(){return this.morph.apply(this,arguments);},cssUnit:function(e){var f=this.css(e),g=[];c.each(["em","px","%","pt"],function(j,h){if(f.indexOf(h)>0){g=[parseFloat(f),h];}});return g;}});jQuery.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(e,f){jQuery.fx.step[f]=function(g){if(g.state==0){g.start=b(g.elem,f);g.end=a(g.end);}g.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((g.pos*(g.end[0]-g.start[0]))+g.start[0]),255),0),Math.max(Math.min(parseInt((g.pos*(g.end[1]-g.start[1]))+g.start[1]),255),0),Math.max(Math.min(parseInt((g.pos*(g.end[2]-g.start[2]))+g.start[2]),255),0)].join(",")+")";};});function a(f){var e;if(f&&f.constructor==Array&&f.length==3){return f;}if(e=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(f)){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3])];}if(e=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(f)){return[parseFloat(e[1])*2.55,parseFloat(e[2])*2.55,parseFloat(e[3])*2.55];}if(e=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(f)){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)];}if(e=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(f)){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)];}if(e=/rgba\(0, 0, 0, 0\)/.exec(f)){return d.transparent;}return d[jQuery.trim(f).toLowerCase()];}function b(e,g){var f;do{f=jQuery.curCSS(e,g);if(f!=""&&f!="transparent"||jQuery.nodeName(e,"body")){break;}g="backgroundColor";}while(e=e.parentNode);return a(f);}var d={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,g,h,i){return jQuery.easing[jQuery.easing.def](e,f,g,h,i);},easeInQuad:function(e,f,g,h,i){return h*(f/=i)*f+g;},easeOutQuad:function(e,f,g,h,i){return -h*(f/=i)*(f-2)+g;},easeInOutQuad:function(e,f,g,h,i){if((f/=i/2)<1){return h/2*f*f+g;}return -h/2*((--f)*(f-2)-1)+g;},easeInCubic:function(e,f,g,h,i){return h*(f/=i)*f*f+g;},easeOutCubic:function(e,f,g,h,i){return h*((f=f/i-1)*f*f+1)+g;},easeInOutCubic:function(e,f,g,h,i){if((f/=i/2)<1){return h/2*f*f*f+g;}return h/2*((f-=2)*f*f+2)+g;},easeInQuart:function(e,f,g,h,i){return h*(f/=i)*f*f*f+g;},easeOutQuart:function(e,f,g,h,i){return -h*((f=f/i-1)*f*f*f-1)+g;},easeInOutQuart:function(e,f,g,h,i){if((f/=i/2)<1){return h/2*f*f*f*f+g;}return -h/2*((f-=2)*f*f*f-2)+g;},easeInQuint:function(e,f,g,h,i){return h*(f/=i)*f*f*f*f+g;},easeOutQuint:function(e,f,g,h,i){return h*((f=f/i-1)*f*f*f*f+1)+g;},easeInOutQuint:function(e,f,g,h,i){if((f/=i/2)<1){return h/2*f*f*f*f*f+g;}return h/2*((f-=2)*f*f*f*f+2)+g;},easeInSine:function(e,f,g,h,i){return -h*Math.cos(f/i*(Math.PI/2))+h+g;},easeOutSine:function(e,f,g,h,i){return h*Math.sin(f/i*(Math.PI/2))+g;},easeInOutSine:function(e,f,g,h,i){return -h/2*(Math.cos(Math.PI*f/i)-1)+g;},easeInExpo:function(e,f,g,h,i){return(f==0)?g:h*Math.pow(2,10*(f/i-1))+g;},easeOutExpo:function(e,f,g,h,i){return(f==i)?g+h:h*(-Math.pow(2,-10*f/i)+1)+g;},easeInOutExpo:function(e,f,g,h,i){if(f==0){return g;}if(f==i){return g+h;}if((f/=i/2)<1){return h/2*Math.pow(2,10*(f-1))+g;}return h/2*(-Math.pow(2,-10*--f)+2)+g;},easeInCirc:function(e,f,g,h,i){return -h*(Math.sqrt(1-(f/=i)*f)-1)+g;},easeOutCirc:function(e,f,g,h,i){return h*Math.sqrt(1-(f=f/i-1)*f)+g;},easeInOutCirc:function(e,f,g,h,i){if((f/=i/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+g;}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+g;},easeInElastic:function(e,l,g,h,i){var k=1.70158;var j=0;var f=h;if(l==0){return g;}if((l/=i)==1){return g+h;}if(!j){j=i*0.3;}if(f<Math.abs(h)){f=h;var k=j/4;}else{var k=j/(2*Math.PI)*Math.asin(h/f);}return -(f*Math.pow(2,10*(l-=1))*Math.sin((l*i-k)*(2*Math.PI)/j))+g;},easeOutElastic:function(e,l,g,h,i){var k=1.70158;var j=0;var f=h;if(l==0){return g;}if((l/=i)==1){return g+h;}if(!j){j=i*0.3;}if(f<Math.abs(h)){f=h;var k=j/4;}else{var k=j/(2*Math.PI)*Math.asin(h/f);}return f*Math.pow(2,-10*l)*Math.sin((l*i-k)*(2*Math.PI)/j)+h+g;},easeInOutElastic:function(e,l,g,h,i){var k=1.70158;var j=0;var f=h;if(l==0){return g;}if((l/=i/2)==2){return g+h;}if(!j){j=i*(0.3*1.5);}if(f<Math.abs(h)){f=h;var k=j/4;}else{var k=j/(2*Math.PI)*Math.asin(h/f);}if(l<1){return -0.5*(f*Math.pow(2,10*(l-=1))*Math.sin((l*i-k)*(2*Math.PI)/j))+g;}return f*Math.pow(2,-10*(l-=1))*Math.sin((l*i-k)*(2*Math.PI)/j)*0.5+h+g;},easeInBack:function(e,f,g,h,i,j){if(j==undefined){j=1.70158;}return h*(f/=i)*f*((j+1)*f-j)+g;},easeOutBack:function(e,f,g,h,i,j){if(j==undefined){j=1.70158;}return h*((f=f/i-1)*f*((j+1)*f+j)+1)+g;},easeInOutBack:function(e,f,g,h,i,j){if(j==undefined){j=1.70158;}if((f/=i/2)<1){return h/2*(f*f*(((j*=(1.525))+1)*f-j))+g;}return h/2*((f-=2)*f*(((j*=(1.525))+1)*f+j)+2)+g;},easeInBounce:function(e,f,g,h,i){return h-jQuery.easing.easeOutBounce(e,i-f,0,h,i)+g;},easeOutBounce:function(e,f,g,h,i){if((f/=i)<(1/2.75)){return h*(7.5625*f*f)+g;}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+g;}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+g;}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+g;}}}},easeInOutBounce:function(e,f,g,h,i){if(f<i/2){return jQuery.easing.easeInBounce(e,f*2,0,h,i)*0.5+g;}return jQuery.easing.easeOutBounce(e,f*2-i,0,h,i)*0.5+h*0.5+g;}});})(jQuery);(function(a){a.effects.mytransfer=function(b){return this.queue(function(){var e=a(this),f=a(b.options.to),d=a(b.options.imgUrl),g=f.offset(),h={top:g.top,left:g.left,height:f.innerHeight(),width:f.innerWidth()},i=e.offset(),c=a('<div class="ui-effects-transfer"><img src="'+b.options.imgUrl+'" /></div>').appendTo(document.body).addClass(b.options.className).css({top:i.top,left:i.left,height:e.innerHeight(),width:e.innerWidth(),position:"absolute"}).animate(h,b.duration,b.options.easing,function(){c.remove();(b.callback&&b.callback.apply(e[0],arguments));e.dequeue();});});};})(jQuery);(function(a){a.fn.extend({_offset:a.fn.offset,offset:function(b){return b?this.setXY(b):this._offset();},setXY:function(b){return this.each(function(){var d=this;var e=false;if(a(d).css("display")=="none"){e=true;a(d).show();}var c=a(d).css("position");if(c=="static"){a(d).css("position","relative");c="relative";}var g=a(d).offset();if(g){var f={left:parseInt(a(d).css("left"),10),top:parseInt(a(d).css("top"),10)};if(isNaN(f.left)){f.left=(c=="relative")?0:d.offsetLeft;}if(isNaN(f.top)){f.top=(c=="relative")?0:d.offsetTop;}if(b.left||b.left===0){a(d).css("left",b.left-g.left+f.left+"px");}if(b.top||b.top===0){a(d).css("top",b.top-g.top+f.top+"px");}}if(e){a(d).hide();}});}});})(jQuery);(function(a){var c=(a.browser.msie?"paste":"input")+".mask";var b=(window.orientation!=undefined);a.mask={definitions:{"9":"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"}};a.fn.extend({caret:function(e,f){if(this.length==0){return;}if(typeof e=="number"){f=(typeof f=="number")?f:e;return this.each(function(){if(this.setSelectionRange){this.focus();this.setSelectionRange(e,f);}else{if(this.createTextRange){var g=this.createTextRange();g.collapse(true);g.moveEnd("character",f);g.moveStart("character",e);g.select();}}});}else{if(this[0].setSelectionRange){e=this[0].selectionStart;f=this[0].selectionEnd;}else{if(document.selection&&document.selection.createRange){var d=document.selection.createRange();e=0-d.duplicate().moveStart("character",-100000);f=e+d.text.length;}}return{begin:e,end:f};}},unmask:function(){return this.trigger("unmask");},mask:function(j,d){if(!j&&this.length>0){var f=a(this[0]);var g=f.data("tests");return a.map(f.data("buffer"),function(l,m){return g[m]?l:null;}).join("");}d=a.extend({placeholder:"_",completed:null},d);var k=a.mask.definitions;var g=[];var e=j.length;var i=null;var h=j.length;a.each(j.split(""),function(m,l){if(l=="?"){h--;e=m;}else{if(k[l]){g.push(new RegExp(k[l]));if(i==null){i=g.length-1;}}else{g.push(null);}}});return this.each(function(){var r=a(this);var m=a.map(j.split(""),function(x,y){if(x!="?"){return k[x]?d.placeholder:x;}});var n=false;var q=r.val();r.data("buffer",m).data("tests",g);function v(x){while(++x<=h&&!g[x]){}return x;}function t(x){while(!g[x]&&--x>=0){}for(var y=x;y<h;y++){if(g[y]){m[y]=d.placeholder;var z=v(y);if(z<h&&g[y].test(m[z])){m[y]=m[z];}else{break;}}}s();r.caret(Math.max(i,x));}function u(y){for(var A=y,z=d.placeholder;A<h;A++){if(g[A]){var B=v(A);var x=m[A];m[A]=z;if(B<h&&g[B].test(x)){z=x;}else{break;}}}}function l(y){var x=a(this).caret();var z=y.keyCode;n=(z<16||(z>16&&z<32)||(z>32&&z<41));if((x.begin-x.end)!=0&&(!n||z==8||z==46)){w(x.begin,x.end);}if(z==8||z==46||(b&&z==127)){t(x.begin+(z==46?0:-1));return false;}else{if(z==27){r.val(q);r.caret(0,p());return false;}}}function o(B){if(n){n=false;return(B.keyCode==8)?false:null;}B=B||window.event;var C=B.charCode||B.keyCode||B.which;var z=a(this).caret();if(B.ctrlKey||B.altKey||B.metaKey){return true;}else{if((C>=32&&C<=125)||C>186){var x=v(z.begin-1);if(x<h){var A=String.fromCharCode(C);if(g[x].test(A)){u(x);m[x]=A;s();var y=v(x);a(this).caret(y);if(d.completed&&y==h){d.completed.call(r);}}}}}return false;}function w(x,y){for(var z=x;z<y&&z<h;z++){if(g[z]){m[z]=d.placeholder;}}}function s(){return r.val(m.join("")).val();}function p(y){var z=r.val();var C=-1;for(var B=0,x=0;B<h;B++){if(g[B]){m[B]=d.placeholder;while(x++<z.length){var A=z.charAt(x-1);if(g[B].test(A)){m[B]=A;C=B;break;}}if(x>z.length){break;}}else{if(m[B]==z[x]&&B!=e){x++;C=B;}}}if(!y&&C+1<e){r.val("");w(0,h);}else{if(y||C+1>=e){s();if(!y){r.val(r.val().substring(0,C+1));}}}return(e?B:i);}if(!r.attr("readonly")){r.one("unmask",function(){r.unbind(".mask").removeData("buffer").removeData("tests");}).bind("focus.mask",function(){q=r.val();var x=p();s();setTimeout(function(){if(x==j.length){r.caret(0,x);}else{r.caret(x);}},0);}).bind("blur.mask",function(){p();if(r.val()!=q){r.change();}}).bind("keydown.mask",l).bind("keypress.mask",o).bind(c,function(){setTimeout(function(){r.caret(p(true));},0);});}p();});}});})(jQuery);(function(b){b.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(e,f){b.fx.step[f]=function(g){if(g.state==0){g.start=c(g.elem,f);g.end=a(g.end);}g.elem.style[f]="rgb("+[Math.max(Math.min(parseInt((g.pos*(g.end[0]-g.start[0]))+g.start[0]),255),0),Math.max(Math.min(parseInt((g.pos*(g.end[1]-g.start[1]))+g.start[1]),255),0),Math.max(Math.min(parseInt((g.pos*(g.end[2]-g.start[2]))+g.start[2]),255),0)].join(",")+")";};});function a(f){var e;if(f&&f.constructor==Array&&f.length==3){return f;}if(e=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(f)){return[parseInt(e[1]),parseInt(e[2]),parseInt(e[3])];}if(e=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(f)){return[parseFloat(e[1])*2.55,parseFloat(e[2])*2.55,parseFloat(e[3])*2.55];}if(e=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(f)){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)];}if(e=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(f)){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)];}if(e=/rgba\(0, 0, 0, 0\)/.exec(f)){return d.transparent;}return d[b.trim(f).toLowerCase()];}function c(e,g){var f;do{f=b.curCSS(e,g);if(f!=""&&f!="transparent"||b.nodeName(e,"body")){break;}g="backgroundColor";}while(e=e.parentNode);return a(f);}var d={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]};})(jQuery);(function(a){var c="Lite-1.0";a.fn.cycle=function(e){return this.each(function(){e=e||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=0;this.cyclePause=0;var h=a(this);var i=e.slideExpr?a(e.slideExpr,this):h.children();var l=i.get();if(l.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+l.length);}return;}var f=a.extend({},a.fn.cycle.defaults,e||{},a.metadata?h.metadata():a.meta?h.data():{});f.before=f.before?[f.before]:[];f.after=f.after?[f.after]:[];f.after.unshift(function(){f.busy=0;});var j=this.className;f.width=parseInt((j.match(/w:(\d+)/)||[])[1])||f.width;f.height=parseInt((j.match(/h:(\d+)/)||[])[1])||f.height;f.timeout=parseInt((j.match(/t:(\d+)/)||[])[1])||f.timeout;if(h.css("position")=="static"){h.css("position","relative");}if(f.width){h.width(f.width);}if(f.height&&f.height!="auto"){h.height(f.height);}var g=0;i.css({position:"absolute",top:0,left:0}).hide().each(function(m){a(this).css("z-index",l.length-m);});a(l[g]).css("opacity",1).show();if(a.browser.msie){l[g].style.removeAttribute("filter");}if(f.fit&&f.width){i.width(f.width);}if(f.fit&&f.height&&f.height!="auto"){i.height(f.height);}if(f.pause){h.hover(function(){this.cyclePause=1;},function(){this.cyclePause=0;});}a.fn.cycle.transitions.fade(h,i,f);i.each(function(){var m=a(this);this.cycleH=(f.fit&&f.height)?f.height:m.height();this.cycleW=(f.fit&&f.width)?f.width:m.width();});i.not(":eq("+g+")").css({opacity:0});if(f.cssFirst){a(i[g]).css(f.cssFirst);}if(f.timeout){if(f.speed.constructor==String){f.speed={slow:600,fast:200}[f.speed]||400;}if(!f.sync){f.speed=f.speed/2;}while((f.timeout-f.speed)<250){f.timeout+=f.speed;}}f.speedIn=f.speed;f.speedOut=f.speed;f.slideCount=l.length;f.currSlide=g;f.nextSlide=1;var k=i[g];if(f.before.length){f.before[0].apply(k,[k,k,f,true]);}if(f.after.length>1){f.after[1].apply(k,[k,k,f,true]);}if(f.click&&!f.next){f.next=f.click;}if(f.next){a(f.next).bind("click",function(){return b(l,f,f.rev?-1:1);});}if(f.prev){a(f.prev).bind("click",function(){return b(l,f,f.rev?1:-1);});}if(f.timeout){this.cycleTimeout=setTimeout(function(){d(l,f,0,!f.rev);},f.timeout+(f.delay||0));}});};function d(g,m,l,i){if(m.busy){return;}var j=g[0].parentNode,k=g[m.currSlide],e=g[m.nextSlide];if(j.cycleTimeout===0&&!l){return;}if(l||!j.cyclePause){if(m.before.length){a.each(m.before,function(p,n){n.apply(e,[k,e,m,i]);});}var f=function(){if(a.browser.msie){this.style.removeAttribute("filter");}a.each(m.after,function(p,n){n.apply(e,[k,e,m,i]);});};if(m.nextSlide!=m.currSlide){m.busy=1;a.fn.cycle.custom(k,e,m,f);}var h=(m.nextSlide+1)==g.length;m.nextSlide=h?0:m.nextSlide+1;m.currSlide=h?g.length-1:m.nextSlide-1;}if(m.timeout){j.cycleTimeout=setTimeout(function(){d(g,m,0,!m.rev);},m.timeout);}}function b(i,e,h){var f=i[0].parentNode,g=f.cycleTimeout;if(g){clearTimeout(g);f.cycleTimeout=0;}e.nextSlide=e.currSlide+h;if(e.nextSlide<0){e.nextSlide=i.length-1;}else{if(e.nextSlide>=i.length){e.nextSlide=0;}}d(i,e,1,h>=0);return false;}a.fn.cycle.custom=function(g,k,e,j){var f=a(g),i=a(k);i.css({opacity:0});var h=function(){i.animate({opacity:1},e.speedIn,e.easeIn,j);};f.animate({opacity:0},e.speedOut,e.easeOut,function(){f.css({display:"none"});if(!e.sync){h();}});if(e.sync){h();}};a.fn.cycle.transitions={fade:function(f,g,e){g.not(":eq(0)").css("opacity",0);e.before.push(function(){a(this).show();});}};a.fn.cycle.ver=function(){return c;};a.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null};})(jQuery);function setImageProtection(b,a){setProtection(selectProtected("img",b,a));}function setTextProtection(b,a){setProtection(selectProtected("div",b,a));}function setParagrafProtection(a){setProtection(selectProtected("p","",a));}function getEvents(){var a=new Array();a[a.length]="beforecopy";a[a.length]="beforecut";a[a.length]="contextmenu";a[a.length]="copy";a[a.length]="cut";a[a.length]="dblclick";a[a.length]="mousedown";a[a.length]="selectstart";return a;}function setProtectionW3C(b){var a=getEvents();for(var c=0;c<a.length;c++){b.addEventListener(a[c],haltW3C,false);}}function setProtectionMS(b){var a=getEvents();for(var c=0;c<a.length;c++){b.attachEvent("on"+a[c],haltMS);}}function setProtection(b){for(var a=0;a<b.length;a++){if(b[a].attachEvent){setProtectionMS(b[a]);}else{if(b[a].addEventListener){setProtectionW3C(b[a]);}else{b[a].onbeforecopy=halt;b[a].onbeforecut=halt;b[a].oncontextmenu=halt;b[a].oncopy=halt;b[a].oncut=halt;b[a].onmousedown=halt;b[a].ondblclick=halt;}}}}function selectProtected(d,b,g){if(d==""||d==null){throw new Error("'Tag' parameter value is null or empty");}if(b==null){b="";}if(g==null){g="";}var c=document.getElementsByTagName(d);var e=new Array();if(b!=""){for(var a=0;a<c.length;a++){if(c[a].id==b){e[e.length]=c[a];}}}if(g!=""){for(var a=0;a<c.length;a++){var f=c[a].className.split(" ");for(var h=0;h<c.length;h++){if(f[h]==g){e[e.length]=c[a];break;}}}}if(b==""&&g==""){e=c;}return e;}function halt(a){return false;}function haltW3C(a){a.stopPropagation();a.preventDefault();return false;}function haltMS(a){if(!a){a=window.event;}a.cancelBubble=true;a.returnValue=false;if(a.stopPropagation&&a.preventDefault){a.stopPropagation();a.preventDefault();}return false;}var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function ControlVersion(){var b;var a;var c;try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");b=a.GetVariable("$version");}catch(c){}if(!b){try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");b="WIN 6,0,21,0";a.AllowScriptAccess="always";b=a.GetVariable("$version");}catch(c){}}if(!b){try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");b=a.GetVariable("$version");}catch(c){}}if(!b){try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");b="WIN 3,0,18,0";}catch(c){}}if(!b){try{a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");b="WIN 2,0,0,11";}catch(c){b=-1;}}return b;}function GetSwfVer(){var e=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var c=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var g=navigator.plugins["Shockwave Flash"+c].description;var h=g.split(" ");var a=h[2].split(".");var d=a[0];var b=a[1];var f=h[3];if(f==""){f=h[4];}if(f[0]=="d"){f=f.substring(1);}else{if(f[0]=="r"){f=f.substring(1);if(f.indexOf("d")>0){f=f.substring(0,f.indexOf("d"));}}}var e=d+"."+b+"."+f;}}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1){e=4;}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1){e=3;}else{if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1){e=2;}else{if(isIE&&isWin&&!isOpera){e=ControlVersion();}}}}}return e;}function DetectFlashVer(a,f,b){versionStr=GetSwfVer();if(versionStr==-1){return false;}else{if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}var e=versionArray[0];var c=versionArray[1];var d=versionArray[2];if(e>parseFloat(a)){return true;}else{if(e==parseFloat(a)){if(c>parseFloat(f)){return true;}else{if(c==parseFloat(f)){if(d>=parseFloat(b)){return true;}}}}}return false;}}}function AC_AddExtension(b,a){if(b.indexOf("?")!=-1){return b.replace(/\?/,a+"?");}else{return b+a;}}function AC_Generateobj(e,a,d){var b="";if(isIE&&isWin&&!isOpera){b+="<object ";for(var c in e){b+=c+'="'+e[c]+'" ';}b+=">";for(var c in a){b+='<param name="'+c+'" value="'+a[c]+'" /> ';}b+="</object>";}else{b+="<embed ";for(var c in d){b+=c+'="'+d[c]+'" ';}b+="> </embed>";}document.write(b);}function AC_FL_RunContent(){var a=AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(a.objAttrs,a.params,a.embedAttrs);}function AC_SW_RunContent(){var a=AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(a.objAttrs,a.params,a.embedAttrs);}function AC_GetArgs(e,d,h,f,c){var b=new Object();b.embedAttrs=new Object();b.params=new Object();b.objAttrs=new Object();for(var a=0;a<e.length;a=a+2){var g=e[a].toLowerCase();switch(g){case"classid":break;case"pluginspage":b.embedAttrs[e[a]]=e[a+1];break;case"src":case"movie":e[a+1]=AC_AddExtension(e[a+1],d);b.embedAttrs.src=e[a+1];b.params[h]=e[a+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblclick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":b.objAttrs[e[a]]=e[a+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":b.embedAttrs[e[a]]=b.objAttrs[e[a]]=e[a+1];break;default:b.embedAttrs[e[a]]=b.params[e[a]]=e[a+1];}}b.objAttrs.classid=f;if(c){b.embedAttrs.type=c;}return b;}var swfobject=function(){var o="undefined",J="object",G="Shockwave Flash",h="ShockwaveFlash.ShockwaveFlash",r="application/x-shockwave-flash",A="SWFObjectExprInst",d="onreadystatechange",j=window,w=document,P=navigator,L=false,b=[p],s=[],k=[],x=[],H,U,R,O,Q=false,W=false,e,u,D=true,q=function(){var ad=typeof w.getElementById!=o&&typeof w.getElementsByTagName!=o&&typeof w.createElement!=o,ag=P.userAgent.toLowerCase(),ae=P.platform.toLowerCase(),ah=ae?/win/.test(ae):/win/.test(ag),X=ae?/mac/.test(ae):/mac/.test(ag),Y=/webkit/.test(ag)?parseFloat(ag.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ab=!+"\v1",af=[0,0,0],ac=null;if(typeof P.plugins!=o&&typeof P.plugins[G]==J){ac=P.plugins[G].description;if(ac&&!(typeof P.mimeTypes!=o&&P.mimeTypes[r]&&!P.mimeTypes[r].enabledPlugin)){L=true;ab=false;ac=ac.replace(/^.*\s+(\S+\s+\S+$)/,"$1");af[0]=parseInt(ac.replace(/^(.*)\..*$/,"$1"),10);af[1]=parseInt(ac.replace(/^.*\.(.*)\s.*$/,"$1"),10);af[2]=/[a-zA-Z]/.test(ac)?parseInt(ac.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0;}}else{if(typeof j.ActiveXObject!=o){try{var aa=new ActiveXObject(h);if(aa){ac=aa.GetVariable("$version");if(ac){ab=true;ac=ac.split(" ")[1].split(",");af=[parseInt(ac[0],10),parseInt(ac[1],10),parseInt(ac[2],10)];}}}catch(Z){}}}return{w3:ad,pv:af,wk:Y,ie:ab,win:ah,mac:X};}(),E=function(){if(!q.w3){return;}if((typeof w.readyState!=o&&w.readyState=="complete")||(typeof w.readyState==o&&(w.getElementsByTagName("body")[0]||w.body))){C();}if(!Q){if(typeof w.addEventListener!=o){w.addEventListener("DOMContentLoaded",C,false);}if(q.ie&&q.win){w.attachEvent(d,function(){if(w.readyState=="complete"){w.detachEvent(d,arguments.callee);C();}});if(j==top){(function(){if(Q){return;}try{w.documentElement.doScroll("left");}catch(X){setTimeout(arguments.callee,0);return;}C();})();}}if(q.wk){(function(){if(Q){return;}if(!/loaded|complete/.test(w.readyState)){setTimeout(arguments.callee,0);return;}C();})();}z(C);}}();function C(){if(Q){return;}try{var Y=w.getElementsByTagName("body")[0].appendChild(B("span"));Y.parentNode.removeChild(Y);}catch(aa){return;}Q=true;var X=b.length;for(var Z=0;Z<X;Z++){b[Z]();}}function c(X){if(Q){X();}else{b[b.length]=X;}}function z(X){if(typeof j.addEventListener!=o){j.addEventListener("load",X,false);}else{if(typeof w.addEventListener!=o){w.addEventListener("load",X,false);}else{if(typeof j.attachEvent!=o){f(j,"onload",X);}else{if(typeof j.onload=="function"){var Y=j.onload;j.onload=function(){Y();X();};}else{j.onload=X;}}}}}function p(){if(L){I();}else{M();}}function I(){var Z=w.getElementsByTagName("body")[0];var Y=B(J);Y.setAttribute("type",r);var aa=Z.appendChild(Y);if(aa){var X=0;(function(){if(typeof aa.GetVariable!=o){var ab=aa.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");q.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)];}}else{if(X<10){X++;setTimeout(arguments.callee,10);return;}}Z.removeChild(Y);aa=null;M();})();}else{M();}}function M(){var af=s.length;if(af>0){for(var ah=0;ah<af;ah++){var Y=s[ah].id;var ag=s[ah].callbackFn;var ae={success:false,id:Y};if(q.pv[0]>0){var X=g(Y);if(X){if(l(s[ah].swfVersion)&&!(q.wk&&q.wk<312)){V(Y,true);if(ag){ae.success=true;ae.ref=t(Y);ag(ae);}}else{if(s[ah].expressInstall&&K()){var Z={};Z.data=s[ah].expressInstall;Z.width=X.getAttribute("width")||"0";Z.height=X.getAttribute("height")||"0";if(X.getAttribute("class")){Z.styleclass=X.getAttribute("class");}if(X.getAttribute("align")){Z.align=X.getAttribute("align");}var ac={};var ab=X.getElementsByTagName("param");var ad=ab.length;for(var ai=0;ai<ad;ai++){if(ab[ai].getAttribute("name").toLowerCase()!="movie"){ac[ab[ai].getAttribute("name")]=ab[ai].getAttribute("value");}}a(Z,ac,Y,ag);}else{F(X);if(ag){ag(ae);}}}}}else{V(Y,true);if(ag){var aa=t(Y);if(aa&&typeof aa.SetVariable!=o){ae.success=true;ae.ref=aa;}ag(ae);}}}}}function t(aa){var X=null;var Z=g(aa);if(Z&&Z.nodeName=="OBJECT"){if(typeof Z.SetVariable!=o){X=Z;}else{var Y=Z.getElementsByTagName(J)[0];if(Y){X=Y;}}}return X;}function K(){return !W&&l("6.0.65")&&(q.win||q.mac)&&!(q.wk&&q.wk<312);}function a(ac,ab,ad,ae){W=true;R=ae||null;O={success:false,id:ad};var X=g(ad);if(X){if(X.nodeName=="OBJECT"){H=S(X);U=null;}else{H=X;U=ad;}ac.id=A;if(typeof ac.width==o||(!/%$/.test(ac.width)&&parseInt(ac.width,10)<310)){ac.width="310";}if(typeof ac.height==o||(!/%$/.test(ac.height)&&parseInt(ac.height,10)<137)){ac.height="137";}w.title=w.title.slice(0,47)+" - Flash Player Installation";var aa=q.ie&&q.win?"ActiveX":"PlugIn",Z="MMredirectURL="+j.location.toString().replace(/&/g,"%26")+"&MMplayerType="+aa+"&MMdoctitle="+w.title;if(typeof ab.flashvars!=o){ab.flashvars+="&"+Z;}else{ab.flashvars=Z;}if(q.ie&&q.win&&X.readyState!=4){var Y=B("div");ad+="SWFObjectNew";Y.setAttribute("id",ad);X.parentNode.insertBefore(Y,X);X.style.display="none";(function(){if(X.readyState==4){X.parentNode.removeChild(X);}else{setTimeout(arguments.callee,10);}})();}y(ac,ab,ad);}}function F(Y){if(q.ie&&q.win&&Y.readyState!=4){var X=B("div");Y.parentNode.insertBefore(X,Y);X.parentNode.replaceChild(S(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChild(Y);}else{setTimeout(arguments.callee,10);}})();}else{Y.parentNode.replaceChild(S(Y),Y);}}function S(ad){var ab=B("div");if(q.win&&q.ie){ab.innerHTML=ad.innerHTML;}else{var Z=ad.getElementsByTagName(J)[0];if(Z){var aa=Z.childNodes;if(aa){var X=aa.length;for(var Y=0;Y<X;Y++){if(!(aa[Y].nodeType==1&&aa[Y].nodeName=="PARAM")&&!(aa[Y].nodeType==8)){ab.appendChild(aa[Y].cloneNode(true));}}}}}return ab;}function y(ai,ac,Y){var ag,ad=g(Y);if(q.wk&&q.wk<312){return ag;}if(ad){if(typeof ai.id==o){ai.id=Y;}if(q.ie&&q.win){var Z="";for(var X in ai){if(ai[X]!=Object.prototype[X]){if(X.toLowerCase()=="data"){ac.movie=ai[X];}else{if(X.toLowerCase()=="styleclass"){Z+=' class="'+ai[X]+'"';}else{if(X.toLowerCase()!="classid"){Z+=" "+X+'="'+ai[X]+'"';}}}}}var ae="";for(var af in ac){if(ac[af]!=Object.prototype[af]){ae+='<param name="'+af+'" value="'+ac[af]+'" />';}}ad.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+Z+">"+ae+"</object>";k[k.length]=ai.id;ag=g(ai.id);}else{var ah=B(J);ah.setAttribute("type",r);for(var aa in ai){if(ai[aa]!=Object.prototype[aa]){if(aa.toLowerCase()=="styleclass"){ah.setAttribute("class",ai[aa]);}else{if(aa.toLowerCase()!="classid"){ah.setAttribute(aa,ai[aa]);}}}}for(var ab in ac){if(ac[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){N(ah,ab,ac[ab]);}}ad.parentNode.replaceChild(ah,ad);ag=ah;}}return ag;}function N(X,Z,Y){var aa=B("param");aa.setAttribute("name",Z);aa.setAttribute("value",Y);X.appendChild(aa);}function T(X){var Y=g(X);if(Y&&Y.nodeName=="OBJECT"){if(q.ie&&q.win){Y.style.display="none";(function(){if(Y.readyState==4){m(X);}else{setTimeout(arguments.callee,10);}})();}else{Y.parentNode.removeChild(Y);}}}function m(Y){var Z=g(Y);if(Z){for(var X in Z){if(typeof Z[X]=="function"){Z[X]=null;}}Z.parentNode.removeChild(Z);}}function g(Z){var X=null;try{X=w.getElementById(Z);}catch(Y){}return X;}function B(X){return w.createElement(X);}function f(Z,Y,X){Z.attachEvent(Y,X);x[x.length]=[Z,Y,X];}function l(Z){var Y=q.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false;}function i(ac,ab,Z,ad){if(q.ie&&q.mac){return;}var aa=w.getElementsByTagName("head")[0];if(!aa){return;}var X=(Z&&typeof Z=="string")?Z:"screen";if(ad){e=null;u=null;}if(!e||u!=X){var Y=B("style");Y.setAttribute("type","text/css");Y.setAttribute("media",X);e=aa.appendChild(Y);if(q.ie&&q.win&&typeof w.styleSheets!=o&&w.styleSheets.length>0){e=w.styleSheets[w.styleSheets.length-1];}u=X;}if(q.ie&&q.win){if(e&&typeof e.addRule==J){e.addRule(ac,ab);}}else{if(e&&typeof w.createTextNode!=o){e.appendChild(w.createTextNode(ac+" {"+ab+"}"));}}}function V(Z,X){if(!D){return;}var Y=X?"visible":"hidden";if(Q&&g(Z)){g(Z).style.visibility=Y;}else{i("#"+Z,"visibility:"+Y);}}function n(X){var Z=/[\\\"<>\.;]/;var Y=Z.exec(X)!=null;return Y&&typeof encodeURIComponent!=o?encodeURIComponent(X):X;}var v=function(){if(q.ie&&q.win){window.attachEvent("onunload",function(){var Y=x.length;for(var Z=0;Z<Y;Z++){x[Z][0].detachEvent(x[Z][1],x[Z][2]);}var X=k.length;for(var aa=0;aa<X;aa++){T(k[aa]);}for(var ab in q){q[ab]=null;}q=null;for(var ac in swfobject){swfobject[ac]=null;}swfobject=null;});}}();return{registerObject:function(ab,Z,aa,Y){if(q.w3&&ab&&Z){var X={};X.id=ab;X.swfVersion=Z;X.expressInstall=aa;X.callbackFn=Y;s[s.length]=X;V(ab,false);}else{if(Y){Y({success:false,id:ab});}}},getObjectById:function(X){if(q.w3){return t(X);}},embedSWF:function(ac,ad,ae,af,aa,ah,X,Y,Z,ag){var ab={success:false,id:ad};if(q.w3&&!(q.wk&&q.wk<312)&&ac&&ad&&ae&&af&&aa){V(ad,false);c(function(){ae+="";af+="";var aj={};if(Z&&typeof Z===J){for(var ak in Z){aj[ak]=Z[ak];}}aj.data=ac;aj.width=ae;aj.height=af;var an={};if(Y&&typeof Y===J){for(var al in Y){an[al]=Y[al];}}if(X&&typeof X===J){for(var am in X){if(typeof an.flashvars!=o){an.flashvars+="&"+am+"="+X[am];}else{an.flashvars=am+"="+X[am];}}}if(l(aa)){var ai=y(aj,an,ad);if(aj.id==ad){V(ad,true);}ab.success=true;ab.ref=ai;}else{if(ah&&K()){aj.data=ah;a(aj,an,ad,ag);return;}else{V(ad,true);}}if(ag){ag(ab);}});}else{if(ag){ag(ab);}}},switchOffAutoHideShow:function(){D=false;},ua:q,getFlashPlayerVersion:function(){return{major:q.pv[0],minor:q.pv[1],release:q.pv[2]};},hasFlashPlayerVersion:l,createSWF:function(Z,X,Y){if(q.w3){return y(Z,X,Y);}else{return undefined;}},showExpressInstall:function(Z,aa,Y,X){if(q.w3&&K()){a(Z,aa,Y,X);}},removeSWF:function(X){if(q.w3){T(X);}},createCSS:function(aa,X,Z,Y){if(q.w3){i(aa,X,Z,Y);}},addDomLoadEvent:c,addLoadEvent:z,getQueryParamValue:function(Y){var aa=w.location.search||w.location.hash;if(aa){if(/\?/.test(aa)){aa=aa.split("?")[1];}if(Y==null){return n(aa);}var X=aa.split("&");for(var Z=0;Z<X.length;Z++){if(X[Z].substring(0,X[Z].indexOf("="))==Y){return n(X[Z].substring((X[Z].indexOf("=")+1)));}}}return"";},expressInstallCallback:function(){if(W){var X=g(A);if(X&&H){X.parentNode.replaceChild(H,X);if(U){V(U,true);if(q.ie&&q.win){H.style.display="block";}}if(R){R(O);}}W=false;}}};}();function checkXML(d){var d='<?xml version="1.0"?><root>'+d+"</root>";if(window.DOMParser){var a=new DOMParser();try{var b=a.parseFromString(d,"text/xml").documentElement;}catch(c){return 0;}if(b.tagName=="parsererror"){return 0;}if(b.firstChild!=null){if(b.firstChild.toString()=="[object HTMLElement]"){return 0;}}}else{if(window.ActiveXObject){try{var e=new ActiveXObject("Microsoft.XMLDOM");}catch(c){return -1;}e.async=false;e.validateOnParse=false;if(false===e.loadXML(d)){return 0;}}else{return -1;}}return 1;}function ExitEdit(a){location.href="/ContentAdmin/Exit/"+a;}function OpenEditor(d,c,e,a){if(d==null||$(d).length<1){return;}SetEditorBackground();var b=new FCKeditor("HtmlEdit");b.BasePath="/fckeditor/";b.Value=(a==null?(c==null?"":$(c).html()):a);b.Width="100%";b.Height=c==null?410:$(c).attr("offsetHeight");if(b.Height<400){b.Height=400;}var f=c!=null?"":'<div class="editor-div-header">'+fckHeader+'<br/><input name="Header" type="text" style="width:300px;" value="'+(e==null?"":e)+'" /></div>';$(d).html(f+b.CreateHtml()+'<div class="editor-div-btns"><input type="image" alt="'+applyBtnText+'" src="/Content/img/apply-btn.png" id="SubmitEditorOK" value="'+applyBtnText+'" /><input id="SubmitCancel" alt="'+cancelBtnText+'" type="image" src="/Content/img/cancel-btn.png" value="'+cancelBtnText+'" onclick="window.location.reload(); return false;" /></div>');hideSelectBoxes();hideFlash();}function OpenTopPromoEditor(a){OpenEditor(a,null,$("#top-article-header p a").html(),$("#TopPromo").html());}function SetEditorBackground(){var b=$('<div id="fon"></div>');b.appendTo(document.body);var a=document.getElementById("footer");if($("#fon").length<1||a==null){return;}$("#fon").css("display","block");$("#fon").css("height",a.offsetTop+a.offsetHeight);$("#fon").css("width",document.body.scrollWidth);}function showSelectBoxes(){var a=document.getElementsByTagName("select");for(i=0;i!=a.length;i++){a[i].style.visibility="visible";}}function hideSelectBoxes(){var a=document.getElementsByTagName("select");for(i=0;i!=a.length;i++){a[i].style.visibility="hidden";}}function showFlash(){var a=document.getElementsByTagName("object");for(i=0;i!=a.length;i++){a[i].style.visibility="visible";}var b=document.getElementsByTagName("embeds");for(i=0;i!=b.length;i++){b[i].style.visibility="visible";}}function hideFlash(){var a=document.getElementsByTagName("object");for(i=0;i!=a.length;i++){a[i].style.display="none";}var b=document.getElementsByTagName("embeds");for(i=0;i!=b.length;i++){b[i].style.display="none";}}function OnChangeAllPromoCheckBox(){var b=$("tr.pr-tr td input[type=checkbox]");var a=$(".pr-header td input[type=checkbox]").attr("checked");if(a){b.each(function(){if(!$(this).attr("checked")){$.post("/ChangeAdvantageousOffer",{Item:$(this).attr("id"),ItemInfo:true});$(this).attr("checked","checked");}});}else{b.each(function(){if($(this).attr("checked")){$.post("/ChangeAdvantageousOffer",{Item:$(this).attr("id"),ItemInfo:false});$(this).removeAttr("checked");}});}}function ChangeAdvantageousOffer(a){if($(a).length!=1){return;}$.post("/ChangeAdvantageousOffer",{Item:a.replace(/#/,""),ItemInfo:$(a).attr("checked")});}function ChangePriceListGenerationMode(a){$.post("/ChangePriceListGenerationMode",{value:a.checked});}$(document).ready(function(){setTextProtection("","protected");setImageProtection("","protected");if($.browser.msie&&$.browser.version=="6.0"){$(".popup-holder a").hover(function(){$(this).parent(".popup-holder").css("position","relative");$(this).addClass("hover");},function(){$(this).removeClass("hover");$(this).parent(".popup-holder").css("position","static");});}$("#slide-shops").cycle({delay:500,speed:800});$("#slide-delivery-banner").cycle({delay:500,speed:800});});$("#search-input").ready(function(){var e=document.getElementById("searchform");if(e&&e.Query){var g=e.Query;var a=navigator;var d=location;var c=function(){if(g.value==""){g.style.background="url(/Content/img/nomer7mark.png) left no-repeat";}};var e=function(){g.style.background="";};g.onfocus=e;g.onblur=c;if(!/[&?]q=[^&]/.test(d.search)){c();}}});$("#question").ready(function(){$("#question li:first").hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});});function GetPrintHtml(a){printOrderWnd=open("","displayWindow","status=no,menubar=no");printOrderWnd.document.open();printOrderWnd.document.write('<html><head><title>Print version</title><link	href="/Content/css/print.order.styles.css" rel="stylesheet" type="text/css" /></head><body>');printOrderWnd.document.write($("#printPage").html()+"</body></html>");printOrderWnd.document.close();$(printOrderWnd.document).find("input.print-btn").show();$(printOrderWnd.document).find(".printversion-link,.home-link").hide();}function ShowAjaxLoading(b,a){$(b).load(a);}function OrderTabClick(a){$("#OrderDiv").load("/Order/"+a,function(){$("#orderbanner").load("/UpdateOrderBanner/"+a);});}function AJAXLnk(a,b){if($("#"+a).length==1){$("#"+a).show();}AsyncRequest(b,"#basket",a);}function ItemFullViewAddBasket(b,a){$("#notification").hide();tail=$("#CodeSelect").length==0?0:$("#CodeSelect").val();if(tail==-1){$("#Select_Code_Notifier").css("visibility","visible");return false;}else{$("#Select_Code_Notifier").css("visibility","hidden");}AsyncRequest(b+"/"+tail,"#basket",a);$("#notification").show();}function AsyncRequest(b,c,a){try{b=b.replace(/ /g,"%20");$(c).load(b,function(){TransferMerchToBasket(a);});}catch(d){}}function TransferMerchToBasket(b){if(b==null){return;}var a="#pic_"+b;var c=$(a).attr("src");$(a).effect("mytransfer",{to:"#basketImg",imgUrl:GetUrlWithEscapedQuotes(c)},1000);}function GetUrlWithEscapedQuotes(a){return a==null?"":a.replace(/\'/g,"\\'");}function ChangeRegion(c,b){var a=$(c+" option:selected").val();$.post("/ChangeRegion",{RegionsSelect:a},function(){if(b!=null&&b!=-1&&$("#deliveryDiv").length==1){$("#deliveryDiv").load("/UpdateDeliveryInfo/"+b);$("#regInfo b").text($(c+" option:selected").text());}if($("div.change-regions-div").length==1){ShowAjaxLoading("#OrderDiv","/Order/RegionsDeliveryPage");}});}function ChangeDelivLabel(a){var b=$("#delivLabel");if(b.length==0){return;}if($("#RS1 option:selected").val()==a){b.show();}else{b.hide();}}function ChangeRegionByLink(a){$.post("/ChangeRegion",{RegionsSelect:a},function(){$("#RS1 option[value="+a+"]").attr("selected","selected");ShowAjaxLoading("#OrderDiv","/Order/RegionsDeliveryPage");});}function ChangeRegionOnItemPage(a,b,c){$.post("/ChangeRegion",{RegionsSelect:a},function(){if(b!=null&&b!=-1&&$("#deliveryDiv").length==1){$("#deliveryDiv").load("/UpdateDeliveryInfo/"+b);}$("#RS1 option[value="+a+"]").attr("selected","selected");$("#regInfo b").text($("#RS1 option:selected").text());CloseRegionSelectList();ChangeDelivLabel(c);});}function ShowSendEmailForm(){$("#sendToFriendBalloon").fadeIn(1000);$("#RS2").css("visibility","hidden");if($.browser.msie&&$.browser.version=="6.0"){$("#regInfo").css("position","static");}}function CloseSendEmailForm(){$("#sendToFriendBalloon").fadeOut(800);$("#RS2").css("visibility","visible");if($.browser.msie&&$.browser.version=="6.0"){$("#regInfo").css("position","relative");}}function OrganizeFaqTabs(){HideFaqTabs();$("table.faq-items tr:first-child").addClass("active");$("table.faq-items tr:first-child td.img img").attr("src","/Content/img/faq-collapse.png");$("#_"+$("table.faq-items tr:first-child").attr("id")).show();$("table.faq-items tr td ul li").addClass("expand");}function HideFaqTabs(){$("table.faq-items tr.active td.img img").attr("src","/Content/img/faq-expand.png");$("table.faq-items tr.active").removeClass("active");$('table.faq-items tr[id^="_"]').hide();SetFaqLastTrSpecifyClass("last");}function ShowFaqTab(a){HideFaqTabs();$("#"+a).addClass("active");$("#"+a+" td.img img").attr("src","/Content/img/faq-collapse.png");$("#_"+a).show();SetFaqLastTrSpecifyClass("last");}function SetFaqLastTrSpecifyClass(a){var b=$("table.faq-items tr:last-child").attr("id").replace(/_/,"");$("#"+b+" td").addClass(a);}function ShowSendQuestionForm(){$("div.send-email-div").show();location.href="#sendQuestion";return false;}function ShowProblemEmailForm(){var a=$(".problems-block").offset().left-186;var b=$(".problems-block").offset().top+60;$("#sendProblem").offset({left:a,top:b});$("#sendProblem").show("slow");location.href="#sendQuestion";}function CheckQiwiId(){if($("#QIWI_ACCOUNT").val().match(/^\(\d{3}\)\d{3}-\d{2}-\d{2}$/i)!=null){$(".ptico-qiwi-div").removeClass("common").addClass("cool");}else{$(".ptico-qiwi-div").removeClass("cool").addClass("common");}}function OpenRegionSelectList(){$("div.change-regions-item-div").fadeIn(400);if($.browser.msie&&$.browser.version=="6.0"){$("#deliveryDiv").css("visibility","hidden");}}function CloseRegionSelectList(){if($.browser.msie&&$.browser.version=="6.0"){$("#deliveryDiv").css("visibility","visible");}$("div.change-regions-item-div").fadeOut(200);}function GetDataByINN(a){var b=a.match(/^\d{8,12}$/g);if(!b||b.length!=1){return;}$.post("/GetDataByINN",{inn:a},function(c){if($.browser.msie){$("#COMPANY_NAME").val($("company_name",c)[0].text);$("#NAME").val($("contacter",c)[0].text);$("#LEGAL_ADDRESS").val($("legal_address",c)[0].text);$("#DEFACTO_ADDRESS").val($("defacto_address",c)[0].text);$("#KPP").val($("kpp",c)[0].text);$("#OKPO").val($("okpo",c)[0].text);$("#OGRN").val($("ogrn",c)[0].text);$("#EMAIL").val($("email",c)[0].text);$("#PHONE").val($("tel",c)[0].text);$("#FAX").val($("fax",c)[0].text);}else{$("#COMPANY_NAME").val($("company_name",c)[0].textContent);$("#NAME").val($("contacter",c)[0].textContent);$("#LEGAL_ADDRESS").val($("legal_address",c)[0].textContent);$("#DEFACTO_ADDRESS").val($("defacto_address",c)[0].textContent);$("#KPP").val($("kpp",c)[0].textContent);$("#OKPO").val($("okpo",c)[0].textContent);$("#OGRN").val($("ogrn",c)[0].textContent);$("#EMAIL").val($("email",c)[0].textContent);$("#PHONE").val($("tel",c)[0].textContent);$("#FAX").val($("fax",c)[0].textContent);}},"xml");ClearJurFieldsAndErrors();}function ClearJurFieldsAndErrors(){$("#COMPANY_NAME").val("");$("#NAME").val("");$("#LEGAL_ADDRESS").val("");$("#DEFACTO_ADDRESS").val("");$("#KPP").val("");$("#OKPO").val("");$("#OGRN").val("");$("#EMAIL").val("");$("#PHONE").val("");$("#FAX").val("");$(".order-main-info label").removeClass("visible-block");$(".order-main-info input").removeClass("error");}function QiwiShowHide(a){if(a.checked&&a.value=="Qiwi"){$(".hideText").show();}else{$(".hideText").hide();}}