(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this};if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3])return o().find(E);var F=o(I||[]);F.context=document;F.selector=E;return F}}else return o(H).find(E)}else if(o.isFunction(E))return o(document).ready(E);if(E.selector&&E.context){this.selector=E.selector;this.context=E.context};return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else if(H)G.selector=this.selector+"."+H+"("+E+")";return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string")if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H};return this.each(function(I){for(F in E)o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0)F=g;return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null)return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F));var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8)E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])})});return E},wrapAll:function(E){if(this[0]){var F=o(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(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(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||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML};return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else return this.cloneNode(true)});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName)return;var I=o.data(H[F],"events");for(var K in I)for(var J in I[K])o.event.add(this,K,I[K][J],I[K][J].data);F++})};return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H};H=H.parentNode;F++}})},not:function(E){if(typeof E==="string")if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else E=o.multiFilter(E,this);var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option"))return(E.attributes.value||{}).specified?E.value:E.text;if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0)return null;for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H)return K;L.push(K)}};return L};return(E.value||"").replace(/\r/g,"")};return g};if(typeof K==="number")K+="";return this.each(function(){if(this.nodeType!=1)return;if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length)this.selectedIndex=-1}else this.value=K})},html:function(E){return E===g?(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(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H)for(var G=0,E=this.length;G<E;G++)L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I);if(F)o.each(F,z)};return this
function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn
function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else o.globalEval(F.text||F.textContent||F.innerHTML||"");if(F.parentNode)F.parentNode.removeChild(F)}
function e(){return +new Date()};o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2};if(typeof J!=="object"&&!o.isFunction(J))J={};if(I==H){J=this;--H};for(;H<I;H++)if((G=arguments[H])!=null)for(var F in G){var K=J[F],L=G[F];if(J===L)continue;if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else if(L!==g)J[F]=L};return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E)l.jQuery=y;return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else E.text=G;F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G)if(K.apply(G[E],F)===false)break}else for(;H<I;)if(K.apply(G[H++],F)===false)break}else if(I===g){for(E in G)if(K.call(G[E],E,G[E])===false)break}else for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]);return G},prop:function(H,I,G,F,E){if(o.isFunction(I))I=I.call(H,F);return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H))E.className+=(E.className?" ":"")+H})},remove:function(E,F){if(E.nodeType==1)E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]};I.call(H);for(var F in G)H.style[F]=E[F]},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border")return;o.each(K,function(){if(!E)L-=parseFloat(o.curCSS(H,"padding"+this,true))||0;if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0})};if(H.offsetWidth!==0){I()}else o.swap(H,G,I);return Math.max(0,Math.round(L))};return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L};if(F.match(/float/i))F=w;if(!G&&E&&E[F]){L=E[F]}else if(q.getComputedStyle){if(F.match(/float/i))F="float";F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M)L=M.getPropertyValue(F);if(F=="opacity"&&L=="")L="1"}else if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}};return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined")K=K.ownerDocument||K[0]&&K[0].ownerDocument||document;if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H)return[K.createElement(H[1])]};var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number")S+="";if(!S)return;if(typeof S==="string"){S=S.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 O=S.replace(/^\s+/,"").substring(0,10).toLowerCase(),Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--)L=L.lastChild;if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M)if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length)N[M].parentNode.removeChild(N[M])};if(!o.support.leadingWhitespace&&/^\s/.test(S))L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild);S=o.makeArray(L.childNodes)};if(S.nodeType){G.push(S)}else G=o.merge(G,S)});if(I){for(var J=0;G[J];J++)if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1)G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))));I.appendChild(G[J])};return E};return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8)return g;var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode)J.parentNode.selectedIndex;if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode)throw "type property can't be changed";J[G]=K};if(o.nodeName(J,"form")&&J.getAttributeNode(G))return J.getAttributeNode(G).nodeValue;if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g};return J[G]};if(!o.support.style&&H&&G=="style")return o.attr(J.style,"cssText",K);if(L)J.setAttribute(G,""+K);var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E};if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")};return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""};G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L)J[G]=K;return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else while(F)E[--F]=G[F]};return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++)if(H[E]===G)return E;return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null)if(G.nodeType!=8)H[I++]=G}else while((G=E[F++])!=null)H[I++]=G;return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K};return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++)if(!E!=!J(F[H],H))G.push(F[H]);return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null)F[F.length]=I};return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string")H=o.multiFilter(G,H);return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)};return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1)this.removeAttribute(E)},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean")E=!o.className.has(this,F);o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode)this.parentNode.removeChild(this)}},empty:function(){o(this).children().remove();while(this.firstChild)this.removeChild(this.firstChild)}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}})
function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0};var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H)H=F[h]=++v;if(E&&!o.cache[H])o.cache[H]={};if(G!==g)o.cache[H][E]=G;return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H])break;if(!E)o.removeData(F)}}else{try{delete F[h]}catch(G){if(F.removeAttribute)F.removeAttribute(h)};delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else if(H)G.push(H)};return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx")F=E[0];if(F!==g)F.call(H)}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length)F=o.data(this[0],E);return F===g&&H[1]?this.data(H[0]):F}else return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"};if(F===g)return o.queue(this[0],E);return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1)G[0].call(this)})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString,F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9)return[];if(!Y||typeof Y!=="string")return ab;var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}};if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y])Y+=Z.shift();af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else X=false;while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else ag=Z.pop();if(ag==null)ag=U;I.relative[ah](ai,ag,Q(U))}};if(!ai)ai=af;if(!ai)throw "Syntax error, unrecognized expression: "+(ah||Y);if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++)if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa])))ab.push(af[aa])}else for(var aa=0;ai[aa]!=null;aa++)if(ai[aa]&&ai[aa].nodeType===1)ab.push(af[aa])}else E(ai,ab);if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate)for(var aa=1;aa<ab.length;aa++)if(ab[aa]===ab[aa-1])ab.splice(aa--,1)}};return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa)return[];for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}};if(!Z)Z=T.getElementsByTagName("*");return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter)if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai)ai=[];if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else if(Y===true)continue};if(Y)for(var X=0;(af=aa[X])!=null;X++)if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else aa[X]=false}else if(ae){ai.push(af);T=true}};if(ah!==g){if(!ag)aa=ai;ad=ad.replace(I.match[ab],"");if(!T)return[];break}};if(ad==V)if(T==null){throw "Syntax error, unrecognized expression: "+ad}else break;V=ad};return aa};var I=F.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(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z)T=T.toUpperCase();for(var W=0,V=aa.length,U;W<V;W++)if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1);aa[W]=Y||U&&U.nodeName===T?U||false:U===T};if(Y)F.filter(T,aa,true)},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y)Z[V]=X?Y.parentNode:Y.parentNode===U};if(X)F.filter(U,Z,true)}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P};T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P};T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++)if(X[W].getAttribute("name")===V[1])U.push(X[W]);return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa)return W;for(var X=0,Y;(Y=U[X])!=null;X++)if(Y)if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V)T.push(Y)}else if(V)U[X]=false;return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++);return T[V]&&Q(T[V])?U[1]:U[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]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W])X[1]=I.attrMap[W];if(X[2]==="~=")X[4]=" "+X[4]+" ";return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V)T.push.apply(T,W);return false}}else if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0]))return true;return X},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(V,U,T){return !!F(T[3],V).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(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++)if(Y[W]===Z)return false;return true}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling)if(U.nodeType===1)return false;if(Z=="first")return true;U=T;case"last":while(U=U.nextSibling)if(U.nodeType===1)return false;return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0)return true;var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling)if(U.nodeType===1)U.nodeIndex=++X;ab.sizcache=Y};var aa=T.nodeIndex-ac;if(V==0){return aa==0}else return(aa%V==0&&aa/V>=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(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W)return W(X,V,U,Y)}}},M=I.match.POS;for(var O in I.match)I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source);var E=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(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++)U.push(X[V])}else for(var V=0;X[V];V++)U.push(X[V]);return U}};var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0)hasDuplicate=true;return V}}else if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0)hasDuplicate=true;return V}}else if(document.createRange)G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.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)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}};T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0)I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++)if(X[V].nodeType===1)W.push(X[V]);X=W};return X};T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#")I.attrHandle.href=function(U){return U.getAttribute("href",2)}})();if(document.querySelectorAll)(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0)return;F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X))try{return E(X.querySelectorAll(Y),V)}catch(Z){};return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.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;I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W)return V.getElementsByClassName(U[1])}})()
function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W};T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break};if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W};if(T.nodeName===Z){X=T;break};T=T[U]};ad[W]=X}}}
function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W};T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break};if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W};if(typeof Z!=="string"){if(T===Z){X=true;break}}else if(F.filter(Z,[T]).length>0){X=T;break}};T=T[U]};ad[W]=X}}};var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)},Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)},J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")};T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++)F(T,V[Z],W);return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U)V=":not("+V+")";return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1)T.push(W);W=W[U]};return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V])if(X.nodeType==1&&++U==T)break;return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling)if(V.nodeType==1&&V!=U)T.push(V);return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8)return;if(I.setInterval&&I!=l)I=l;if(!H.guid)H.guid=this.guid++;if(K!==g){var G=H;H=this.proxy(G);H.data=K};var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N])o.event.specialAll[N].setup.call(I,K,O);if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false)if(I.addEventListener){I.addEventListener(N,J,false)}else if(I.attachEvent)I.attachEvent("on"+N,J)};L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8)return;var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G)this.remove(K,I+(H||""))}else{if(H.type){J=H.handler;H=H.type};o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else for(var P in G[O])if(N.test(G[O][P].type))delete G[O][P];if(o.event.specialAll[O])o.event.specialAll[O].teardown.call(K,Q);for(F in G[O])break;if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false)if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else if(K.detachEvent)K.detachEvent("on"+O,o.data(K,"handle"));F=null;delete G[O]}}})};for(F in G)break;if(!F){var L=o.data(K,"handle");if(L)L.elem=null;o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true};if(!H){I.stopPropagation();if(this.global[G])o.each(o.cache,function(){if(this.events&&this.events[G])o.event.trigger(I,K,this.handle.elem)})};if(!H||H.nodeType==3||H.nodeType==8)return g;I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)};I.currentTarget=H;var J=o.data(H,"handle");if(J)J.apply(H,K);if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false)I.result=false;if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}};this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F)o.event.trigger(I,K,F,true)}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}};if(K.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[h])return H;var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[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 I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.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(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type))E++});if(E<1)o.event.remove(this,G[0],c)}}}}};o.Event=function(E){if(!this.preventDefault)return new o.Event(E);if(E&&E.type){this.originalEvent=E;this.type=E.type}else this.type=E;this.timeStamp=e();this[h]=true}
function k(){return false}
function u(){return true};o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E)return;if(E.preventDefault)E.preventDefault();E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E)return;if(E.stopPropagation)E.stopPropagation();E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=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;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length)o.event.proxy(G,E[F++]);return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else o.readyList.push(E);return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}})
function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K)F.push({elem:K,fn:J})}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false)return(G=false)});return G}
function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")};o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null};o(document).triggerHandler("ready")}}});var x=false
function B(){if(x)return;x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top)(function(){if(o.isReady)return;try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return};o.ready()})()};o.event.add(l,"load",o.ready)};o.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){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache)if(E!=1&&o.cache[E].handle)o.event.remove(o.cache[E].handle.elem)});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date()).getTime();K.style.display="none";K.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 H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E)return;o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){};F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]};F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")};o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string")return this._load(G);var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)};var H="GET";if(J)if(o.isFunction(J)){K=J;J=null}else if(typeof J==="object"){J=o.param(J);H="POST"};var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified")F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText);if(K)F.each(K,[M.responseText,L,M])}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.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(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null};return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}};return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.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(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string")M.data=o.param(M.data);if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F))M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}else if(!M.data||!M.data.match(F))M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?";M.dataType="json"};if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+ r++;if(M.data)M.data=(M.data+"").replace(F,"="+W+"$1");M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){};if(H)H.removeChild(T)}};if(M.dataType=="script"&&M.cache==null)M.cache=false;if(M.cache===false&&G=="GET"){var E=e(),U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")};if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null};if(M.global&&!o.active++)o.event.trigger("ajaxStart");var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0],T=document.createElement("script");T.src=M.url;if(M.scriptCharset)T.charset=M.scriptCharset;if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}};H.appendChild(T);return g};var K=false,J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else J.open(G,M.url,M.async);try{if(M.data)J.setRequestHeader("Content-Type",M.contentType);if(M.ifModified)J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT");J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){};if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active)o.event.trigger("ajaxStop");J.abort();return false};if(M.global)o.event.trigger("ajaxSend",[J,M]);var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active)o.event.trigger("ajaxStop")}}else if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null};R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success")try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"};if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){};if(M.ifModified&&Y)o.lastModified[M.url]=Y;if(!W)I()}else o.handleError(M,J,R);L();if(X)J.abort();if(M.async)J=null}};if(M.async){var P=setInterval(N,13);if(M.timeout>0)setTimeout(function(){if(J&&!K)N("timeout")},M.timeout)};try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)};if(!M.async)N()
function I(){if(M.success)M.success(V,R);if(M.global)o.event.trigger("ajaxSuccess",[J,M])}
function L(){if(M.complete)M.complete(J,R);if(M.global)o.event.trigger("ajaxComplete",[J,M]);if(M.global&&!--o.active)o.event.trigger("ajaxStop")};return J},handleError:function(F,H,E,G){if(F.error)F.error(H,E,G);if(F.global)o.event.trigger("ajaxError",[H,F,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(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){};return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror")throw "parsererror";if(G&&G.dataFilter)I=G.dataFilter(I,H);if(typeof I==="string"){if(H=="script")o.globalEval(I);if(H=="json")I=l["eval"]("("+I+")")};return I},param:function(E){var G=[]
function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)};if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else for(var F in E)if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else H(F,o.isFunction(E[F])?E[F]():E[F]);return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]]
function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G};o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none")K="block";I.remove();m[G]=K};o.data(this[H],"olddisplay",K)}};for(var H=0,F=this.length;H<F;H++)this[H].style.display=o.data(this[H],"olddisplay")||"";return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none")o.data(this[G],"olddisplay",o.css(this[G],"display"))};for(var G=0,F=this.length;G<F;G++)this[G].style.display="none";return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L)return K.complete.call(this);if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}};if(K.overflow!=null)this.style.overflow="hidden";K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P};if(Q[1])N=((Q[1]=="-="?-1:1)*N)+T;R.custom(T,N,P)}else R.custom(T,S,"")}});return true})},stop:function(F,E){var G=o.timers;if(F)this.queue([]);this.each(function(){for(var H=G.length-1;H>=0;H--)if(G[H].elem==this){if(E)G[H](true);G.splice(H,1)}});if(!E)this.dequeue();return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false)o(this).dequeue();if(o.isFunction(E.old))E.old.call(this)};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig)E.orig={}}});o.fx.prototype={update:function(){if(this.options.step)this.options.step.call(this.elem,this.now,this);(o.fx.step[this.prop]||o.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(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this
function F(J){return E.step(J)};F.elem=this.elem;if(F()&&o.timers.push(F)&&!n)n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++)if(!K[J]())K.splice(J--,1);if(!K.length){clearInterval(n);n=g}},13)},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||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 F in this.options.curAnim)if(this.options.curAnim[F]!==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(o.css(this.elem,"display")=="none")this.elem.style.display="block"};if(this.options.hide)o(this.elem).hide();if(this.options.hide||this.options.show)for(var I in this.options.curAnim)o.attr(this.elem.style,I,this.options.orig[I]);this.options.complete.call(this.elem)};return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()};return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.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){o.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return o.offset.bodyOffset(this[0]);var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else o.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return o.offset.bodyOffset(this[0]);o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName)))N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0;F=G,G=J.offsetParent};if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible")N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0;E=M};if(E.position==="relative"||E.position==="static")N+=K.offsetTop,I+=K.offsetLeft;if(E.position==="fixed")N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft);return{top:N,left:I}};o.offset={initialize:function(){if(this.initialized)return;var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<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>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M)F.style[E]=M[E];F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset)G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0;return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}};return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static"))E=E.offsetParent;return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0])return null;return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})()
jQuery(document).ready(function(){var search_id="#banner";jQuery(search_id).click(function(){var sHeight=jQuery(search_id).height(),sOffset=jQuery(search_id).offset();jQuery('#li-search-slide').css({top:sOffset.top+sHeight+"px",left:sOffset.left+"px"});jQuery('#li-search-slide').toggle("slow")})})
jQuery(document).ready(function(){jQuery('.downloadButton').click(function(){var data=new Array();jQuery('input[type="checkbox"]:checked').each(function(){data.push(jQuery(this).val())});jQuery('input[name=tx_tddownload_pi1_selectedDams]').val(data)})})
function dump(arr,level){var dumped_text="";if(!level)level=0;var level_padding="";for(var j=0;j<level+1;j++)level_padding+="    ";if(typeof (arr)=='object'){for(var item in arr){var value=arr[item];if(typeof (value)=='object'){dumped_text+=level_padding+"'"+item+"' ...\n";dumped_text+=dump(value,level+1)}else dumped_text+=level_padding+"'"+item+"' => \""+value+"\"\n"}}else dumped_text="===>"+arr+"<===("+typeof (arr)+")";return dumped_text}
function MM_jumpMenu(targ,selObj,restore){eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");if(restore)selObj.selectedIndex=0}
function openWindow(popup){windowOne=window.open(popup,"newWindow","width=700,height=590,left=50,top=200,scrollbars=yes,toolbar=no,status=no,resizable=yes,menubar=no,location=no,directories=no");windowOne.focus()}
function printWindow(){bV=parseInt(navigator.appVersion);if(bV>=4)window.print()}
var browserName=navigator.appName,browserVer=parseInt(navigator.appVersion),version="",msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3"}else version="n2"
function blurLink(theObject){if(msie4)theObject.blur()}
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(4(D){6 C=D.1f.Q;D.1f.Q=4(){D("*",2).15(2).1F("Q");5 C.O(2,1O)};4 B(E){4 G(H){6 I=H.3N;5(I.1A!="19"&&I.3M!="18")}6 F=G(E);(F&&D.1d(D.3L(E,"3K"),4(){5(F=G(2))}));5 F}D.1e(D.3J[":"],{w:4(F,G,E){5 D.w(F,E[3])},3I:4(F,G,E){6 H=F.3H.3G();5(F.3F>=0&&(("a"==H&&F.3E)||(/3D|3C|3B|1r/.k(H)&&"18"!=F.1G&&!F.l))&&B(F))}});D.3A={3z:8,3y:20,3x:3w,3v:17,3u:3t,3s:3r,3q:35,3p:13,3o:27,3n:36,3m:3l,3k:37,3j:3i,3h:3g,3f:3e,3d:3c,3b:3a,31:30,2Z:34,2Y:33,2X:2W,2V:39,2U:16,2T:32,2S:9,2R:38};4 A(H,I,J,G){4 F(L){6 K=D[H][I][L]||[];5(o K=="n"?K.1g(/,?\\s+/):K)}6 E=F("2Q");7(G.12==1&&o G[0]=="n"){E=E.2P(F("1M"))}5(D.2O(J,E)!=-1)}D.u=4(F,E){6 G=F.1g(".")[0];F=F.1g(".")[1];D.1f[F]=4(K){6 I=(o K=="n"),J=2N.t.2M.1E(1O,1);7(I&&K.2L(0,1)=="2K"){5 2}7(I&&A(G,F,K,J)){6 H=D.w(2[0],F);5(H?H[K].O(H,J):1I)}5 2.1d(4(){6 L=D.w(2,F);(!L&&!I&&D.w(2,F,2J D[G][F](2,K)));(L&&I&&D.2I(L[K])&&L[K].O(L,J))})};D[G][F]=4(J,I){6 H=2;2.h=F;2.1b=D[G][F].2H||F;2.1H=G+"-"+F;2.e=D.1e({},D.u.x,D[G][F].x,D.1N&&D.1N.1a(J)[F],I);2.d=D(J).i("2G."+F,4(M,K,L){5 H.v(K,L)}).i("2F."+F,4(L,K){5 H.1c(K)}).i("Q",4(){5 H.1K()});2.1L()};D[G][F].t=D.1e({},D.u.t,E);D[G][F].1M="1J"};D.u.t={1L:4(){},1K:4(){2.d.2E(2.h)},1J:4(G,H){6 F=G,E=2;7(o G=="n"){7(H===1I){5 2.1c(G)}F={};F[G]=H}D.1d(F,4(I,J){E.v(I,J)})},1c:4(E){5 2.e[E]},v:4(E,F){2.e[E]=F;7(E=="l"){2.d[F?"1C":"2D"](2.1H+"-l")}},2C:4(){2.v("l",b)},2B:4(){2.v("l",j)},2A:4(F,H,G){6 E=(F==2.1b?F:2.1b+F);H=H||D.2z.2y({1G:E,14:2.d[0]});5 2.d.1F(E,[H,G],2.e[F])}};D.u.x={l:b};D.c={2x:{15:4(F,G,I){6 H=D.c[F].t;1D(6 E 2w I){H.P[E]=H.P[E]||[];H.P[E].2v([G,I[E]])}},1E:4(E,G,F){6 I=E.P[G];7(!I){5}1D(6 H=0;H<I.12;H++){7(E.e[I[H][0]]){I[H][1].O(E.d,F)}}}},r:{},f:4(E){7(D.c.r[E]){5 D.c.r[E]}6 F=D(\'<2u 2t="c-2s">\').1C(E).f({2r:"2q",2p:"-1B",1w:"-1B",1A:"2o"}).2n("1z");D.c.r[E]=!!((!(/2m|2l/).k(F.f("2k"))||(/^[1-9]/).k(F.f("2j"))||(/^[1-9]/).k(F.f("2i"))||!(/19/).k(F.f("2h"))||!(/2g|2f\\(0, 0, 0, 0\\)/).k(F.f("2e"))));2d{D("1z").1a(0).2c(F.1a(0))}2b(G){}5 D.c.r[E]},2a:4(E){5 D(E).q("p","1v").f("1y","19").i("1x.c",4(){5 b})},29:4(E){5 D(E).q("p","28").f("1y","").N("1x.c")},26:4(H,F){7(D(H).f("25")=="18"){5 b}6 E=(F&&F=="1w")?"24":"23",G=b;7(H[E]>0){5 j}H[E]=1;G=(H[E]>0);H[E]=0;5 G}};D.c.1i={22:4(){6 E=2;2.d.i("21."+2.h,4(F){5 E.1t(F)});7(D.11.10){2.1u=2.d.q("p");2.d.q("p","1v")}2.1Z=b},1Y:4(){2.d.N("."+2.h);(D.11.10&&2.d.q("p",2.1u))},1t:4(G){(2.g&&2.m(G));2.z=G;6 F=2,H=(G.1X==1),E=(o 2.e.S=="n"?D(G.14).1W().15(G.14).1V(2.e.S).12:b);7(!H||E||!2.1j(G)){5 j}2.y=!2.e.R;7(!2.y){2.1U=1T(4(){F.y=j},2.e.R)}7(2.X(G)&&2.V(G)){2.g=(2.U(G)!==b);7(!2.g){G.1S();5 j}}2.Z=4(I){5 F.1s(I)};2.Y=4(I){5 F.m(I)};D(1q).i("1p."+2.h,2.Z).i("1o."+2.h,2.Y);5 b},1s:4(E){7(D.11.10&&!E.1r){5 2.m(E)}7(2.g){2.T(E);5 b}7(2.X(E)&&2.V(E)){2.g=(2.U(2.z,E)!==b);(2.g?2.T(E):2.m(E))}5!2.g},m:4(E){D(1q).N("1p."+2.h,2.Z).N("1o."+2.h,2.Y);7(2.g){2.g=b;2.1k(E)}5 b},X:4(E){5(W.1R(W.1m(2.z.1n-E.1n),W.1m(2.z.1l-E.1l))>=2.e.1h)},V:4(E){5 2.y},U:4(E){},T:4(E){},1k:4(E){},1j:4(E){5 j}};D.c.1i.x={S:1Q,1h:1,R:0}})(1P)',62,236,'||this||function|return|var|if||||false|ui|element|options|css|_mouseStarted|widgetName|bind|true|test|disabled|_mouseUp|string|typeof|unselectable|attr|cssCache||prototype|widget|_setData|data|defaults|mouseDelayMet|_mouseDownEvent||||||||||||||unbind|apply|plugins|remove|delay|cancel|_mouseDrag|_mouseStart|_mouseDelayMet|Math|_mouseDistanceMet|_mouseUpDelegate|_mouseMoveDelegate|msie|browser|length||target|add|||hidden|none|get|widgetEventPrefix|_getData|each|extend|fn|split|distance|mouse|_mouseCapture|_mouseStop|pageY|abs|pageX|mouseup|mousemove|document|button|_mouseMove|_mouseDown|_mouseUnselectable|on|left|selectstart|MozUserSelect|body|display|5000px|addClass|for|call|triggerHandler|type|widgetBaseClass|undefined|option|destroy|_init|getterSetter|metadata|arguments|jQuery|null|max|preventDefault|setTimeout|_mouseDelayTimer|filter|parents|which|_mouseDestroy|started||mousedown|_mouseInit|scrollTop|scrollLeft|overflow|hasScroll||off|enableSelection|disableSelection|catch|removeChild|try|backgroundColor|rgba|transparent|backgroundImage|width|height|cursor|default|auto|appendTo|block|top|absolute|position|gen|class|div|push|in|plugin|fix|event|_trigger|disable|enable|removeClass|removeData|getData|setData|eventPrefix|isFunction|new|_|substring|slice|Array|inArray|concat|getter|UP|TAB|SPACE|SHIFT|RIGHT|190|PERIOD|PAGE_UP|PAGE_DOWN|109|NUMPAD_SUBTRACT|||||||||106|NUMPAD_MULTIPLY|108|NUMPAD_ENTER|111|NUMPAD_DIVIDE|110|NUMPAD_DECIMAL|107|NUMPAD_ADD|LEFT|45|INSERT|HOME|ESCAPE|ENTER|END|40|DOWN|46|DELETE|CONTROL|188|COMMA|CAPS_LOCK|BACKSPACE|keyCode|textarea|select|input|href|tabIndex|toLowerCase|nodeName|tabbable|expr|parentNode|dir|visibility|style'.split('|'),0,{}))
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(4(A){A.35("8.3",{34:4(){2.c.y+=".3";2.1e(1c)},33:4(B,C){5((/^7/).1Z(B)){2.16(C)}m{2.c[B]=C;2.1e()}},j:4(){h 2.$3.j},1E:4(B){h B.23&&B.23.13(/\\s/g,"22").13(/[^A-32-31-9\\-22:\\.]/g,"")||2.c.1Q+A.d(B)},8:4(C,B){h{c:2.c,30:C,1M:B,x:2.$3.x(C)}},1e:4(O){2.$e=A("1i:2Z(a[n])",2.u);2.$3=2.$e.1s(4(){h A("a",2)[0]});2.$b=A([]);6 P=2,D=2.c;2.$3.X(4(R,Q){5(Q.v&&Q.v.13("#","")){P.$b=P.$b.1b(Q.v)}m{5(A(Q).12("n")!="#"){A.d(Q,"n.3",Q.n);A.d(Q,"p.3",Q.n);6 T=P.1E(Q);Q.n="#"+T;6 S=A("#"+T);5(!S.j){S=A(D.1x).12("1f",T).l(D.18).2Y(P.$b[R-1]||P.u);S.d("1a.3",1c)}P.$b=P.$b.1b(S)}m{D.f.1U(R+1)}}});5(O){2.u.l(D.1w);2.$b.X(4(){6 Q=A(2);Q.l(D.18)});5(D.7===1p){5(1J.v){2.$3.X(4(S,Q){5(Q.v==1J.v){D.7=S;5(A.Y.1g||A.Y.2X){6 R=A(1J.v),T=R.12("1f");R.12("1f","");1z(4(){R.12("1f",T)},2W)}2V(0,0);h o}})}m{5(D.t){6 J=2U(A.t("8-3-"+A.d(P.u[0])),10);5(J&&P.$3[J]){D.7=J}}m{5(P.$e.w("."+D.i).j){D.7=P.$e.x(P.$e.w("."+D.i)[0])}}}}D.7=D.7===k||D.7!==1p?D.7:0;D.f=A.2T(D.f.2S(A.1s(2.$e.w("."+D.W),4(R,Q){h P.$e.x(R)}))).1T();5(A.1r(D.7,D.f)!=-1){D.f.2R(A.1r(D.7,D.f),1)}2.$b.l(D.z);2.$e.q(D.i);5(D.7!==k){2.$b.r(D.7).1G().q(D.z);2.$e.r(D.7).l(D.i);6 K=4(){P.V("1G",k,P.8(P.$3[D.7],P.$b[D.7]))};5(A.d(2.$3[D.7],"p.3")){2.p(D.7,K)}m{K()}}A(2Q).15("2P",4(){P.$3.14(".3");P.$e=P.$3=P.$b=k})}m{D.7=2.$e.x(2.$e.w("."+D.i)[0])}5(D.t){A.t("8-3-"+A.d(P.u[0]),D.7,D.t)}2O(6 G=0,N;N=2.$e[G];G++){A(N)[A.1r(G,D.f)!=-1&&!A(N).11(D.i)?"l":"q"](D.W)}5(D.U===o){2.$3.1m("U.3")}6 C,I,B={"2N-2M":0,1I:1},E="2L";5(D.Z&&D.Z.2K==2J){C=D.Z[0]||B,I=D.Z[1]||B}m{C=I=D.Z||B}6 H={1q:"",2I:"",2H:""};5(!A.Y.1g){H.1H=""}4 M(R,Q,S){Q.21(C,C.1I||E,4(){Q.l(D.z).1d(H);5(A.Y.1g&&C.1H){Q[0].20.w=""}5(S){L(R,S,Q)}})}4 L(R,S,Q){5(I===B){S.1d("1q","1D")}S.21(I,I.1I||E,4(){S.q(D.z).1d(H);5(A.Y.1g&&I.1H){S[0].20.w=""}P.V("1G",k,P.8(R,S[0]))})}4 F(R,T,Q,S){T.l(D.i).2G().q(D.i);M(R,Q,S)}2.$3.14(".3").15(D.y,4(){6 T=A(2).2F("1i:r(0)"),Q=P.$b.w(":2E"),S=A(2.v);5((T.11(D.i)&&!D.1h)||T.11(D.W)||A(2).11(D.17)||P.V("16",k,P.8(2,S[0]))===o){2.1t();h o}P.c.7=P.$3.x(2);5(D.1h){5(T.11(D.i)){P.c.7=k;T.q(D.i);P.$b.1F();M(2,Q);2.1t();h o}m{5(!Q.j){P.$b.1F();6 R=2;P.p(P.$3.x(2),4(){T.l(D.i).l(D.1v);L(R,S)});2.1t();h o}}}5(D.t){A.t("8-3-"+A.d(P.u[0]),P.c.7,D.t)}P.$b.1F();5(S.j){6 R=2;P.p(P.$3.x(2),Q.j?4(){F(R,T,Q,S)}:4(){T.l(D.i);L(R,S)})}m{2D"1K 2C 2B: 2A 2z 2y."}5(A.Y.1g){2.1t()}h o});5(!(/^1y/).1Z(D.y)){2.$3.15("1y.3",4(){h o})}},1b:4(E,D,C){5(C==1p){C=2.$3.j}6 G=2.c;6 I=A(G.1P.13(/#\\{n\\}/g,E).13(/#\\{1j\\}/g,D));I.d("1a.3",1c);6 H=E.2x("#")==0?E.13("#",""):2.1E(A("a:2w-2v",I)[0]);6 F=A("#"+H);5(!F.j){F=A(G.1x).12("1f",H).l(G.z).d("1a.3",1c)}F.l(G.18);5(C>=2.$e.j){I.1Y(2.u);F.1Y(2.u[0].2u)}m{I.1X(2.$e[C]);F.1X(2.$b[C])}G.f=A.1s(G.f,4(K,J){h K>=C?++K:K});2.1e();5(2.$3.j==1){I.l(G.i);F.q(G.z);6 B=A.d(2.$3[0],"p.3");5(B){2.p(C,B)}}2.V("1b",k,2.8(2.$3[C],2.$b[C]))},19:4(B){6 D=2.c,E=2.$e.r(B).19(),C=2.$b.r(B).19();5(E.11(D.i)&&2.$3.j>1){2.16(B+(B+1<2.$3.j?1:-1))}D.f=A.1s(A.1W(D.f,4(G,F){h G!=B}),4(G,F){h G>=B?--G:G});2.1e();2.V("19",k,2.8(E.1C("a")[0],C[0]))},1V:4(B){6 C=2.c;5(A.1r(B,C.f)==-1){h}6 D=2.$e.r(B).q(C.W);5(A.Y.2t){D.1d("1q","2s-1D");1z(4(){D.1d("1q","1D")},0)}C.f=A.1W(C.f,4(F,E){h F!=B});2.V("1V",k,2.8(2.$3[B],2.$b[B]))},1S:4(C){6 B=2,D=2.c;5(C!=D.7){2.$e.r(C).l(D.W);D.f.1U(C);D.f.1T();2.V("1S",k,2.8(2.$3[C],2.$b[C]))}},16:4(B){5(2r B=="2q"){B=2.$3.x(2.$3.w("[n$="+B+"]")[0])}2.$3.r(B).2p(2.c.y)},p:4(G,K){6 L=2,D=2.c,E=2.$3.r(G),J=E[0],H=K==1p||K===o,B=E.d("p.3");K=K||4(){};5(!B||!H&&A.d(J,"U.3")){K();h}6 M=4(N){6 O=A(N),P=O.1C("*:2o");h P.j&&P.2n(":2m(2l)")&&P||O};6 C=4(){L.$3.w("."+D.17).q(D.17).X(4(){5(D.1l){M(2).2k().1o(M(2).d("1j.3"))}});L.1n=k};5(D.1l){6 I=M(J).1o();M(J).2j("<1B></1B>").1C("1B").d("1j.3",I).1o(D.1l)}6 F=A.1L({},D.1k,{1R:B,1A:4(O,N){A(J.v).1o(O);C();5(D.U){A.d(J,"U.3",1c)}L.V("p",k,L.8(L.$3[G],L.$b[G]));D.1k.1A&&D.1k.1A(O,N);K()}});5(2.1n){2.1n.2i();C()}E.l(D.17);1z(4(){L.1n=A.2h(F)},0)},1R:4(C,B){2.$3.r(C).1m("U.3").d("p.3",B)},1a:4(){6 B=2.c;2.u.14(".3").q(B.1w).1m("3");2.$3.X(4(){6 C=A.d(2,"n.3");5(C){2.n=C}6 D=A(2).14(".3");A.X(["n","p","U"],4(E,F){D.1m(F+".3")})});2.$e.1b(2.$b).X(4(){5(A.d(2,"1a.3")){A(2).19()}m{A(2).q([B.i,B.1v,B.W,B.18,B.z].2g(" "))}})}});A.8.3.2f={1h:o,y:"1y",f:[],t:k,1l:"2e&#2d;",U:o,1Q:"8-3-",1k:{},Z:k,1P:\'<1i><a n="#{n}"><1O>#{1j}</1O></a></1i>\',1x:"<1N></1N>",1w:"8-3-2c",i:"8-3-7",1v:"8-3-1h",W:"8-3-f",18:"8-3-1M",z:"8-3-2b",17:"8-3-2a"};A.8.3.29="j";A.1L(A.8.3.28,{1u:k,27:4(C,F){F=F||o;6 B=2,E=2.c.7;4 G(){B.1u=26(4(){E=++E<B.$3.j?E:0;B.16(E)},C)}4 D(H){5(!H||H.25){24(B.1u)}}5(C){G();5(!F){2.$3.15(2.c.y,D)}m{2.$3.15(2.c.y,4(){D();E=B.c.7;G()})}}m{D();2.$3.14(2.c.y,D)}}})})(1K)',62,192,'||this|tabs|function|if|var|selected|ui|||panels|options|data|lis|disabled||return|selectedClass|length|null|addClass|else|href|false|load|removeClass|eq||cookie|element|hash|filter|index|event|hideClass|||||||||||||||||||||cache|_trigger|disabledClass|each|browser|fx||hasClass|attr|replace|unbind|bind|select|loadingClass|panelClass|remove|destroy|add|true|css|_tabify|id|msie|unselect|li|label|ajaxOptions|spinner|removeData|xhr|html|undefined|display|inArray|map|blur|rotation|unselectClass|navClass|panelTemplate|click|setTimeout|success|em|find|block|_tabId|stop|show|opacity|duration|location|jQuery|extend|panel|div|span|tabTemplate|idPrefix|url|disable|sort|push|enable|grep|insertBefore|appendTo|test|style|animate|_|title|clearInterval|clientX|setInterval|rotate|prototype|getter|loading|hide|nav|8230|Loading|defaults|join|ajax|abort|wrapInner|parent|img|not|is|last|trigger|string|typeof|inline|safari|parentNode|child|first|indexOf|identifier|fragment|Mismatching|Tabs|UI|throw|visible|parents|siblings|height|overflow|Array|constructor|normal|width|min|for|unload|window|splice|concat|unique|parseInt|scrollTo|500|opera|insertAfter|has|tab|z0|Za|_setData|_init|widget'.split('|'),0,{}))
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(3($){$.S.7=3(c){c=$.R({m:\'\',o:\'\',C:y,w:Q,j:0.8,g:-1,d:W,6:\'V\',4:h,i:h,l:h,9:\'\'},c);3 u(){H(c.i);H(c.l)}3 v(){u();G(!c.4){c.4=$(\'<5 p="7-4"><5 p="7-6">&F;</5><5 p="7-E">&F;</5></5>\').Y(\'X\');c.4.B(\'j\',c.j)}c.4.A(\'5.7-6\').D(c.6);c.4.A(\'5.7-E\').D(c.9);c.i=n(3(){c.4.m(c.m)},c.C)}3 z(){c.l=n(3(){c.4.o(c.o)},c.w)}3 f(a,b){G(c.4){c.4.B({g:a+c.g,d:b+c.d})}U{n(3(){f(a,b)},y)}}T q.P(3(){t b=$(q);b.s(3(){c.9=b.k(\'6\');b.k(\'6\',\'\');v()}).r(3(){b.k(\'6\',c.9);c.9=\'\';z()}).O(3(e){f(e.N,e.M)}).L(3(){b.x(\'s\');t a=b.K();f(a.g+(b.J()/2),a.d+(b.I()/2))}).Z(3(){b.x(\'r\')})})}}(10));',62,63,'|||function|box|div|title|brTip||txt||||left||_setPos|top|null|delayToShow|opacity|attr|delayToHide|fadeIn|setTimeout|fadeOut|class|this|mouseout|mouseover|var|_clearTimes|_create|toHide|trigger|100|_hide|find|css|toShow|html|content|nbsp|if|clearTimeout|height|width|offset|focus|pageX|pageY|mousemove|each|500|extend|fn|return|else|Help|15|body|appendTo|blur|jQuery'.split('|'),0,{}))
jQuery(document).ready(function(){jQuery("#cancelBTN").click(function(){cancelPdfDownload=true})});var cancelPdfDownload=false
function requestAllPdf(start,filename,requestData){centerPopup();loadPopup();if(url.search(/\?/)==-1)url=url+'?1=1';var stamp=new Date(),requestUrl=url+'&tx_tdreference_pi1[request]=get_all_pdf&tx_tdreference_pi1[q]=query&tx_tdreference_pi1[qStart]='+start+'&tx_tdreference_pi1[filename]='+filename+'&hash='+stamp.getTime();jQuery.post(requestUrl,'records='+requestData,function(data){jQuery("#contactArea").html('Document '+data.nextStart+' of '+data.allCount);var perc=data.nextStart*100/data.allCount;jQuery("#fortschritt").css('width',perc+'%');if(data.nextStart!=-1){if(cancelPdfDownload==false){requestAllPdf(data.nextStart,data.filename,data.records)}else disablePopup()}else{jQuery("#contactArea").html('merge PDF');jQuery("#fortschritt").css('width','100%');disablePopup();if(data.pdfDownload!='')top.document.location.href=url+'&no_cache=1&tx_tdreference_pi1[finished]=1&tx_tdreference_pi1[docurl]='+data.pdfDownload}},"json")};var popupStatus=0
function loadPopup(){if(popupStatus==0){jQuery("#backgroundPopup").css({opacity:"0.7"});jQuery("#backgroundPopup").fadeIn("slow");jQuery("#popupPDFload").fadeIn("slow");popupStatus=1}}
function centerPopup(){var windowWidth=document.documentElement.clientWidth,windowHeight=document.documentElement.clientHeight,popupHeight=jQuery("#popupPDFload").height(),popupWidth=jQuery("#popupPDFload").width();jQuery("#popupPDFload").css({position:"absolute",top:windowHeight/2-popupHeight/2,left:windowWidth/2-popupWidth/2});jQuery("#backgroundPopup").css({height:windowHeight})}
function disablePopup(){cancelPdfDownload=false;if(popupStatus==1){jQuery("#backgroundPopup").fadeOut("slow");jQuery("#popupPDFload").fadeOut("slow");popupStatus=0}}
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('k 11=f(1S){k 4s=f(){j(9.1e&&Y[0]!=\'7h\')h 9.1e.2m(9,Y);Q h 9};I(k n W 9)4s[n]=9[n];4s.U=1S;h 4s};11.1G=f(){};11.U={N:f(1S){k 4r=M 9(\'7h\');k 7g=f(2s,2f){j(!2s.2m||!2f.2m)h T;h f(){9.1t=2s;h 2f.2m(9,Y)}};I(k n W 1S){k 2s=4r[n];k 2f=1S[n];j(2s&&2s!=2f)2f=7g(2s,2f)||2f;4r[n]=2f}h M 11(4r)},1T:f(1S){I(k n W 1S)9.U[n]=1S[n]}};1H.N=f(){k R=Y;R=(R[1])?[R[0],R[1]]:[9,R[0]];I(k n W R[1])R[0][n]=R[1][n];h R[0]};1H.5p=f(){I(k i=0;i<Y.14;i++)Y[i].N=11.U.1T};M 1H.5p(59,1r,5e,76,11);j(5r 2I==\'3z\'){k 2I=11.1G;2I.U={}}f $q(u){j(u===1K||u===3z)h T;k q=5r u;j(q==\'5o\'){j(u 4m 2I)h\'r\';j(u 4m 1r)h\'1R\';j(u.9Y){2c(u.6x){1c 1:h\'r\';1c 3:h u.9X.15(\'\\\\S\')?\'9W\':\'4f\'}}}h q};f $2B(u){h!!(u||u===0)};f $9V(u,7f){h($q(u))?u:7f};f $7e(3o,1B){h G.9U(G.7e()*(1B-3o+1)+3o)};f $3Q(1f){9T(1f);9S(1f);h 1K};j(12.9R)12.3w=12[12.9Q?\'9P\':\'53\']=1g;Q j(L.6J&&!L.9O&&!9N.9M)12.3W=1g;Q j(L.9L!=1K)12.5m=1g;1r.U.4q=1r.U.4q||f(O,J){I(k i=0;i<9.14;i++)O.1i(J,9[i],i,9)};1r.U.4X=1r.U.4X||f(O,J){k 5u=[];I(k i=0;i<9.14;i++)5u[i]=O.1i(J,9[i],i,9);h 5u};1r.U.7d=1r.U.7d||f(O,J){I(k i=0;i<9.14;i++){j(!O.1i(J,9[i],i,9))h T}h 1g};1r.U.7c=1r.U.7c||f(O,J){I(k i=0;i<9.14;i++){j(O.1i(J,9[i],i,9))h 1g}h T};1r.U.4g=1r.U.4g||f(3a,F){F=F||0;j(F<0)F=G.1B(0,9.14+F);34(F<9.14){j(9[F]===3a)h F;F++}h-1};1r.N({1o:1r.U.4q,54:f(){k 36=[];I(k i=0;i<9.14;i++)36[i]=9[i];h 36},3Z:f(3a){k i=0;34(i<9.14){j(9[i]==3a)9.47(i,1);Q i++}h 9},15:f(3a,F){h 9.4g(3a,F)!=-1},N:f(36){I(k i=0;i<36.14;i++)9.18(36[i]);h 9},9K:f(1u){k u={},14=G.3o(9.14,1u.14);I(k i=0;i<14;i++)u[1u[i]]=9[i];h u}});f $A(1R){h 1r.U.54.1i(1R)};f $1o(7b,O,J){h 1r.U.4q.1i(7b,O,J)};5e.N({15:f(7a,79){h M 9J(7a,79).15(9)},2C:f(){h 5s(9)},74:f(){h 3t(9)},5n:f(){h 9.35(/-\\D/g,f(28){h 28.5t(1).78()})},6O:f(){h 9.35(/\\w[A-Z]/g,f(28){h(28.5t(0)+\'-\'+28.5t(1).3G())})},9I:f(){h 9.3G().35(/\\b[a-z]/g,f(28){h 28.78()})},77:f(){h 9.35(/^\\s+|\\s+$/g,\'\')},45:f(){h 9.35(/\\s{2,}/g,\' \').77()},3I:f(1R){k 1l=9.28(/\\d{1,3}/g);h(1l)?1l.3I(1R):T},3s:f(1R){k 2J=9.28(\'^#?(\\\\w{1,2})(\\\\w{1,2})(\\\\w{1,2})$\');h(2J)?2J.3s(1R):T}});1r.N({3I:f(1R){j(9.14<3)h T;j(9[3]&&9[3]==0)h\'9H\';k 2J=[];I(k i=0;i<3;i++){k 4p=(9[i]-0).9G(16);2J.18(4p.14==1?\'0\'+4p:4p)}h 1R?2J:\'#\'+2J.3r(\'\')},3s:f(1R){j(9.14!=4)h T;k 1l=[];I(k i=1;i<4;i++){j(9[i].14==1)9[i]+=9[i];1l.18(5s(9[i],16))}h 1R?1l:\'1l(\'+1l.3r(\',\')+\')\'}});76.N({2C:f(){h 5s(9)},74:f(){h 3t(9)}});59.N({2e:f(m){k O=9;m=1H.N({\'J\':O,\'o\':T,\'Y\':1K,\'2d\':T,\'2k\':T,\'4o\':T},m||{});j(m.Y!=1K&&5r m.Y!=\'3z\'&&!(m.Y 4m 1r))m.Y=[m.Y];h f(o){k R=m.Y||Y;j(m.o){o=(m.o===1g)?o||12.o:M m.o(o);R=[o].9F(R)}k 2t=f(){h O.2m(m.J,R)};j(m.2d)h 9E(2t,m.2d);j(m.2k)h 9D(2t,m.2k);j(m.4o){6g{k 5q=2t()}6f(73){5q=73}9C{h 5q}}Q h 2t()}},9B:f(R,J){h 9.2e({\'Y\':R,\'J\':J})},4o:f(R,J){h 9.2e({\'Y\':R,\'J\':J,\'4o\':1g})()},J:f(J,R){h 9.2e({\'J\':J,\'Y\':R})},9A:f(J,R){h 9.2e({\'J\':J,\'o\':1g,\'Y\':R})},2d:f(4n,J,R){h 9.2e({\'2d\':4n,\'J\':J,\'Y\':R})()},2k:f(4n,J,R){h 9.2e({\'2k\':4n,\'J\':J,\'Y\':R})()}});k 1b=M 11({1e:f(l){j($q(l)==\'4j\')l=L.6H(l);h $(l)}});f $(l){j(!l)h T;j(l.72||[12,L].15(l))h l;j($q(l)==\'4j\')l=L.44(l);j($q(l)!=\'r\')h T;j([\'5o\',\'9z\'].15(l.41.3G())||l.N)h l;l.72=1g;31.6z(l);l.N=1H.N;j(!(l 4m 2I))l.N(1b.U);h l};k 1N=M 11({});M 1H.5p(1N);L.2G=L.56;f $$(){j(!Y)h T;j(Y.14==1){j(!Y[0])h T;j(Y[0].71)h Y[0]}k 1w=[];$1o(Y,f(1v){2c($q(1v)){1c\'r\':1w.18($(1v));1P;1c\'4j\':1v=L.2G(1v);6F:j(1v.14){$1o(1v,f(l){j($(l))1w.18(l)})}}});1w.71=1g;h 1H.N(1w,M 1N)};1N.3T=f(n){h f(){k R=Y;k 3J=[];k 1w=1g;$1o(9,f(l){k 2t=l[n].2m(l,R);j($q(2t)!=\'r\')1w=T;3J.18(2t)});j(1w)3J=$$(3J);h 3J}};1b.N=f(1S){I(k n W 1S){2I.U[n]=1S[n];1b.U[n]=1S[n];1N.U[n]=1N.3T(n)}};1b.N({4l:f(l,70){l=$(l)||M 1b(l);2c(70){1c"6Y":$(l.26).6Z(9,l);1P;1c"6X":j(!l.5k())$(l.26).4k(9);Q $(l.26).6Z(9,l.5k());1P;1c"6W":l.4k(9)}h 9},9y:f(l){h 9.4l(l,\'6Y\')},5K:f(l){h 9.4l(l,\'6X\')},9x:f(l){h 9.4l(l,\'6W\')},5J:f(l){9.4k($(l)||M 1b(l));h 9},3Z:f(){9.26.9w(9);h 9},9v:f(6V){k l=9.9u(6V!==T);h $(l)},6G:f(l){l=$(l)||M 1b(l);9.26.9t(l,9);h l},9s:f(33){j(12.3w){2c(9.3C()){1c\'1h\':9.9r.6S=33;h 9;1c\'52\':9.4d(\'33\',33);h 9}}9.4k(L.9q(33));h 9},3A:f(1d){h 9.1d.15(\'(?:^|\\\\s+)\'+1d+\'(?:\\\\s+|$)\')},6T:f(1d){j(!9.3A(1d))9.1d=(9.1d+\' \'+1d).45();h 9},6U:f(1d){j(9.3A(1d))9.1d=9.1d.35(1d,\'\').45();h 9},9p:f(1d){h 9.3A(1d)?9.6U(1d):9.6T(1d)},1F:f(n,K){j(n==\'1Y\')9.6R(3t(K));Q 9.1h[n.5n()]=(K.18)?K.3I():K;h 9},6I:f(1L){2c($q(1L)){1c\'5o\':I(k n W 1L)9.1F(n,1L[n]);1P;1c\'4j\':j(12.3w)9.6S=1L;Q 9.6E(\'1h\',1L)}h 9},6R:f(1Y){j(1Y==0){j(9.1h.4i!="3S")9.1h.4i="3S"}Q{j(9.1h.4i!="6Q")9.1h.4i="6Q"}j(!9.4h||!9.4h.9o)9.1h.9n=1;j(12.3w)9.1h.3D="3x(1Y="+1Y*3g+")";9.1h.1Y=9.1Y=1Y;h 9},1W:f(n){n=n.5n();k 1h=9.1h[n]||T;j(!$2B(1h)){j(n==\'1Y\')h $2B(9.1Y)?9.1Y:1;j([\'2n\',\'9m\'].15(n)){h[9.1W(n+\'-2w\')||0,9.1W(n+\'-5a\')||0,9.1W(n+\'-6B\')||0,9.1W(n+\'-2i\')||0].3r(\' \')}j(L.6P)1h=L.6P.9l(9,1K).9k(n.6O());Q j(9.4h)1h=9.4h[n]}h(1h&&n.15(\'1A\',\'i\')&&1h.15(\'1l\'))?1h.3I():1h},1a:f(q,O){9.V=9.V||{};9.V[q]=9.V[q]||{\'1u\':[],\'1z\':[]};j(!9.V[q].1u.15(O)){9.V[q].1u.18(O);j(9.6N){9.6N((q==\'2M\'&&12.5m)?\'5f\':q,O,T)}Q{O=O.J(9);9.9j(\'58\'+q,O);9.V[q].1z.18(O)}}h 9},9i:f(1L){j(1L){I(k q W 1L)9.1a(q,1L[q])}h 9},1E:f(q,O){j(9.V&&9.V[q]){k 1D=9.V[q].1u.4g(O);j(1D==-1)h 9;k 1O=9.V[q].1u.47(1D,1)[0];j(9.6M){9.6M((q==\'2M\'&&12.5m)?\'5f\':q,1O,T)}Q{9.9h(\'58\'+q,9.V[q].1z.47(1D,1)[0])}}h 9},5h:f(q){j(9.V){j(q){j(9.V[q]){9.V[q].1u.1o(f(O){9.1E(q,O)},9);9.V[q]=1K}}Q{I(k 6L W 9.V)9.5h(6L);9.V=1K}}h 9},1x:f(q,R){j(9.V&&9.V[q]){R=R||[];j($q(R)!=\'1R\')R=[R];9.V[q].1u.1o(f(O){O.2m(9,R)},9)}},5j:f(5l){k l=9[5l+\'6K\'];34($q(l)==\'4f\')l=l[5l+\'6K\'];h $(l)},9g:f(){h 9.5j(\'2s\')},5k:f(){h 9.5j(\'9f\')},9e:f(){k l=9.9d;34($q(l)==\'4f\')l=l.9c;h $(l)},9b:f(){k l=9.9a;34($q(l)==\'4f\')l=l.99;h $(l)},98:f(){h $(9.26)},97:f(){h $$(9.6J)},4d:f(n,K){2c(n){1c\'6C\':9.1d=K;1P;1c\'1h\':9.6I(K);1P;1c\'24\':j(12.53){k l=$(L.6H(\'<\'+9.3C()+\' 24="\'+K+\'" />\'));$1o(9.96,f(4e){j(4e.24!=\'24\')l.4d(4e.24,4e.K)});j(9.26)9.6G(l);h l}6F:9.6E(n,K)}h 9},95:f(1L){I(k n W 1L)9.4d(n,1L[n]);h 9},94:f(6D){9.93=6D;h 9},92:f(n){h(n==\'6C\')?9.1d:9.6k(n)},3C:f(){h 9.41.3G()},2O:f(){k l=9,4c=0,4b=0;91{4c+=l.4c||0;4b+=l.4b||0;l=l.90}34(l);h{\'x\':4c,\'y\':4b}},2a:f(x,y){9.3U=x;9.3V=y},3P:f(){h{\'1V\':{\'x\':9.3U,\'y\':9.3V},\'2A\':{\'x\':9.2x,\'y\':9.2v},\'3O\':{\'x\':9.68,\'y\':9.69}}},4D:f(){h 9.2O().y},4F:f(){h 9.2O().x},8Z:f(){k 5i=9.2O();k u={\'3j\':9.2x,\'3i\':9.2v,\'2i\':5i.x,\'2w\':5i.y};u.5a=u.2i+u.3j;u.6B=u.2w+u.3i;h u},2F:f(){2c(9.3C()){1c\'2U\':j(9.6A!=-1)h 9.m[9.6A].K;1P;1c\'8Y\':j(!(9.8X&&[\'8W\',\'8V\'].15(9.q))&&![\'3S\',\'33\',\'8U\'].15(9.q))1P;1c\'8T\':h 9.K}h T}});k 8S=12;12.1a=L.1a=1b.U.1a;12.1E=L.1E=1b.U.1E;k 31={1w:[],6z:f(r){31.1w.18(r)},5g:f(){12.1E(\'6y\',31.5g);31.1w.1o(f(l){l.5h();I(k p W 1b.U)2I[p]=12[p]=L[p]=l[p]=1K;l.N=1K})}};12.1a(\'6y\',31.5g);k 3F=M 11({1e:f(o){9.o=o||12.o;9.q=9.o.q;9.3H=9.o.3H||9.o.8R;j(9.3H.6x==3)9.3H=9.3H.26;9.8Q=9.o.8P;9.8O=9.o.8N;9.8M=9.o.8L;9.8K=9.o.8J;j([\'5f\',\'2M\'].15(9.q)){9.3f=9.o.6w?(9.o.6w/ (12.51 ? -6v : 6v)) : -(9.o.8I || 0) /3}Q j(9.q.15(\'1O\')){9.5d=9.o.6r||9.o.8H;I(k 24 W 3F.1u){j(3F.1u[24]==9.5d)k 6u=24}9.1O=6u||5e.8G(9.5d).3G()}Q j(9.q.15(\'2l\')||9.q==\'8F\'){9.1y={\'x\':9.o.5c||9.o.6t+L.2r.3U,\'y\':9.o.5b||9.o.6s+L.2r.3V};9.5y={\'x\':9.o.5c?9.o.5c-12.66:9.o.6t,\'y\':9.o.5b?9.o.5b-12.67:9.o.6s};9.8E=(9.o.6r==3)||(9.o.8D==2);2c(9.q){1c\'8C\':9.4a=9.o.4a||9.o.8B;1P;1c\'8A\':9.4a=9.o.4a||9.o.5L}}},1s:f(){9.49();9.48();h 9},49:f(){j(9.o.49)9.o.49();Q 9.o.8z=1g;h 9},48:f(){j(9.o.48)9.o.48();Q 9.o.8y=T;h 9}});3F.1u={\'8x\':13,\'8w\':38,\'8v\':40,\'2i\':37,\'5a\':39,\'8u\':27,\'8t\':32,\'8s\':8,\'8r\':46};59.N({2y:f(J,R){h 9.2e({\'J\':J,\'Y\':R,\'o\':3F})}});k 5S=M 11({8q:f(O){9.2H=9.2H||[];9.2H.18(O);h 9},5Z:f(){j(9.2H&&9.2H.14)9.2H.47(0,1)[0].2d(10,9)},8p:f(){9.2H=[]}});k 3c=M 11({1a:f(q,O){j(O!=11.1G){9.V=9.V||{};9.V[q]=9.V[q]||[];j(!9.V[q].15(O))9.V[q].18(O)}h 9},1x:f(q,R,2d){j(9.V&&9.V[q]){9.V[q].1o(f(O){O.2e({\'J\':9,\'2d\':2d,\'Y\':R})()},9)}h 9},1E:f(q,O){j(9.V&&9.V[q])9.V[q].3Z(O);h 9}});k 3b=M 11({2N:f(6q,m){9.m=1H.N(6q,m);j(9.1a){I(k 3E W 9.m){j(($q(9.m[3E])==\'f\')&&3E.15(\'^58[A-Z]\'))9.1a(3E,9.m[3E])}}h 9}});f $E(1v,3D){h($(3D)||L).42(1v)};f $8o(1v,3D){h($(3D)||L).2G(1v)};1b.N({3B:f(1v){k 1Q=[];1v.45().4Y(\' \').1o(f(43,i){k 1q=43.28(\'^(\\\\w*|\\\\*)(?:#([\\\\6p-]+)|\\\\.([\\\\6p-]+))?(?:\\\\[["\\\']?(\\\\w+)["\\\']?(?:([\\\\*\\\\^\\\\$]?=)["\\\']?(\\\\w*)["\\\']?)?\\\\])?$\');j(!1q)h;1q[1]=1q[1]||\'*\';j(i==0){j(1q[2]){k l=9.44(1q[2]);j(!l||((1q[1]!=\'*\')&&(1b.U.3C.1i(l)!=1q[1])))h;1Q=[l]}Q{1Q=$A(9.56(1q[1]))}}Q{1Q=1N.U.6m.1i(1Q,1q[1]);j(1q[2])1Q=1N.U.6o.1i(1Q,1q[2])}j(1q[3])1Q=1N.U.6n.1i(1Q,1q[3]);j(1q[4])1Q=1N.U.6l.1i(1Q,1q[4],1q[6],1q[5])},9);h $$(1Q)},44:f(2Z){k l=L.44(2Z);j(!l)h T;I(k 1t=l.26;1t!=9;1t=1t.26){j(!1t)h T}h l},42:f(1v){h 9.2G(1v)[0]},2G:f(1v){k 57=[];1v.4Y(\',\').1o(f(43){57.N(9.3B(43))},9);h $$(57)}});L.N=1H.N;L.N({8n:f(1d){h L.3B(\'.\'+1d)},42:1b.U.42,3B:1b.U.3B,2G:1b.U.2G});1N.N({6o:f(2Z,8m){k 1p=[];9.1o(f(l){j(l.2Z==2Z)1p.18(l)});h 1p},6n:f(1d){k 1p=[];9.1o(f(l){j(1b.U.3A.1i(l,1d))1p.18(l)});h 1p},6m:f(41){k 1p=[];9.1o(f(l){1p.N(l.56(41))});h 1p},6l:f(24,K,55){k 1p=[];9.1o(f(l){k 30=l.6k(24);j(!30)h 1p;j(!55)h 1p.18(l);2c(55){1c\'*=\':j(30.15(K))1p.18(l);1P;1c\'=\':j(30==K)1p.18(l);1P;1c\'^=\':j(30.15(\'^\'+K))1p.18(l);1P;1c\'$=\':j(30.15(K+\'$\'))1p.18(l)}h 1p});h 1p}});k 6j=M 11({14:0,1e:f(u){9.u={};I(k n W u){9.u[n]=u[n];9.14++}},8l:f(1O){h 9.u[1O]},1U:f(1O,K){j(K==1K)h T;j(9.u[1O]==3z)9.14++;9.u[1O]=K;h 9},3Z:f(1O){j(9.u[1O]==3z)h T;k u={};9.14--;I(k n W 9.u){j(n!=1O)u[n]=9.u[n]}9.u=u;h 9},1o:f(O,J){I(k n W 9.u)O.1i(J||9,n,9.u[n])},N:f(u){9.1e(1H.N(9.u,u));h 9},1G:f(){h(9.14==0)},1u:f(){k 1u=[];I(k n W 9.u)1u.18(n);h 1u},1z:f(){k 1z=[];I(k n W 9.u)1z.18(9.u[n]);h 1z}});f $H(u){h M 6j(u)};k 2q=M 11({1e:f(1A){j(1A.6i&&1A.6h)h 1A;k 1l=(1A.18)?1A:1A.3s(1g);h 1H.N(1l,2q.U)},6i:f(){k 3y=$A(Y);k 3x=50;j($q(3y[3y.14-1])==\'5N\')3x=3y.8k();k 1l=9.54();3y.1o(f(1A){1A=M 2q(1A);I(k i=0;i<3;i++)1l[i]=G.3e((1l[i]/ 3g * (3g - 3x)) + (1A[i] /3g*3x))});h M 2q(1l)},6h:f(){k 1l=[];I(k i=0;i<3;i++)1l.18(8j-9[i]);h M 2q(1l)}});f $C(1A){h M 2q(1A)};12.N=1H.N;12.N({8i:f(){j(9.53)6g{L.8h("8g",T,1g)}6f(e){}},1a:f(q,O){j(q==\'3u\'){j(9.3Y)O();Q j(!9.V||!9.V.3u){k 3v=f(){j(9.3Y)h;9.3Y=1g;j(9.1f)9.1f=$3Q(9.1f);1b.U.1x.1i(9,\'3u\');9.V.3u=1K}.J(9);j(L.3X&&9.3W){9.1f=f(){j([\'3Y\',\'6d\'].15(L.3X))3v()}.2k(50)}Q j(L.3X&&9.3w){L.8f("<52 2Z=6e 8e 8d=8c:8b(0)><\\/52>");$(\'6e\').8a=f(){j(9.3X==\'6d\')3v()}}Q{9.1a("89",3v);L.1a("88",3v)}}}1b.U.1a.1i(9,q,O);h 9},87:f(6c){h 9.1a(\'3u\',6c)}});12.N({63:f(){j(9.3W||9.51)h 9.86;Q h L.2r.6b||L.4N.6b},62:f(){j(9.3W||9.51)h 9.85;h L.2r.6a||L.4N.6a},60:f(){h L.2r.69},61:f(){h L.2r.68},64:f(){h 9.67||L.2r.3V},65:f(){h 9.66||L.2r.3U},3P:f(){h{\'1V\':{\'x\':9.65(),\'y\':9.64()},\'2A\':{\'x\':9.63(),\'y\':9.62()},\'3O\':{\'x\':9.61(),\'y\':9.60()}}},2O:f(){h{\'x\':0,\'y\':0}}});k X={};X.1C=M 11({2j:f(){h{2K:11.1G,2g:11.1G,5T:11.1G,5Y:X.2Q.4U,4Z:84,1J:\'4I\',2T:1g,5U:50}},1e:f(m){9.r=9.r||1K;9.2N(9.2j(),m);j(9.m.1e)9.m.1e.1i(9)},19:f(){k 2Y=M 5W().5V();j(2Y<9.2Y+9.m.4Z){9.5X=2Y-9.2Y;9.2E();9.2o()}Q{9.1s(1g);9.P=9.B;9.2o();9.1x(\'2g\',9.r,10);9.5Z()}},1U:f(B){9.P=B;9.2o();h 9},2E:f(){9.P=9.2D(9.F,9.B)},2D:f(F,B){h 9.m.5Y(9.5X,F,(B-F),9.m.4Z)},1m:f(F,B){j(!9.m.2T)9.1s();Q j(9.1f)h 9;9.F=F;9.B=B;9.2Y=M 5W().5V();9.1f=9.19.2k(G.3e(83/9.m.5U),9);9.1x(\'2K\',9.r);h 9},1s:f(2h){j(!9.1f)h 9;9.1f=$3Q(9.1f);j(!2h)9.1x(\'5T\',9.r);h 9},82:f(F,B){h 9.1m(F,B)},81:f(2h){h 9.1s(2h)}});X.1C.1T(M 5S);X.1C.1T(M 3c);X.1C.1T(M 3b);X.2Q={5F:f(t,b,c,d){h c*t/d+b},4U:f(t,b,c,d){h-c/2*(G.4T(G.1X*t/d)-1)+b}};X.23={2U:f(n,B){j(n.15(\'1A\',\'i\'))h 9.2q;j(B.15&&B.15(\' \'))h 9.3T;h 9.5R},1M:f(l,n,2X){j(!2X.18)2X=[2X];k F=2X[0],B=2X[1];j(!B&&B!=0){B=F;F=l.1W(n)}k 17=9.2U(n,B);h{F:17.1M(F),B:17.1M(B),17:17}}};X.23.5R={1M:f(K){h 3t(K)},2V:f(F,B,2W){h 2W.2D(F,B)},2F:f(K,1J){h K+1J}};X.23.3T={1M:f(K){h K.18?K:K.4Y(\' \').4X(f(v){h 3t(v)})},2V:f(F,B,2W){k P=[];I(k i=0;i<F.14;i++)P[i]=2W.2D(F[i],B[i]);h P},2F:f(K,1J){h K.3r(1J+\' \')+1J}};X.23.2q={1M:f(K){h K.18?K:K.3s(1g)},2V:f(F,B,2W){k P=[];I(k i=0;i<F.14;i++)P[i]=G.3e(2W.2D(F[i],B[i]));h P},2F:f(K){h\'1l(\'+K.3r(\',\')+\')\'}};X.5Q=X.1C.N({1e:f(l,n,m){9.r=$(l);9.n=n;9.1t(m)},5I:f(){h 9.1U(0)},2E:f(){9.P=9.17.2V(9.F,9.B,9)},1U:f(B){9.17=X.23.2U(9.n,B);h 9.1t(9.17.1M(B))},1m:f(F,B){j(9.1f&&9.m.2T)h 9;k 1n=X.23.1M(9.r,9.n,[F,B]);9.17=1n.17;h 9.1t(1n.F,1n.B)},2o:f(){9.r.1F(9.n,9.17.2F(9.P,9.m.1J))}});1b.N({80:f(n,m){h M X.5Q(9,n,m)}});X.5P=X.1C.N({1e:f(l,m){9.r=$(l);9.1t(m)},2E:f(){I(k p W 9.F)9.P[p]=9.17[p].2V(9.F[p],9.B[p],9)},1U:f(B){k 1n={};9.17={};I(k p W B){9.17[p]=X.23.2U(p,B[p]);1n[p]=9.17[p].1M(B[p])}h 9.1t(1n)},1m:f(u){j(9.1f&&9.m.2T)h 9;9.P={};9.17={};k F={},B={};I(k p W u){k 1n=X.23.1M(9.r,p,u[p]);F[p]=1n.F;B[p]=1n.B;9.17[p]=1n.17}h 9.1t(F,B)},2o:f(){I(k p W 9.P)9.r.1F(p,9.17[p].2F(9.P[p],9.m.1J))}});1b.N({7Z:f(m){h M X.5P(9,m)}});X.1N=X.1C.N({1e:f(1w,m){9.1w=$$(1w);9.1t(m)},2E:f(){I(k i W 9.F){k 3q=9.F[i],2p=9.B[i],2b=9.17[i],3p=9.P[i]={};I(k p W 3q)3p[p]=2b[p].2V(3q[p],2p[p],9)}},1U:f(B){k 1n={};9.17={};I(k i W B){k 2p=B[i],2b=9.17[i]={},5O=1n[i]={};I(k p W 2p){2b[p]=X.23.2U(p,2p[p]);5O[p]=2b[p].1M(2p[p])}}h 9.1t(1n)},1m:f(u){j(9.1f&&9.m.2T)h 9;9.P={};9.17={};k F={},B={};I(k i W u){k 4W=u[i],3q=F[i]={},2p=B[i]={},2b=9.17[i]={};I(k p W 4W){k 1n=X.23.1M(9.1w[i],p,4W[p]);3q[p]=1n.F;2p[p]=1n.B;2b[p]=1n.17}}h 9.1t(F,B)},2o:f(){I(k i W 9.P){k 3p=9.P[i],2b=9.17[i];I(k p W 3p)9.1w[i].1F(p,2b[p].2F(3p[p],9.m.1J))}}});X.7Y=X.1C.N({1e:f(r,m){9.P=[];9.r=$(r);9.1a(\'2K\',f(){9.r.1a(\'2M\',9.1s.J(9,T))}.J(9));9.1E(\'2g\',f(){9.r.1E(\'2M\',9.1s.J(9,T))}.J(9));9.1t(m)},2E:f(){I(k i=0;i<2;i++)9.P[i]=9.2D(9.F[i],9.B[i])},2a:f(x,y){j(9.1f&&9.m.2T)h 9;k l=9.r.3P();k 1z={\'x\':x,\'y\':y};I(k z W l.2A){k 1B=l.3O[z]-l.2A[z];j($2B(1z[z]))1z[z]=($q(1z[z])==\'5N\')?G.1B(G.3o(1z[z],1B),0):1B;Q 1z[z]=l.1V[z]}h 9.1m([l.1V.x,l.1V.y],[1z.x,1z.y])},7X:f(){h 9.2a(T,0)},7W:f(){h 9.2a(T,\'5M\')},7V:f(){h 9.2a(0,T)},7U:f(){h 9.2a(\'5M\',T)},5L:f(l){h 9.2a($(l).4F(),$(l).4D())},2o:f(){9.r.2a(9.P[0],9.P[1])}});X.7T=X.1C.N({1e:f(l,m){9.r=$(l).1F(\'2n\',0);9.2R=M 1b(\'7S\').5K(9.r).1F(\'7R\',\'3S\').5J(9.r);9.2N({\'1k\':\'4E\'},m);9.P=[];9.1t(9.m)},2E:f(){I(k i=0;i<2;i++)9.P[i]=9.2D(9.F[i],9.B[i])},4E:f(){9.2n=\'2w\';9.4V=\'3i\';9.2S=9.r.2v;h[9.r.1W(\'2n-2w\').2C(),9.2R.1W(\'3i\').2C()]},4G:f(){9.2n=\'2i\';9.4V=\'3j\';9.2S=9.r.2x;h[9.r.1W(\'2n-2i\').2C(),9.2R.1W(\'3j\').2C()]},5H:f(1k){h 9.1m(9[1k||9.m.1k](),[0,9.2S])},5G:f(1k){h 9.1m(9[1k||9.m.1k](),[-9.2S,0])},5I:f(1k){9[1k||9.m.1k]();h 9.1U([-9.2S,0])},7Q:f(1k){9[1k||9.m.1k]();h 9.1U([0,9.2S])},7P:f(1k){j(9.2R.2v==0||9.2R.2x==0)h 9.5H(1k);Q h 9.5G(1k)},2o:f(){9.r.1F(\'2n-\'+9.2n,9.P[0]+9.m.1J);9.2R.1F(9.4V,9.P[1]+9.m.1J)}});X.2Q={5F:f(t,b,c,d){h c*t/d+b},7O:f(t,b,c,d){h c*(t/=d)*t+b},7N:f(t,b,c,d){h-c*(t/=d)*(t-2)+b},7M:f(t,b,c,d){j((t/=d/2)<1)h c/2*t*t+b;h-c/2*((--t)*(t-2)-1)+b},7L:f(t,b,c,d){h c*(t/=d)*t*t+b},7K:f(t,b,c,d){h c*((t=t/d-1)*t*t+1)+b},7J:f(t,b,c,d){j((t/=d/2)<1)h c/2*t*t*t+b;h c/2*((t-=2)*t*t+2)+b},7I:f(t,b,c,d){h c*(t/=d)*t*t*t+b},7H:f(t,b,c,d){h-c*((t=t/d-1)*t*t*t-1)+b},7G:f(t,b,c,d){j((t/=d/2)<1)h c/2*t*t*t*t+b;h-c/2*((t-=2)*t*t*t-2)+b},7F:f(t,b,c,d){h c*(t/=d)*t*t*t*t+b},7E:f(t,b,c,d){h c*((t=t/d-1)*t*t*t*t+1)+b},7D:f(t,b,c,d){j((t/=d/2)<1)h c/2*t*t*t*t*t+b;h c/2*((t-=2)*t*t*t*t+2)+b},7C:f(t,b,c,d){h-c*G.4T(t/d*(G.1X/2))+c+b},7B:f(t,b,c,d){h c*G.3n(t/d*(G.1X/2))+b},4U:f(t,b,c,d){h-c/2*(G.4T(G.1X*t/d)-1)+b},7A:f(t,b,c,d){h(t==0)?b:c*G.22(2,10*(t/d-1))+b},7z:f(t,b,c,d){h(t==d)?b+c:c*(-G.22(2,-10*t/d)+1)+b},7y:f(t,b,c,d){j(t==0)h b;j(t==d)h b+c;j((t/=d/2)<1)h c/2*G.22(2,10*(t-1))+b;h c/2*(-G.22(2,-10*--t)+2)+b},7x:f(t,b,c,d){h-c*(G.3m(1-(t/=d)*t)-1)+b},7w:f(t,b,c,d){h c*G.3m(1-(t=t/d-1)*t)+b},7v:f(t,b,c,d){j((t/=d/2)<1)h-c/2*(G.3m(1-t*t)-1)+b;h c/2*(G.3m(1-(t-=2)*t)+1)+b},7u:f(t,b,c,d,a,p){j(t==0)h b;j((t/=d)==1)h b+c;j(!p)p=d*.3;j(!a)a=1;j(a<G.4S(c)){a=c;k s=p/4}Q k s=p/(2*G.1X)*G.4R(c/a);h-(a*G.22(2,10*(t-=1))*G.3n((t*d-s)*(2*G.1X)/p))+b},7t:f(t,b,c,d,a,p){j(t==0)h b;j((t/=d)==1)h b+c;j(!p)p=d*.3;j(!a)a=1;j(a<G.4S(c)){a=c;k s=p/4}Q k s=p/(2*G.1X)*G.4R(c/a);h a*G.22(2,-10*t)*G.3n((t*d-s)*(2*G.1X)/p)+c+b},7s:f(t,b,c,d,a,p){j(t==0)h b;j((t/=d/2)==2)h b+c;j(!p)p=d*(.3*1.5);j(!a)a=1;j(a<G.4S(c)){a=c;k s=p/4}Q k s=p/(2*G.1X)*G.4R(c/a);j(t<1)h-.5*(a*G.22(2,10*(t-=1))*G.3n((t*d-s)*(2*G.1X)/p))+b;h a*G.22(2,-10*(t-=1))*G.3n((t*d-s)*(2*G.1X)/p)*.5+c+b},7r:f(t,b,c,d,s){j(!s)s=1.4Q;h c*(t/=d)*t*((s+1)*t-s)+b},7q:f(t,b,c,d,s){j(!s)s=1.4Q;h c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},7p:f(t,b,c,d,s){j(!s)s=1.4Q;j((t/=d/2)<1)h c/2*(t*t*(((s*=(1.5E))+1)*t-s))+b;h c/2*((t-=2)*t*(((s*=(1.5E))+1)*t+s)+2)+b},5D:f(t,b,c,d){h c-X.2Q.4P(d-t,0,c,d)+b},4P:f(t,b,c,d){j((t/=d)<(1/2.75)){h c*(7.3R*t*t)+b}Q j(t<(2/2.75)){h c*(7.3R*(t-=(1.5/2.75))*t+.75)+b}Q j(t<(2.5/2.75)){h c*(7.3R*(t-=(2.25/2.75))*t+.7o)+b}Q{h c*(7.3R*(t-=(2.7n/2.75))*t+.7m)+b}},7l:f(t,b,c,d){j(t<d/2)h X.2Q.5D(t*2,0,c,d)*.5+b;h X.2Q.4P(t*2-d,0,c,d)*.5+c*.5+b}};k 2L={};2L.1C=M 11({2j:f(){h{3k:T,1J:\'4I\',2K:11.1G,2g:11.1G,5B:11.1G,4A:11.1G,1j:T,2u:{x:\'2i\',y:\'2w\'},3N:6}},1e:f(l,m){9.2N(9.2j(),m);9.r=$(l);9.3k=$(9.m.3k)||9.r;9.2l={\'P\':{},\'1D\':{}};9.K={\'1m\':{},\'P\':{}};9.1I={\'1m\':9.1m.2y(9)};9.3k.1a(\'4H\',9.1I.1m);j(9.m.1e)9.m.1e.1i(9)},1m:f(o){9.2l.1m=o.1y;k 1j=9.m.1j;9.1j={\'x\':[],\'y\':[]};I(k z W 9.m.2u){9.K.P[z]=9.r.1W(9.m.2u[z]).2C();9.2l.1D[z]=o.1y[z]-9.K.P[z];j(1j&&1j[z]){I(k i=0;i<2;i++){j($2B(1j[z][i]))9.1j[z][i]=1j[z][i].2m?1j[z][i].1i(9):1j[z][i]}}}9.1I.29=9.29.2y(9);9.1I.3l=9.3l.2y(9);9.1I.1s=9.1s.J(9);L.1a(\'2P\',9.m.3N?9.1I.3l:9.1I.29);L.1a(\'5A\',9.1I.1s);9.1x(\'2K\',9.r);o.1s()},3l:f(o){k 5C=G.3e(G.3m(G.22(o.1y.x-9.2l.1m.x,2)+G.22(o.1y.y-9.2l.1m.y,2)));j(5C>9.m.3N){L.1E(\'2P\',9.1I.3l);L.1a(\'2P\',9.1I.29);9.29(o);9.1x(\'5B\',9.r)}o.1s()},29:f(o){9.4O=T;9.2l.P=o.1y;I(k z W 9.m.2u){9.K.P[z]=o.1y[z]-9.2l.1D[z];j(9.1j[z]){j($2B(9.1j[z][1])&&(9.K.P[z]>9.1j[z][1])){9.K.P[z]=9.1j[z][1];9.4O=1g}Q j($2B(9.1j[z][0])&&(9.K.P[z]<9.1j[z][0])){9.K.P[z]=9.1j[z][0];9.4O=1g}}9.r.1F(9.m.2u[z],9.K.P[z]+9.m.1J)}9.1x(\'4A\',9.r);o.1s()},7k:f(){9.3k.1E(\'4H\',9.1I.1m)},1s:f(){L.1E(\'2P\',9.1I.29);L.1E(\'5A\',9.1I.1s);9.1x(\'2g\',9.r)}});2L.1C.1T(M 3c);2L.1C.1T(M 3b);1b.N({7j:f(m){h M 2L.1C(9,1H.N(m||{},{2u:{x:\'3j\',y:\'3i\'}}))}});k 4J=M 11({2j:f(){h{3h:20,4K:1,3K:f(x,y){9.r.2a(x,y)}}},1e:f(r,m){9.2N(9.2j(),m);9.r=$(r);9.4M=([12,L].15(r))?$(L.4N):9.r},1m:f(){9.4L=9.5z.2y(9);9.4M.1a(\'2P\',9.4L)},1s:f(){9.4M.1E(\'2P\',9.4L);9.1f=$3Q(9.1f)},5z:f(o){9.1y=(9.r==12)?o.5y:o.1y;j(!9.1f)9.1f=9.1V.2k(50,9)},1V:f(){k l=9.r.3P();k 1D=9.r.2O();k 2z={\'x\':0,\'y\':0};I(k z W 9.1y){j(9.1y[z]<(9.m.3h+1D[z])&&l.1V[z]!=0)2z[z]=(9.1y[z]-9.m.3h-1D[z])*9.m.4K;Q j(9.1y[z]+9.m.3h>(l.2A[z]+1D[z])&&l.1V[z]+l.2A[z]!=l.3O[z])2z[z]=(9.1y[z]-l.2A[z]+9.m.3h-1D[z])*9.m.4K}j(2z.y||2z.x)9.1x(\'3K\',[l.1V.x+2z.x,l.1V.y+2z.y])}});4J.1T(M 3c);4J.1T(M 3b);k 4t=M 11({2j:f(){h{3K:11.1G,2g:11.1G,4x:f(1D){9.21.1F(9.p,1D+\'4I\')},3d:3g,1k:\'4G\',3f:T}},1e:f(l,21,m){9.r=$(l);9.21=$(21);9.2N(9.2j(),m);9.4w=-1;9.4v=-1;9.19=-1;9.r.1a(\'4H\',9.5w.2y(9));j(9.m.3f)9.r.1a(\'2M\',9.5x.2y(9));j(9.m.1k==\'4G\'){9.z=\'x\';9.p=\'2i\';9.1B=9.r.2x-9.21.2x;9.4y=9.21.2x/2;9.4z=9.r.4F.J(9.r)}Q j(9.m.1k==\'4E\'){9.z=\'y\';9.p=\'2w\';9.1B=9.r.2v-9.21.2v;9.4y=9.21.2v/2;9.4z=9.r.4D.J(9.r)}9.21.1F(\'1Z\',\'7i\').1F(9.p,0);k 4B={},4C={};4C[9.z]=[0,9.1B];4B[9.z]=9.p;9.29=M 2L.1C(9.21,{1j:4C,3N:0,2u:4B,2K:f(){9.3M()}.J(9),4A:f(){9.3M()}.J(9),2g:f(){9.3M();9.2h()}.J(9)});j(9.m.1e)9.m.1e.1i(9)},1U:f(19){j(19>9.m.3d)19=9.m.3d;Q j(19<0)19=0;9.19=19;9.3L();9.2h();9.1x(\'4x\',9.5v(9.19)+\'\');h 9},5x:f(o){j(o.3f<0)9.1U(9.19+1);Q j(o.3f>0)9.1U(9.19-1);o.1s()},5w:f(o){k 1Z=o.1y[9.z]-9.4z()-9.4y;j(1Z>9.1B)1Z=9.1B;Q j(1Z<0)1Z=0;9.19=9.4u(1Z);9.3L();9.2h();9.1x(\'4x\',1Z+\'\')},3M:f(){9.19=9.4u(9.29.K.P[9.z]);9.3L()},3L:f(){j(9.4w!=9.19){9.4w=9.19;9.1x(\'3K\',9.19)}},2h:f(){j(9.4v!==9.19){9.4v=9.19;9.1x(\'2g\',9.19+\'\')}},4u:f(1Z){h G.3e(1Z/9.1B*9.m.3d)},5v:f(19){h(9.1B)*19/9.m.3d}});4t.1T(M 3c);4t.1T(M 3b);',62,619,'|||||||||this||||||function||return||if|var|el|options|property|event||type|element|||obj|||||||to||||from|Math||for|bind|value|document|new|extend|fn|now|else|args||false|prototype|events|in|Fx|arguments|||Class|window||length|test||css|push|step|addEvent|Element|case|className|initialize|timer|true|style|call|limit|mode|rgb|start|parsed|each|found|param|Array|stop|parent|keys|selector|elements|fireEvent|page|values|color|max|Base|pos|removeEvent|setStyle|empty|Object|bound|unit|null|source|parse|Elements|key|break|filters|array|properties|implement|set|scroll|getStyle|PI|opacity|position||knob|pow|CSS|name||parentNode||match|drag|scrollTo|iCss|switch|delay|create|current|onComplete|end|left|getOptions|periodical|mouse|apply|margin|increase|iTo|Color|documentElement|previous|returns|modifiers|offsetHeight|top|offsetWidth|bindWithEvent|change|size|chk|toInt|compute|setNow|getValue|getElementsBySelector|chains|HTMLElement|hex|onStart|Drag|mousewheel|setOptions|getOffsets|mousemove|Transitions|wrapper|offset|wait|select|getNow|fx|fromTo|time|id|att|Garbage||text|while|replace|newArray||||item|Options|Events|steps|round|wheel|100|area|height|width|handle|checkAndDrag|sqrt|sin|min|iNow|iFrom|join|hexToRgb|parseFloat|domready|domReady|ie|alpha|colors|undefined|hasClass|getElements|getTag|filter|option|Event|toLowerCase|target|rgbToHex|items|onChange|checkStep|draggedKnob|snap|scrollSize|getSize|clear|5625|hidden|Multi|scrollLeft|scrollTop|khtml|readyState|loaded|remove||tagName|getElement|sel|getElementById|clean||splice|preventDefault|stopPropagation|relatedTarget|offsetTop|offsetLeft|setProperty|attribute|whitespace|indexOf|currentStyle|visibility|string|appendChild|inject|instanceof|ms|attempt|bit|forEach|pr0t0typ3|klass|Slider|toStep|previousEnd|previousChange|onTick|half|getPos|onDrag|modSlide|limSlide|getTop|vertical|getLeft|horizontal|mousedown|px|Scroller|velocity|coord|mousemover|body|out|bounceOut|70158|asin|abs|cos|sineInOut|layout|iProps|map|split|duration||opera|script|ie6|copy|operator|getElementsByTagName|els|on|Function|right|pageY|pageX|code|String|DOMMouseScroll|trash|removeEvents|offs|getBrother|getNext|what|gecko|camelCase|object|Native|result|typeof|parseInt|charAt|results|toPosition|clickedElement|scrolledElement|client|getCoords|mouseup|onSnap|distance|bounceIn|525|linear|slideOut|slideIn|hide|adopt|injectAfter|toElement|full|number|iParsed|Styles|Style|Single|Chain|onCancel|fps|getTime|Date|cTime|transition|callChain|getScrollHeight|getScrollWidth|getHeight|getWidth|getScrollTop|getScrollLeft|pageXOffset|pageYOffset|scrollWidth|scrollHeight|clientHeight|clientWidth|init|complete|ie_ready|catch|try|invert|mix|Hash|getAttribute|filterByAttribute|filterByTagName|filterByClassName|filterById|w_|defaults|which|clientY|clientX|special|120|wheelDelta|nodeType|unload|collect|selectedIndex|bottom|class|html|setAttribute|default|replaceWith|createElement|setStyles|childNodes|Sibling|evType|removeEventListener|addEventListener|hyphenate|defaultView|visible|setOpacity|cssText|addClass|removeClass|contents|inside|after|before|insertBefore|where|_elements_extended_|_element_extended_|err|toFloat||Number|trim|toUpperCase|params|regex|iterable|some|every|random|picked|parentize|noinit|relative|makeResizable|detach|bounceInOut|984375|625|9375|backInOut|backOut|backIn|elasticInOut|elasticOut|elasticIn|circInOut|circOut|circIn|expoInOut|expoOut|expoIn|sineOut|sineIn|quintInOut|quintOut|quintIn|quartInOut|quartOut|quartIn|cubicInOut|cubicOut|cubicIn|quadInOut|quadOut|quadIn|toggle|show|overflow|div|Slide|toRight|toLeft|toBottom|toTop|Scroll|effects|effect|clearTimer|custom|1000|500|innerHeight|innerWidth|onDomReady|DOMContentLoaded|load|onreadystatechange|void|javascript|src|defer|write|BackgroundImageCache|execCommand|disableImageCache|255|pop|get|tag|getElementsByClassName|ES|clearChain|chain|delete|backspace|space|esc|down|up|enter|returnValue|cancelBubble|mouseout|fromElement|mouseover|button|rightClick|click|fromCharCode|keyCode|detail|metaKey|meta|altKey|alt|ctrlKey|control|shiftKey|shift|srcElement|Window|textarea|password|radio|checkbox|checked|input|getPosition|offsetParent|do|getProperty|innerHTML|setHTML|setProperties|attributes|getChildren|getParent|previousSibling|lastChild|getLast|nextSibling|firstChild|getFirst|next|getPrevious|detachEvent|addEvents|attachEvent|getPropertyValue|getComputedStyle|padding|zoom|hasLayout|toggleClass|createTextNode|styleSheet|appendText|replaceChild|cloneNode|clone|removeChild|injectInside|injectBefore|embed|bindAsEventListener|pass|finally|setInterval|setTimeout|concat|toString|transparent|capitalize|RegExp|associate|getBoxObjectFor|taintEnabled|navigator|all|ie7|XMLHttpRequest|ActiveXObject|clearInterval|clearTimeout|floor|pick|textnode|nodeValue|nodeName'.split('|'),0,{}))
var gallery=new Class({initialize:function(element,options){this.setOptions({carouselAutohide:true,showArrows:true,showCarousel:true,showInfopane:true,showPlay:false,embedLinks:true,fadeDuration:500,timed:false,delay:9000,preloader:true,manualData:[],populateFrom:false,populateData:true,destroyAfterPopulate:true,elementSelector:"div.imageElement",titleSelector:"h3",subtitleSelector:"p",linkSelector:"a.open",imageSelector:"img.full",thumbnailSelector:"img.thumbnail",slideInfoZoneOpacity:0.7,slideInfoZoneSlide:true,carouselMinimizedOpacity:0.9,carouselMinimizedHeight:20,carouselMaximizedOpacity:0.9,thumbHeight:75,thumbWidth:100,thumbSpacing:10,thumbOpacity:0.2,textShowCarousel:'Pictures',showCarouselLabel:true,useThumbGenerator:false,thumbGenerator:'resizer.php',useExternalCarousel:false,carouselElement:false,activateCarouselScroller:true,baseClass:'jdGallery',withArrowsClass:'withArrows',useHistoryManager:false,customHistoryKey:false},options);this.fireEvent('onInit');this.currentIter=0;this.lastIter=0;this.maxIter=0;this.galleryElement=element;this.galleryData=this.options.manualData;this.galleryInit=1;this.galleryElements=Array();this.thumbnailElements=Array();this.galleryElement.addClass(this.options.baseClass);this.populateFrom=element;if(this.options.populateFrom)this.populateFrom=this.options.populateFrom;if(this.options.populateData)this.populateData();element.style.display="block";if(this.options.useHistoryManager)this.initHistory();if(this.options.embedLinks){this.currentLink=new Element('a').addClass('open').setProperties({href:'#',title:''}).injectInside(element);if((!this.options.showArrows)&&(!this.options.showCarousel)){this.galleryElement=element}else this.currentLink.setStyle('display','none')};this.constructElements();if((this.galleryData.length>1)&&(this.options.showArrows)){var leftArrow=new Element('a').addClass('left').addEvent('click',this.prevItem.bind(this)).injectInside(element),rightArrow=new Element('a').addClass('right').addEvent('click',this.nextItem.bind(this)).injectInside(element);this.galleryElement.addClass(this.options.withArrowsClass)};this.loadingElement=new Element('div').addClass('loadingElement').injectInside(element);if(this.options.showInfopane)this.initInfoSlideshow();if(this.options.showCarousel)this.initCarousel();this.doSlideShow(1)},populateData:function(){currentArrayPlace=this.galleryData.length;options=this.options;var data=this.galleryData;this.populateFrom.getElements(options.elementSelector).each(function(el){elementDict={image:el.getElement(options.imageSelector).getProperty('src'),number:currentArrayPlace};if((options.showInfopane)|(options.showCarousel)){if(!el.getElement(options.titleSelector)){var temptitle=""}else var temptitle=el.getElement(options.titleSelector).innerHTML;if(!el.getElement(options.subtitleSelector)){var tempsubtitle=""}else var tempsubtitle=el.getElement(options.subtitleSelector).innerHTML;Object.extend(elementDict,{title:temptitle,description:tempsubtitle})};if(options.embedLinks)Object.extend(elementDict,{link:el.getElement(options.linkSelector).href||false,linkTitle:el.getElement(options.linkSelector).title||false});if((!options.useThumbGenerator)&&(options.showCarousel)){Object.extend(elementDict,{thumbnail:el.getElement(options.thumbnailSelector).src})}else if(options.useThumbGenerator)Object.extend(elementDict,{thumbnail:options.thumbGenerator+'?imgfile='+elementDict.image+'&max_width='+options.thumbWidth+'&max_height='+options.thumbHeight});data[currentArrayPlace]=elementDict;currentArrayPlace++;if(this.options.destroyAfterPopulate)el.remove()});this.galleryData=data;this.fireEvent('onPopulated')},constructElements:function(){el=this.galleryElement;this.maxIter=this.galleryData.length;var currentImg;for(i=0;i<this.galleryData.length;i++){var currentImg=new Fx.Style(new Element('div').addClass('slideElement').setStyles({position:'absolute',backgroundImage:"url('"+this.galleryData[i].image+"')",opacity:'0'}).injectInside(el),'opacity',{duration:this.options.fadeDuration});this.galleryElements[parseInt(i)]=currentImg}},destroySlideShow:function(element){var myClassName=element.className,newElement=new Element('div').addClass('myClassName');element.parentNode.replaceChild(newElement,element)},startSlideShow:function(){this.fireEvent('onStart');this.loadingElement.style.display="none";this.lastIter=this.maxIter-1;this.currentIter=0;this.galleryInit=0;this.galleryElements[parseInt(this.currentIter)].set(1);if(this.options.showInfopane)this.showInfoSlideShow.delay(1000,this);this.prepareTimer();if(this.options.embedLinks)this.makeLink(this.currentIter)},nextItem:function(){this.fireEvent('onNextCalled');this.nextIter=this.currentIter+1;if(this.nextIter>=this.maxIter)this.nextIter=0;this.galleryInit=0;this.goTo(this.nextIter)},prevItem:function(){this.fireEvent('onPreviousCalled');this.nextIter=this.currentIter-1;if(this.nextIter<=-1)this.nextIter=this.maxIter-1;this.galleryInit=0;this.goTo(this.nextIter)},goTo:function(num){this.clearTimer();if(this.options.embedLinks)this.clearLink();if(this.options.showInfopane){this.slideInfoZone.clearChain();this.hideInfoSlideShow().chain(this.changeItem.pass(num,this))}else this.changeItem.delay(500,this,num);if(this.options.embedLinks)this.makeLink(num);this.prepareTimer();if(this.options.carouselAutohide)this.fireEvent('onHideCarousel')},changeItem:function(num){this.fireEvent('onStartChanging');this.galleryInit=0;if(this.currentIter!=num){for(i=0;i<this.maxIter;i++)if((i!=this.currentIter))this.galleryElements[i].set(0);if(num>this.currentIter){this.galleryElements[num].custom(1)}else{this.galleryElements[num].set(1);this.galleryElements[this.currentIter].custom(0)};this.currentIter=num};this.doSlideShow.bind(this)();this.fireEvent('onChanged')},clearTimer:function(){if(this.options.timed)$clear(this.timer)},prepareTimer:function(){if(this.options.timed)this.timer=this.nextItem.delay(this.options.delay,this)},doSlideShow:function(position){if(this.galleryInit==1){imgPreloader=new Image();imgPreloader.onload=function(){this.startSlideShow.delay(10,this)}.bind(this);imgPreloader.src=this.galleryData[0].image}else if(this.options.showInfopane)if(this.options.showInfopane){this.showInfoSlideShow.delay((500+this.options.fadeDuration),this)}else if((this.options.showCarousel)&&(this.options.activateCarouselScroller))this.centerCarouselOn(position)},initCarousel:function(){var carouselElement;if(!this.options.useExternalCarousel){var carouselContainerElement=new Element('div').addClass('carouselContainer').injectInside(this.galleryElement);this.carouselContainer=new Fx.Styles(carouselContainerElement,{transition:Fx.Transitions.expoOut});this.carouselContainer.normalHeight=carouselContainerElement.offsetHeight;this.carouselContainer.set({opacity:this.options.carouselMinimizedOpacity,top:(this.options.carouselMinimizedHeight-this.carouselContainer.normalHeight)});this.carouselBtn=new Element('a').addClass('carouselBtn').setProperties({title:this.options.textShowCarousel}).setHTML(this.options.textShowCarousel).injectInside(carouselContainerElement);this.carouselBtn.addEvent('click',function(){this.carouselContainer.clearTimer();this.toggleCarousel()}.bind(this));this.carouselActive=false;if(this.options.showPlay)this.startStopEl=new Element('a').addClass('play').addEvent('click',this.startStop.bind(this)).injectInside(carouselContainerElement);carouselElement=new Element('div').addClass('carousel').injectInside(carouselContainerElement);this.carousel=new Fx.Styles(carouselElement)}else carouselElement=this.options.carouselElement.addClass('jdExtCarousel');this.carouselElement=new Fx.Styles(carouselElement,{transition:Fx.Transitions.expoOut});this.carouselElement.normalHeight=carouselElement.offsetHeight;if(this.options.showCarouselLabel)this.carouselLabel=new Element('p').addClass('label').injectInside(carouselElement);carouselWrapper=new Element('div').addClass('carouselWrapper').injectInside(carouselElement);this.carouselWrapper=new Fx.Styles(carouselWrapper,{transition:Fx.Transitions.expoOut});this.carouselWrapper.normalHeight=carouselWrapper.offsetHeight;this.carouselInner=new Element('div').addClass('carouselInner').injectInside(carouselWrapper);if(this.options.activateCarouselScroller){this.carouselWrapper.scroller=new Scroller(carouselWrapper,{area:100,velocity:0.2});this.carouselWrapper.elementScroller=new Fx.Scroll(carouselWrapper,{duration:400,onStart:this.carouselWrapper.scroller.stop.bind(this.carouselWrapper.scroller),onComplete:this.carouselWrapper.scroller.start.bind(this.carouselWrapper.scroller)})};this.constructThumbnails();this.carouselInner.normalWidth=((this.maxIter*(this.options.thumbWidth+this.options.thumbSpacing+2))+this.options.thumbSpacing)+"px";if(!this.options.useExternalCarousel)this.carouselInner.style.width=this.carouselInner.normalWidth},toggleCarousel:function(){if(this.carouselActive){this.hideCarousel()}else this.showCarousel()},startStop:function(){if(this.options.timed){$clear(this.timer);this.options.timed=false;this.startStopEl.toggleClass('pause')}else{this.startStopEl.toggleClass('pause');this.options.timed=true;this.timer=this.nextItem(this)}},showCarousel:function(){this.fireEvent('onShowCarousel');this.carouselContainer.custom({opacity:this.options.carouselMaximizedOpacity,top:0}).addEvent('onComplete',function(){this.carouselActive=true;this.carouselWrapper.scroller.start()}.bind(this))},hideCarousel:function(){if(this.carouselContainer){this.fireEvent('onHideCarousel');var targetTop=this.options.carouselMinimizedHeight-this.carouselContainer.normalHeight;this.carouselContainer.custom({opacity:this.options.carouselMinimizedOpacity,top:targetTop}).addEvent('onComplete',function(){this.carouselActive=false;this.carouselWrapper.scroller.stop()}.bind(this))}},constructThumbnails:function(){element=this.carouselInner;for(i=0;i<this.galleryData.length;i++){var currentImg=new Fx.Style(new Element('div').addClass("thumbnail").setStyles({backgroundImage:"url('"+this.galleryData[i].thumbnail+"')",backgroundPosition:"center center",backgroundRepeat:'no-repeat',marginLeft:this.options.thumbSpacing+"px",width:this.options.thumbWidth+"px",height:this.options.thumbHeight+"px"}).injectInside(element),"opacity",{duration:200}).set(options.thumbOpacity);currentImg.element.addEvents({mouseover:function(myself){myself.clearTimer();myself.custom(0.99);if(this.options.showCarouselLabel)$(this.carouselLabel).setHTML('<span class="number">'+(myself.relatedImage.number+1)+"/"+this.maxIter+":</span> "+myself.relatedImage.title)}.pass(currentImg,this),mouseout:function(myself){myself.clearTimer();myself.custom(options.thumbOpacity)}.pass(currentImg,this),click:function(myself){this.goTo(myself.relatedImage.number);if(this.options.carouselAutohide)this.hideCarousel()}.pass(currentImg,this)});currentImg.relatedImage=this.galleryData[i];this.thumbnailElements[parseInt(i)]=currentImg}},clearThumbnailsHighlights:function(){for(i=0;i<this.galleryData.length;i++){this.thumbnailElements[i].clearTimer();this.thumbnailElements[i].custom(0.2)}},changeThumbnailsSize:function(width,height){for(i=0;i<this.galleryData.length;i++){this.thumbnailElements[i].clearTimer();this.thumbnailElements[i].element.setStyles({width:width+"px",height:height+"px"})}},centerCarouselOn:function(num){if(!this.carouselWallMode){var carouselElement=this.thumbnailElements[num],position=carouselElement.element.offsetLeft+(carouselElement.element.offsetWidth/2),carouselWidth=this.carouselWrapper.element.offsetWidth,carouselInnerWidth=this.carouselInner.offsetWidth,diffWidth=carouselWidth/2,scrollPos=position-diffWidth;this.carouselWrapper.elementScroller.scrollTo(scrollPos,0)}},initInfoSlideshow:function(){this.slideInfoZone=new Fx.Styles(new Element('div').addClass('slideInfoZone').injectInside($(this.galleryElement))).set({opacity:0});var slideInfoZoneTitle=new Element('h2').injectInside(this.slideInfoZone.element),slideInfoZoneDescription=new Element('p').injectInside(this.slideInfoZone.element);this.slideInfoZone.normalHeight=this.slideInfoZone.element.offsetHeight;this.slideInfoZone.element.setStyle('opacity',0)},changeInfoSlideShow:function(){this.hideInfoSlideShow.delay(10,this);this.showInfoSlideShow.delay(500,this)},showInfoSlideShow:function(){this.fireEvent('onShowInfopane');this.slideInfoZone.clearTimer();element=this.slideInfoZone.element;this.title=this.galleryData[this.currentIter].title;this.description=this.galleryData[this.currentIter].description;if(this.title!='&nbsp;'&&this.title!=''){element.getElement('h2').setHTML(this.galleryData[this.currentIter].title);element.getElement('p').setHTML(this.galleryData[this.currentIter].description);if(this.options.slideInfoZoneSlide){this.slideInfoZone.custom({opacity:[0,this.options.slideInfoZoneOpacity],height:[0,this.slideInfoZone.normalHeight]})}else this.slideInfoZone.custom({opacity:[0,this.options.slideInfoZoneOpacity]})};if(this.options.showCarousel)this.slideInfoZone.chain(this.centerCarouselOn.pass(this.currentIter,this));return this.slideInfoZone},hideInfoSlideShow:function(){this.fireEvent('onHideInfopane');this.slideInfoZone.clearTimer();if(this.options.slideInfoZoneSlide){this.slideInfoZone.custom({opacity:0,height:0})}else this.slideInfoZone.custom({opacity:0});return this.slideInfoZone},makeLink:function(num){this.currentLink.setProperties({href:this.galleryData[num].link,title:this.galleryData[num].linkTitle});if(!((this.options.embedLinks)&&(!this.options.showArrows)&&(!this.options.showCarousel)))this.currentLink.setStyle('display','block')},clearLink:function(){this.currentLink.setProperties({href:'',title:''});if(!((this.options.embedLinks)&&(!this.options.showArrows)&&(!this.options.showCarousel)))this.currentLink.setStyle('display','none')},initHistory:function(){this.fireEvent('onHistoryInit');this.historyKey=this.galleryElement.id+'-picture';if(this.options.customHistoryKey)this.historyKey=this.options.customHistoryKey();this.history=HistoryManager.register(this.historyKey,[1],function(values){if(parseInt(values[0])-1<this.maxIter)this.goTo(parseInt(values[0])-1)}.bind(this),function(values){return[this.historyKey,'(',values[0],')'].join('')}.bind(this),this.historyKey+'\\((\\d+)\\)');this.addEvent('onChanged',function(){this.history.setValue(0,this.currentIter+1)}.bind(this));this.fireEvent('onHistoryInited')}});gallery.implement(new Events());gallery.implement(new Options())
gallery=gallery.extend({initialize:function(element,options){this.parent(element,options);this.addEvent('onPopulated',this.makeLink.bind(this));if(options.lightbox)this.lightbox2=new lightboxforsmoothgallery(this.galleryData,{})},populateData:function(){currentArrayPlace=this.galleryData.length;options=this.options;data=this.galleryData;this.galleryElement.getElements(options.elementSelector).each(function(el){elementDict={imagepath:el.getElement(options.linkSelector).getProperty('href'),image:el.getElement(options.imageSelector).getProperty('src'),number:currentArrayPlace};if(!el.getElement(options.titleSelector)){var temptitle=""}else var temptitle=el.getElement(options.titleSelector).innerHTML;if(!el.getElement(options.subtitleSelector)){var tempsubtitle=""}else var tempsubtitle=el.getElement(options.subtitleSelector).innerHTML;Object.extend(elementDict,{title:temptitle,description:tempsubtitle});if(options.embedLinks)Object.extend(elementDict,{link:el.getElement(options.linkSelector).href||false,linkTitle:el.getElement(options.linkSelector).title||false});if((!options.useThumbGenerator)&&(options.showCarousel)){Object.extend(elementDict,{thumbnail:el.getElement(options.thumbnailSelector).src})}else if(options.useThumbGenerator)Object.extend(elementDict,{thumbnail:'resizer.php?imgfile='+elementDict.image+'&max_width='+options.thumbWidth+'&max_height='+options.thumbHeight});data[currentArrayPlace]=elementDict;currentArrayPlace++;if(this.options.destroyAfterPopulate)el.remove()});this.galleryData=data;this.fireEvent('onPopulated')},makeLink:function(num){this.currentLink.setProperties({href:this.galleryData[num].link,title:this.galleryData[num].linkTitle});if(options.lightbox)this.currentLink.onclick=this.lightbox2.open.pass(num,this.lightbox2);if(!((this.options.embedLinks)&&(!this.options.showArrows)&&(!this.options.showCarousel)))this.currentLink.setStyle('display','block')}});var LightboxSmoothgallery=new Class({initialize:function(options){this.options=Object.extend({resizeDuration:400,initialWidth:250,initialHeight:250,animateCaption:true},options||{});this.anchors=[];this.eventKeyDown=this.keyboardListener.bindAsEventListener(this);this.eventPosition=this.position.bind(this);this.buildbox();var nextEffect=this.nextEffect.bind(this);this.fx={overlay:this.overlay.effect('opacity',{duration:500}).hide(),resize:this.center.effects({duration:this.options.resizeDuration,onComplete:nextEffect}),image:this.image.effect('opacity',{duration:500,onComplete:nextEffect}),bottom:this.bottom.effects({duration:400,onComplete:nextEffect})};this.preloadPrev=new Image();this.preloadNext=new Image()},buildbox:function(){this.overlay=new Element('div').setProperty('id','rglbOverlay').injectInside(document.body);this.center=new Element('div').setProperty('id','rglbCenter').setStyles({width:this.options.initialWidth+'px',height:this.options.initialHeight+'px',marginLeft:'-'+(this.options.initialWidth/2)+'px',display:'none'}).injectInside(document.body);this.image=new Element('div').setProperty('id','rglbImage').injectInside(this.center);this.prevLink=new Element('a').setProperties({id:'rglbPrevLink',href:'javascript:void(0)'}).setStyle('display','none').injectInside(this.image);this.nextLink=this.prevLink.clone().setProperty('id','rglbNextLink').injectInside(this.image);this.prevLink.onclick=this.previous.bind(this);this.nextLink.onclick=this.next.bind(this);this.bottom=new Element('div').setProperty('id','rglbBottom').setStyle('display','none').injectInside(document.body);new Element('a').setProperties({id:'rglbCloseLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.overlay.onclick=this.close.bind(this);this.number=new Element('div').setProperty('id','rglbNumber').injectInside(this.bottom);this.caption=new Element('div').setProperty('id','rglbCaption').injectInside(this.bottom);new Element('div').setStyle('clear','both').injectInside(this.bottom)},click:function(link){if(link.rel.length==8)return this.show(link.href,link.title);var j,imageNum,images=[];this.anchors.each(function(el){if(el.rel==link.rel){for(j=0;j<images.length;j++)if(images[j][0]==el.href)break;if(j==images.length){images.push([el.href,el.title]);if(el.href==link.href)imageNum=j}}},this);return this.open(images,imageNum)},show:function(url,title){return this.open([[url,title]],0)},open:function(images,imageNum){this.images=images;this.position();this.setup(true);this.top=Window.getScrollTop()+(Window.getHeight()/15);this.center.setStyles({top:this.top+'px',display:''});this.fx.overlay.custom(0);return this.changeImage(imageNum)},position:function(){this.overlay.setStyles({top:Window.getScrollTop()+'px',height:Window.getHeight()+'px'})},setup:function(open){var elements=$A(document.getElementsByTagName('object'));elements.extend(document.getElementsByTagName(window.ActiveXObject?'select':'embed'));elements.each(function(el){el.style.visibility=open?'hidden':''});var fn=open?'addEvent':'removeEvent';window[fn]('scroll',this.eventPosition)[fn]('resize',this.eventPosition);document[fn]('keydown',this.eventKeyDown);this.step=0},keyboardListener:function(event){switch(event.keyCode){case 27:case 88:case 67:this.close();break;case 37:case 80:this.previous();break;case 39:case 78:this.next()}},previous:function(){return this.changeImage(this.activeImage-1)},next:function(){return this.changeImage(this.activeImage+1)},printOrSave:function(mode){this.options.psScriptPath="typo3conf/ext/td_reference/savefile.php";if(this.options.psScriptPath)var myRef=window.open(this.options.psScriptPath+'?mode='+mode+'&image='+this.images[this.activeImage].imagepath,'printsave','left=0,top=0,width='+(parseInt(this.center.style.width))+',height='+(parseInt(this.center.style.height))+',toolbar=0,resizable=1');return true},changeImage:function(imageNum){if(this.step||(imageNum<0)||(imageNum>=this.images.length))return false;this.step=1;this.activeImage=imageNum;this.prevLink.style.display=this.nextLink.style.display='none';this.bottom.setStyles({opacity:'0',height:'0px',display:'none'});this.fx.image.hide();this.center.className='rglbLoading';this.preload=new Image();this.preload.onload=this.nextEffect.bind(this);this.preload.src=this.images[imageNum][0];return false},nextEffect:function(){switch(this.step++){case 1:this.center.className='';this.image.setStyles({backgroundImage:'url('+this.images[this.activeImage][0]+')',width:this.preload.width+'px'});this.image.style.height=this.prevLink.style.height=this.nextLink.style.height=this.preload.height+'px';this.caption.setHTML(this.images[this.activeImage][1]||'');this.number.setHTML((this.images.length==1)?'':(this.activeImage+1)+' / '+this.images.length);if(this.activeImage!=0)this.preloadPrev.src=this.images[this.activeImage-1][0];if(this.activeImage!=(this.images.length-1))this.preloadNext.src=this.images[this.activeImage+1][0];if(this.center.clientHeight!=this.image.offsetHeight+20){this.fx.resize.custom({height:[this.center.clientHeight,this.image.offsetHeight]});break};this.step++;case 2:if(this.center.clientWidth!=this.image.offsetWidth+20){this.fx.resize.custom({width:[this.center.clientWidth,this.image.offsetWidth],marginLeft:[-this.center.clientWidth/2,-this.image.offsetWidth/2]});break};this.step++;case 3:this.bottom.setStyles({top:(this.top+this.center.clientHeight)+'px',width:this.image.style.width,marginLeft:this.center.style.marginLeft,display:''});this.fx.image.custom(0,1);break;case 4:if(this.options.animateCaption){this.fx.bottom.custom({opacity:[0,1],height:[0,this.bottom.scrollHeight]});break};this.bottom.setStyles({opacity:'1',height:this.bottom.scrollHeight+'px'});case 5:if(this.activeImage!=0)this.prevLink.style.display='';if(this.activeImage!=(this.images.length-1))this.nextLink.style.display='';this.step=0}},close:function(){if(this.step<0)return;this.step=-1;if(this.preload){this.preload.onload=Class.empty;this.preload=null};for(var f in this.fx)this.fx[f].clearTimer();this.center.style.display=this.bottom.style.display='none';this.fx.overlay.chain(this.setup.pass(false,this)).custom(0);return false}}),lightboxforsmoothgallery=LightboxSmoothgallery.extend({initialize:function(galleryData,options){this.options=Object.extend({resizeDuration:400,initialWidth:250,initialHeight:250,animateCaption:true},options||{});this.images=galleryData;this.eventKeyDown=this.keyboardListener.bindAsEventListener(this);this.eventPosition=this.position.bind(this);this.overlay=new Element('div').setProperty('id','rglbOverlay').injectInside(document.body);this.center=new Element('div').setProperty('id','rglbCenter').setStyles({width:this.options.initialWidth+'px',height:this.options.initialHeight+'px',marginLeft:'-'+(this.options.initialWidth/2)+'px',display:'none'}).injectInside(document.body);this.image=new Element('div').setProperty('id','rglbImage').injectInside(this.center);this.prevLink=new Element('a').setProperties({id:'rglbPrevLink',href:'javascript:void(0)'}).setStyle('display','none').injectInside(this.image);this.nextLink=this.prevLink.clone().setProperty('id','rglbNextLink').injectInside(this.image);this.prevLink.onclick=this.previous.bind(this);this.nextLink.onclick=this.next.bind(this);this.bottom=new Element('div').setProperty('id','rglbBottom').setStyle('display','none').injectInside(document.body);this.close=new Element('a').setProperties({id:'rglbCloseLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.overlay.onclick=this.close.bind(this);this.number=new Element('div').setProperty('id','rglbNumber').addClass('gallery').injectInside(this.bottom);this.description=new Element('div').setProperty('id','rglbDescription').injectInside(this.bottom);this.title=new Element('div').setProperty('id','rglbTitle').injectInside(this.description);new Element('div').setStyle('clear','both').injectInside(this.description);this.caption=new Element('div').setProperty('id','rglbCaption').injectInside(this.description);buttons=$$('.rgsg-btn');if(buttons.length>0){buttonsConf=buttons[0].innerHTML;if(buttonsConf==10||buttonsConf==11)new Element('a').setProperties({id:'rglbSaveLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.printOrSave.bind(this,'save');if(buttonsConf==01||buttonsConf==11)new Element('a').setProperties({id:'rglbPrintLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.printOrSave.bind(this,'print')};new Element('div').setStyle('clear','both').injectInside(this.bottom);var nextEffect=this.nextEffect.bind(this);this.fx={overlay:this.overlay.effect('opacity',{duration:500}).hide(),resize:this.center.effects({duration:this.options.resizeDuration,onComplete:nextEffect}),image:this.image.effect('opacity',{duration:500,onComplete:nextEffect}),bottom:this.bottom.effects({duration:400,onComplete:nextEffect})};this.preloadPrev=new Image();this.preloadNext=new Image();this.open.bind(this);this.changeImage.bind(this)},buildbox:function(){this.overlay=new Element('div').setProperty('id','rglbOverlay').injectInside(document.body);this.center=new Element('div').setProperty('id','rglbCenter').setStyles({width:this.options.initialWidth+'px',height:this.options.initialHeight+'px',marginLeft:'-'+(this.options.initialWidth/2)+'px',display:'none'}).injectInside(document.body);this.image=new Element('div').setProperty('id','rglbImage').injectInside(this.center);this.prevLink=new Element('a').setProperties({id:'rglbPrevLink',href:'javascript:void(0)'}).setStyle('display','none').injectInside(this.image);this.nextLink=this.prevLink.clone().setProperty('id','rglbNextLink').injectInside(this.image);this.prevLink.onclick=this.previous.bind(this);this.nextLink.onclick=this.next.bind(this);this.bottom=new Element('div').setProperty('id','rglbBottom').setStyle('display','none').injectInside(document.body);new Element('a').setProperties({id:'rglbCloseLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.overlay.onclick=this.close.bind(this);new Element('div').setProperty('id','rglbDescription').injectInside(this.bottom);this.number=new Element('div').setProperty('id','rglbNumber').injectInside(this.bottom);this.title=new Element('div').setProperty('id','rglbTitle').injectInside(this.description);this.caption=new Element('div').setProperty('id','rglbCaption').injectInside(this.description);alert("xxx"+buttonsConf);buttons=$$('.rgsg-btn');buttonsConf=buttons[0].innerHTML;if(buttonsConf==10||buttonsConf==11)new Element('a').setProperties({id:'rglbSaveLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.printOrSave.bind(this,'save');if(buttonsConf==01||buttonsConf==11)new Element('a').setProperties({id:'rglbPrintLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.printOrSave.bind(this,'print');new Element('a').setProperties({id:'rglbPrintLink',href:'javascript:void(0)'}).injectInside(this.bottom).onclick=this.printOrSave.bind(this,'print');new Element('div').setStyle('clear','both').injectInside(this.bottom)},open:function(num){this.position();this.setup(true);this.top=Window.getScrollTop()+(Window.getHeight()/15);this.center.setStyles({top:this.top+'px',display:''});this.fx.overlay.custom(0);return this.changeImage(num)},printOrSave:function(mode){this.options.psScriptPath="typo3conf/ext/td_reference/savefile.php";var base_url=document.getElementById('lindner-base-url').getAttribute('value');if(this.options.psScriptPath)var myRef=window.open(base_url+this.options.psScriptPath+'?base='+base_url+'&mode='+mode+'&image='+this.images[this.activeImage].imagepath,'printsave','left=0,top=0,width='+(parseInt(this.center.style.width))+',height='+(parseInt(this.center.style.height))+',toolbar=0,resizable=1');return true},changeImage:function(num){if(this.step||(num<0)||(num>=this.images.length))return false;this.step=1;this.activeImage=num;this.prevLink.style.display=this.nextLink.style.display='none';this.bottom.setStyles({opacity:'0',height:'0px',display:'none'});this.fx.image.hide();this.center.className='rglbLoading';this.preload=new Image();this.preload.onload=this.nextEffect.bind(this);this.preload.src=this.images[num].imagepath;return false},nextEffect:function(){switch(this.step++){case 1:this.center.className='';this.image.setStyles({backgroundImage:'url('+this.images[this.activeImage].imagepath+')',width:this.preload.width+'px'});this.image.style.height=this.prevLink.style.height=this.nextLink.style.height=this.preload.height+'px';this.title.setHTML(this.images[this.activeImage].title||'');this.caption.setHTML(this.images[this.activeImage].description||'');this.number.setHTML((this.images.length==1)?'':(this.activeImage+1)+' / '+this.images.length);if(this.activeImage!=0)this.preloadPrev.src=this.images[this.activeImage-1].imagepath;if(this.activeImage!=(this.images.length-1))this.preloadNext.src=this.images[this.activeImage+1].imagepath;if(this.center.clientHeight!=this.image.offsetHeight+20){this.fx.resize.custom({height:[this.center.clientHeight,this.image.offsetHeight]});break};this.step++;case 2:if(this.center.clientWidth!=this.image.offsetWidth+20){this.fx.resize.custom({width:[this.center.clientWidth,this.image.offsetWidth],marginLeft:[-this.center.clientWidth/2,-this.image.offsetWidth/2]});break};this.step++;case 3:this.bottom.setStyles({top:(this.top+this.center.clientHeight)+'px',width:this.image.style.width,marginLeft:this.center.style.marginLeft,display:''});this.fx.image.custom(0,1);break;case 4:if(this.options.animateCaption){this.fx.bottom.custom({opacity:[0,1],height:[0,this.bottom.scrollHeight]});break};this.bottom.setStyles({opacity:'1',height:this.bottom.scrollHeight+'px'});case 5:if(this.activeImage!=0)this.prevLink.style.display='';if(this.activeImage!=(this.images.length-1))this.nextLink.style.display='';this.step=0}}})
