var oldSearchFieldValue="";
/*
 * jQuery JavaScript Library v1.3.1
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-01-21 20:42:16 -0500 (Wed, 21 Jan 2009)
 * Revision: 6158
 */
(function(){var m=this,h,C=m.jQuery,q=m.$,p=m.jQuery=m.$=function(I,J){return new p.fn.init(I,J)},H=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,g=/^.[^:#\[\.,]*$/;p.fn=p.prototype={init:function(I,L){I=I||document;if(I.nodeType){this[0]=I;this.length=1;this.context=I;return this}if(typeof I==="string"){var K=H.exec(I);if(K&&(K[1]||!L)){if(K[1]){I=p.clean([K[1]],L)}else{var M=document.getElementById(K[3]);if(M&&M.id!=K[3]){return p().find(I)}var J=p(M||[]);J.context=document;J.selector=I;return J}}else{return p(L).find(I)}}else{if(p.isFunction(I)){return p(document).ready(I)}}if(I.selector&&I.context){this.selector=I.selector;this.context=I.context}return this.setArray(p.makeArray(I))},selector:"",jquery:"1.3.1",size:function(){return this.length},get:function(I){return I===h?p.makeArray(this):this[I]},pushStack:function(J,L,I){var K=p(J);K.prevObject=this;K.context=this.context;if(L==="find"){K.selector=this.selector+(this.selector?" ":"")+I}else{if(L){K.selector=this.selector+"."+L+"("+I+")"}}return K},setArray:function(I){this.length=0;Array.prototype.push.apply(this,I);return this},each:function(J,I){return p.each(this,J,I)},index:function(I){return p.inArray(I&&I.jquery?I[0]:I,this)},attr:function(J,L,K){var I=J;if(typeof J==="string"){if(L===h){return this[0]&&p[K||"attr"](this[0],J)}else{I={};I[J]=L}}return this.each(function(M){for(J in I){p.attr(K?this.style:this,J,p.prop(this,I[J],K,M,J))}})},css:function(I,J){if((I=="width"||I=="height")&&parseFloat(J)<0){J=h}return this.attr(I,J,"curCSS")},text:function(J){if(typeof J!=="object"&&J!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(J))}var I="";p.each(J||this,function(){p.each(this.childNodes,function(){if(this.nodeType!=8){I+=this.nodeType!=1?this.nodeValue:p.fn.text([this])}})});return I},wrapAll:function(I){if(this[0]){var J=p(I,this[0].ownerDocument).clone();if(this[0].parentNode){J.insertBefore(this[0])}J.map(function(){var K=this;while(K.firstChild){K=K.firstChild}return K}).append(this)}return this},wrapInner:function(I){return this.each(function(){p(this).contents().wrapAll(I)})},wrap:function(I){return this.each(function(){p(this).wrapAll(I)})},append:function(){return this.domManip(arguments,true,function(I){if(this.nodeType==1){this.appendChild(I)}})},prepend:function(){return this.domManip(arguments,true,function(I){if(this.nodeType==1){this.insertBefore(I,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(I){this.parentNode.insertBefore(I,this)})},after:function(){return this.domManip(arguments,false,function(I){this.parentNode.insertBefore(I,this.nextSibling)})},end:function(){return this.prevObject||p([])},push:[].push,find:function(I){if(this.length===1&&!/,/.test(I)){var K=this.pushStack([],"find",I);K.length=0;p.find(I,this[0],K);return K}else{var J=p.map(this,function(L){return p.find(I,L)});return this.pushStack(/[^+>] [^+>]/.test(I)?p.unique(J):J,"find",I)}},clone:function(J){var I=this.map(function(){if(!p.support.noCloneEvent&&!p.isXMLDoc(this)){var M=this.cloneNode(true),L=document.createElement("div");L.appendChild(M);return p.clean([L.innerHTML])[0]}else{return this.cloneNode(true)}});var K=I.find("*").andSelf().each(function(){if(this[i]!==h){this[i]=null}});if(J===true){this.find("*").andSelf().each(function(M){if(this.nodeType==3){return}var L=p.data(this,"events");for(var O in L){for(var N in L[O]){p.event.add(K[M],O,L[O][N],L[O][N].data)}}})}return I},filter:function(I){return this.pushStack(p.isFunction(I)&&p.grep(this,function(K,J){return I.call(K,J)})||p.multiFilter(I,p.grep(this,function(J){return J.nodeType===1})),"filter",I)},closest:function(I){var J=p.expr.match.POS.test(I)?p(I):null;return this.map(function(){var K=this;while(K&&K.ownerDocument){if(J?J.index(K)>-1:p(K).is(I)){return K}K=K.parentNode}})},not:function(I){if(typeof I==="string"){if(g.test(I)){return this.pushStack(p.multiFilter(I,this,true),"not",I)}else{I=p.multiFilter(I,this)}}var J=I.length&&I[I.length-1]!==h&&!I.nodeType;return this.filter(function(){return J?p.inArray(this,I)<0:this!=I})},add:function(I){return this.pushStack(p.unique(p.merge(this.get(),typeof I==="string"?p(I):p.makeArray(I))))},is:function(I){return !!I&&p.multiFilter(I,this).length>0},hasClass:function(I){return !!I&&this.is("."+I)},val:function(O){if(O===h){var I=this[0];if(I){if(p.nodeName(I,"option")){return(I.attributes.value||{}).specified?I.value:I.text}if(p.nodeName(I,"select")){var M=I.selectedIndex,P=[],Q=I.options,L=I.type=="select-one";if(M<0){return null}for(var J=L?M:0,N=L?M+1:Q.length;J<N;J++){var K=Q[J];if(K.selected){O=p(K).val();if(L){return O}P.push(O)}}return P}return(I.value||"").replace(/\r/g,"")}return h}if(typeof O==="number"){O+=""}return this.each(function(){if(this.nodeType!=1){return}if(p.isArray(O)&&/radio|checkbox/.test(this.type)){this.checked=(p.inArray(this.value,O)>=0||p.inArray(this.name,O)>=0)}else{if(p.nodeName(this,"select")){var R=p.makeArray(O);p("option",this).each(function(){this.selected=(p.inArray(this.value,R)>=0||p.inArray(this.text,R)>=0)});if(!R.length){this.selectedIndex=-1}}else{this.value=O}}})},html:function(I){return I===h?(this[0]?this[0].innerHTML:null):this.empty().append(I)},replaceWith:function(I){return this.after(I).remove()},eq:function(I){return this.slice(I,+I+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(I){return this.pushStack(p.map(this,function(K,J){return I.call(K,J,K)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(O,R,Q){if(this[0]){var N=(this[0].ownerDocument||this[0]).createDocumentFragment(),K=p.clean(O,(this[0].ownerDocument||this[0]),N),M=N.firstChild,I=this.length>1?N.cloneNode(true):N;if(M){for(var L=0,J=this.length;L<J;L++){Q.call(P(this[L],M),L>0?I.cloneNode(true):N)}}if(K){p.each(K,D)}}return this;function P(S,T){return R&&p.nodeName(S,"table")&&p.nodeName(T,"tr")?(S.getElementsByTagName("tbody")[0]||S.appendChild(S.ownerDocument.createElement("tbody"))):S}}};p.fn.init.prototype=p.fn;function D(I,J){if(J.src){p.ajax({url:J.src,async:false,dataType:"script"})}else{p.globalEval(J.text||J.textContent||J.innerHTML||"")}if(J.parentNode){J.parentNode.removeChild(J)}}function e(){return +new Date}p.extend=p.fn.extend=function(){var N=arguments[0]||{},L=1,M=arguments.length,I=false,K;if(typeof N==="boolean"){I=N;N=arguments[1]||{};L=2}if(typeof N!=="object"&&!p.isFunction(N)){N={}}if(M==L){N=this;--L}for(;L<M;L++){if((K=arguments[L])!=null){for(var J in K){var O=N[J],P=K[J];if(N===P){continue}if(I&&P&&typeof P==="object"&&!P.nodeType){N[J]=p.extend(I,O||(P.length!=null?[]:{}),P)}else{if(P!==h){N[J]=P}}}}}return N};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,r=document.defaultView||{},u=Object.prototype.toString;p.extend({noConflict:function(I){m.$=q;if(I){m.jQuery=C}return p},isFunction:function(I){return u.call(I)==="[object Function]"},isArray:function(I){return u.call(I)==="[object Array]"},isXMLDoc:function(I){return I.nodeType===9&&I.documentElement.nodeName!=="HTML"||!!I.ownerDocument&&p.isXMLDoc(I.ownerDocument)},globalEval:function(K){K=p.trim(K);if(K){var J=document.getElementsByTagName("head")[0]||document.documentElement,I=document.createElement("script");I.type="text/javascript";if(p.support.scriptEval){I.appendChild(document.createTextNode(K))}else{I.text=K}J.insertBefore(I,J.firstChild);J.removeChild(I)}},nodeName:function(J,I){return J.nodeName&&J.nodeName.toUpperCase()==I.toUpperCase()},each:function(K,O,J){var I,L=0,M=K.length;if(J){if(M===h){for(I in K){if(O.apply(K[I],J)===false){break}}}else{for(;L<M;){if(O.apply(K[L++],J)===false){break}}}}else{if(M===h){for(I in K){if(O.call(K[I],I,K[I])===false){break}}}else{for(var N=K[0];L<M&&O.call(N,L,N)!==false;N=K[++L]){}}}return K},prop:function(L,M,K,J,I){if(p.isFunction(M)){M=M.call(L,J)}return typeof M==="number"&&K=="curCSS"&&!b.test(I)?M+"px":M},className:{add:function(I,J){p.each((J||"").split(/\s+/),function(K,L){if(I.nodeType==1&&!p.className.has(I.className,L)){I.className+=(I.className?" ":"")+L}})},remove:function(I,J){if(I.nodeType==1){I.className=J!==h?p.grep(I.className.split(/\s+/),function(K){return !p.className.has(J,K)}).join(" "):""}},has:function(J,I){return J&&p.inArray(I,(J.className||J).toString().split(/\s+/))>-1}},swap:function(L,K,M){var I={};for(var J in K){I[J]=L.style[J];L.style[J]=K[J]}M.call(L);for(var J in K){L.style[J]=I[J]}},css:function(K,I,M){if(I=="width"||I=="height"){var O,J={position:"absolute",visibility:"hidden",display:"block"},N=I=="width"?["Left","Right"]:["Top","Bottom"];function L(){O=I=="width"?K.offsetWidth:K.offsetHeight;var Q=0,P=0;p.each(N,function(){Q+=parseFloat(p.curCSS(K,"padding"+this,true))||0;P+=parseFloat(p.curCSS(K,"border"+this+"Width",true))||0});O-=Math.round(Q+P)}if(p(K).is(":visible")){L()}else{p.swap(K,J,L)}return Math.max(0,O)}return p.curCSS(K,I,M)},curCSS:function(M,J,K){var P,I=M.style;if(J=="opacity"&&!p.support.opacity){P=p.attr(I,"opacity");return P==""?"1":P}if(J.match(/float/i)){J=A}if(!K&&I&&I[J]){P=I[J]}else{if(r.getComputedStyle){if(J.match(/float/i)){J="float"}J=J.replace(/([A-Z])/g,"-$1").toLowerCase();var Q=r.getComputedStyle(M,null);if(Q){P=Q.getPropertyValue(J)}if(J=="opacity"&&P==""){P="1"}}else{if(M.currentStyle){var N=J.replace(/\-(\w)/g,function(R,S){return S.toUpperCase()});P=M.currentStyle[J]||M.currentStyle[N];if(!/^\d+(px)?$/i.test(P)&&/^\d/.test(P)){var L=I.left,O=M.runtimeStyle.left;M.runtimeStyle.left=M.currentStyle.left;I.left=P||0;P=I.pixelLeft+"px";I.left=L;M.runtimeStyle.left=O}}}}return P},clean:function(J,O,M){O=O||document;if(typeof O.createElement==="undefined"){O=O.ownerDocument||O[0]&&O[0].ownerDocument||document}if(!M&&J.length===1&&typeof J[0]==="string"){var L=/^<(\w+)\s*\/?>$/.exec(J[0]);if(L){return[O.createElement(L[1])]}}var K=[],I=[],P=O.createElement("div");p.each(J,function(T,V){if(typeof V==="number"){V+=""}if(!V){return}if(typeof V==="string"){V=V.replace(/(<(\w+)[^>]*?)\/>/g,function(X,Y,W){return W.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?X:Y+"></"+W+">"});var S=p.trim(V).toLowerCase();var U=!S.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!S.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||S.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!S.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!S.indexOf("<td")||!S.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!S.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!p.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];P.innerHTML=U[1]+V+U[2];while(U[0]--){P=P.lastChild}if(!p.support.tbody){var R=!S.indexOf("<table")&&S.indexOf("<tbody")<0?P.firstChild&&P.firstChild.childNodes:U[1]=="<table>"&&S.indexOf("<tbody")<0?P.childNodes:[];for(var Q=R.length-1;Q>=0;--Q){if(p.nodeName(R[Q],"tbody")&&!R[Q].childNodes.length){R[Q].parentNode.removeChild(R[Q])}}}if(!p.support.leadingWhitespace&&/^\s/.test(V)){P.insertBefore(O.createTextNode(V.match(/^\s*/)[0]),P.firstChild)}V=p.makeArray(P.childNodes)}if(V.nodeType){K.push(V)}else{K=p.merge(K,V)}});if(M){for(var N=0;K[N];N++){if(p.nodeName(K[N],"script")&&(!K[N].type||K[N].type.toLowerCase()==="text/javascript")){I.push(K[N].parentNode?K[N].parentNode.removeChild(K[N]):K[N])}else{if(K[N].nodeType===1){K.splice.apply(K,[N+1,0].concat(p.makeArray(K[N].getElementsByTagName("script"))))}M.appendChild(K[N])}}return I}return K},attr:function(N,K,O){if(!N||N.nodeType==3||N.nodeType==8){return h}var L=!p.isXMLDoc(N),P=O!==h;K=L&&p.props[K]||K;if(N.tagName){var J=/href|src|style/.test(K);if(K=="selected"&&N.parentNode){N.parentNode.selectedIndex}if(K in N&&L&&!J){if(P){if(K=="type"&&p.nodeName(N,"input")&&N.parentNode){throw"type property can't be changed"}N[K]=O}if(p.nodeName(N,"form")&&N.getAttributeNode(K)){return N.getAttributeNode(K).nodeValue}if(K=="tabIndex"){var M=N.getAttributeNode("tabIndex");return M&&M.specified?M.value:N.nodeName.match(/(button|input|object|select|textarea)/i)?0:N.nodeName.match(/^(a|area)$/i)&&N.href?0:h}return N[K]}if(!p.support.style&&L&&K=="style"){return p.attr(N.style,"cssText",O)}if(P){N.setAttribute(K,""+O)}var I=!p.support.hrefNormalized&&L&&J?N.getAttribute(K,2):N.getAttribute(K);return I===null?h:I}if(!p.support.opacity&&K=="opacity"){if(P){N.zoom=1;N.filter=(N.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(O)+""=="NaN"?"":"alpha(opacity="+O*100+")")}return N.filter&&N.filter.indexOf("opacity=")>=0?(parseFloat(N.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}K=K.replace(/-([a-z])/ig,function(Q,R){return R.toUpperCase()});if(P){N[K]=O}return N[K]},trim:function(I){return(I||"").replace(/^\s+|\s+$/g,"")},makeArray:function(K){var I=[];if(K!=null){var J=K.length;if(J==null||typeof K==="string"||p.isFunction(K)||K.setInterval){I[0]=K}else{while(J){I[--J]=K[J]}}}return I},inArray:function(K,L){for(var I=0,J=L.length;I<J;I++){if(L[I]===K){return I}}return -1},merge:function(L,I){var J=0,K,M=L.length;if(!p.support.getAll){while((K=I[J++])!=null){if(K.nodeType!=8){L[M++]=K}}}else{while((K=I[J++])!=null){L[M++]=K}}return L},unique:function(O){var J=[],I={};try{for(var K=0,L=O.length;K<L;K++){var N=p.data(O[K]);if(!I[N]){I[N]=true;J.push(O[K])}}}catch(M){J=O}return J},grep:function(J,N,I){var K=[];for(var L=0,M=J.length;L<M;L++){if(!I!=!N(J[L],L)){K.push(J[L])}}return K},map:function(I,N){var J=[];for(var K=0,L=I.length;K<L;K++){var M=N(I[K],K);if(M!=null){J[J.length]=M}}return J.concat.apply([],J)}});var G=navigator.userAgent.toLowerCase();p.browser={version:(G.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(G),opera:/opera/.test(G),msie:/msie/.test(G)&&!/opera/.test(G),mozilla:/mozilla/.test(G)&&!/(compatible|webkit)/.test(G)};p.each({parent:function(I){return I.parentNode},parents:function(I){return p.dir(I,"parentNode")},next:function(I){return p.nth(I,2,"nextSibling")},prev:function(I){return p.nth(I,2,"previousSibling")},nextAll:function(I){return p.dir(I,"nextSibling")},prevAll:function(I){return p.dir(I,"previousSibling")},siblings:function(I){return p.sibling(I.parentNode.firstChild,I)},children:function(I){return p.sibling(I.firstChild)},contents:function(I){return p.nodeName(I,"iframe")?I.contentDocument||I.contentWindow.document:p.makeArray(I.childNodes)}},function(I,J){p.fn[I]=function(K){var L=p.map(this,J);if(K&&typeof K=="string"){L=p.multiFilter(K,L)}return this.pushStack(p.unique(L),I,K)}});p.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(I,J){p.fn[I]=function(){var K=arguments;return this.each(function(){for(var L=0,M=K.length;L<M;L++){p(K[L])[J](this)}})}});p.each({removeAttr:function(I){p.attr(this,I,"");if(this.nodeType==1){this.removeAttribute(I)}},addClass:function(I){p.className.add(this,I)},removeClass:function(I){p.className.remove(this,I)},toggleClass:function(J,I){if(typeof I!=="boolean"){I=!p.className.has(this,J)}p.className[I?"add":"remove"](this,J)},remove:function(I){if(!I||p.filter(I,[this]).length){p("*",this).add([this]).each(function(){p.event.remove(this);p.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){p(">*",this).remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(I,J){p.fn[I]=function(){return this.each(J,arguments)}});function k(I,J){return I[0]&&parseInt(p.curCSS(I[0],J,true),10)||0}var i="jQuery"+e(),z=0,E={};p.extend({cache:{},data:function(J,I,K){J=J==m?E:J;var L=J[i];if(!L){L=J[i]=++z}if(I&&!p.cache[L]){p.cache[L]={}}if(K!==h){p.cache[L][I]=K}return I?p.cache[L][I]:L},removeData:function(J,I){J=J==m?E:J;var L=J[i];if(I){if(p.cache[L]){delete p.cache[L][I];I="";for(I in p.cache[L]){break}if(!I){p.removeData(J)}}}else{try{delete J[i]}catch(K){if(J.removeAttribute){J.removeAttribute(i)}}delete p.cache[L]}},queue:function(J,I,L){if(J){I=(I||"fx")+"queue";var K=p.data(J,I);if(!K||p.isArray(L)){K=p.data(J,I,p.makeArray(L))}else{if(L){K.push(L)}}}return K},dequeue:function(L,K){var I=p.queue(L,K),J=I.shift();if(!K||K==="fx"){J=I[0]}if(J!==h){J.call(L)}}});p.fn.extend({data:function(I,K){var L=I.split(".");L[1]=L[1]?"."+L[1]:"";if(K===h){var J=this.triggerHandler("getData"+L[1]+"!",[L[0]]);if(J===h&&this.length){J=p.data(this[0],I)}return J===h&&L[1]?this.data(L[0]):J}else{return this.trigger("setData"+L[1]+"!",[L[0],K]).each(function(){p.data(this,I,K)})}},removeData:function(I){return this.each(function(){p.removeData(this,I)})},queue:function(I,J){if(typeof I!=="string"){J=I;I="fx"}if(J===h){return p.queue(this[0],I)}return this.each(function(){var K=p.queue(this,I,J);if(I=="fx"&&K.length==1){K[0].call(this)}})},dequeue:function(I){return this.each(function(){p.dequeue(this,I)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var U=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]+['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[]+)+|[>+~])(\s*,\s*)?/g,O=0,K=Object.prototype.toString;var J=function(ab,X,ae,af){ae=ae||[];X=X||document;if(X.nodeType!==1&&X.nodeType!==9){return[]}if(!ab||typeof ab!=="string"){return ae}var ac=[],Z,ai,al,W,ag,Y,aa=true;U.lastIndex=0;while((Z=U.exec(ab))!==null){ac.push(Z[1]);if(Z[2]){Y=RegExp.rightContext;break}}if(ac.length>1&&P.exec(ab)){if(ac.length===2&&L.relative[ac[0]]){ai=M(ac[0]+ac[1],X)}else{ai=L.relative[ac[0]]?[X]:J(ac.shift(),X);while(ac.length){ab=ac.shift();if(L.relative[ab]){ab+=ac.shift()}ai=M(ab,ai)}}}else{var ah=af?{expr:ac.pop(),set:I(af)}:J.find(ac.pop(),ac.length===1&&X.parentNode?X.parentNode:X,T(X));ai=J.filter(ah.expr,ah.set);if(ac.length>0){al=I(ai)}else{aa=false}while(ac.length){var ak=ac.pop(),aj=ak;if(!L.relative[ak]){ak=""}else{aj=ac.pop()}if(aj==null){aj=X}L.relative[ak](al,aj,T(X))}}if(!al){al=ai}if(!al){throw"Syntax error, unrecognized expression: "+(ak||ab)}if(K.call(al)==="[object Array]"){if(!aa){ae.push.apply(ae,al)}else{if(X.nodeType===1){for(var ad=0;al[ad]!=null;ad++){if(al[ad]&&(al[ad]===true||al[ad].nodeType===1&&N(X,al[ad]))){ae.push(ai[ad])}}}else{for(var ad=0;al[ad]!=null;ad++){if(al[ad]&&al[ad].nodeType===1){ae.push(ai[ad])}}}}}else{I(al,ae)}if(Y){J(Y,X,ae,af)}return ae};J.matches=function(W,X){return J(W,null,null,X)};J.find=function(ad,W,ae){var ac,aa;if(!ad){return[]}for(var Z=0,Y=L.order.length;Z<Y;Z++){var ab=L.order[Z],aa;if((aa=L.match[ab].exec(ad))){var X=RegExp.leftContext;if(X.substr(X.length-1)!=="\\"){aa[1]=(aa[1]||"").replace(/\\/g,"");ac=L.find[ab](aa,W,ae);if(ac!=null){ad=ad.replace(L.match[ab],"");break}}}}if(!ac){ac=W.getElementsByTagName("*")}return{set:ac,expr:ad}};J.filter=function(af,ae,ai,Z){var Y=af,ak=[],ac=ae,ab,W;while(af&&ae.length){for(var ad in L.filter){if((ab=L.match[ad].exec(af))!=null){var X=L.filter[ad],aj,ah;W=false;if(ac==ak){ak=[]}if(L.preFilter[ad]){ab=L.preFilter[ad](ab,ac,ai,ak,Z);if(!ab){W=aj=true}else{if(ab===true){continue}}}if(ab){for(var aa=0;(ah=ac[aa])!=null;aa++){if(ah){aj=X(ah,ab,aa,ac);var ag=Z^!!aj;if(ai&&aj!=null){if(ag){W=true}else{ac[aa]=false}}else{if(ag){ak.push(ah);W=true}}}}}if(aj!==h){if(!ai){ac=ak}af=af.replace(L.match[ad],"");if(!W){return[]}break}}}af=af.replace(/\s*,\s*/,"");if(af==Y){if(W==null){throw"Syntax error, unrecognized expression: "+af}else{break}}Y=af}return ac};var L=J.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(W){return W.getAttribute("href")}},relative:{"+":function(aa,X){for(var Y=0,W=aa.length;Y<W;Y++){var Z=aa[Y];if(Z){var ab=Z.previousSibling;while(ab&&ab.nodeType!==1){ab=ab.previousSibling}aa[Y]=typeof X==="string"?ab||false:ab===X}}if(typeof X==="string"){J.filter(X,aa,true)}},">":function(ab,X,ac){if(typeof X==="string"&&!/\W/.test(X)){X=ac?X:X.toUpperCase();for(var Y=0,W=ab.length;Y<W;Y++){var aa=ab[Y];if(aa){var Z=aa.parentNode;ab[Y]=Z.nodeName===X?Z:false}}}else{for(var Y=0,W=ab.length;Y<W;Y++){var aa=ab[Y];if(aa){ab[Y]=typeof X==="string"?aa.parentNode:aa.parentNode===X}}if(typeof X==="string"){J.filter(X,ab,true)}}},"":function(Z,X,ab){var Y="done"+(O++),W=V;if(!X.match(/\W/)){var aa=X=ab?X:X.toUpperCase();W=S}W("parentNode",X,Y,Z,aa,ab)},"~":function(Z,X,ab){var Y="done"+(O++),W=V;if(typeof X==="string"&&!X.match(/\W/)){var aa=X=ab?X:X.toUpperCase();W=S}W("previousSibling",X,Y,Z,aa,ab)}},find:{ID:function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?[W]:[]}},NAME:function(W,X,Y){if(typeof X.getElementsByName!=="undefined"&&!Y){return X.getElementsByName(W[1])}},TAG:function(W,X){return X.getElementsByTagName(W[1])}},preFilter:{CLASS:function(Z,X,Y,W,ac){Z=" "+Z[1].replace(/\\/g,"")+" ";var ab;for(var aa=0;(ab=X[aa])!=null;aa++){if(ab){if(ac^(" "+ab.className+" ").indexOf(Z)>=0){if(!Y){W.push(ab)}}else{if(Y){X[aa]=false}}}}return false},ID:function(W){return W[1].replace(/\\/g,"")},TAG:function(X,W){for(var Y=0;W[Y]===false;Y++){}return W[Y]&&T(W[Y])?X[1]:X[1].toUpperCase()},CHILD:function(W){if(W[1]=="nth"){var X=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(W[2]=="even"&&"2n"||W[2]=="odd"&&"2n+1"||!/\D/.test(W[2])&&"0n+"+W[2]||W[2]);W[2]=(X[1]+(X[2]||1))-0;W[3]=X[3]-0}W[0]="done"+(O++);return W},ATTR:function(X){var W=X[1].replace(/\\/g,"");if(L.attrMap[W]){X[1]=L.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(aa,X,Y,W,ab){if(aa[1]==="not"){if(aa[3].match(U).length>1){aa[3]=J(aa[3],null,null,X)}else{var Z=J.filter(aa[3],X,Y,true^ab);if(!Y){W.push.apply(W,Z)}return false}}else{if(L.match.POS.test(aa[0])){return true}}return aa},POS:function(W){W.unshift(true);return W}},filters:{enabled:function(W){return W.disabled===false&&W.type!=="hidden"},disabled:function(W){return W.disabled===true},checked:function(W){return W.checked===true},selected:function(W){W.parentNode.selectedIndex;return W.selected===true},parent:function(W){return !!W.firstChild},empty:function(W){return !W.firstChild},has:function(Y,X,W){return !!J(W[3],Y).length},header:function(W){return/h\d/i.test(W.nodeName)},text:function(W){return"text"===W.type},radio:function(W){return"radio"===W.type},checkbox:function(W){return"checkbox"===W.type},file:function(W){return"file"===W.type},password:function(W){return"password"===W.type},submit:function(W){return"submit"===W.type},image:function(W){return"image"===W.type},reset:function(W){return"reset"===W.type},button:function(W){return"button"===W.type||W.nodeName.toUpperCase()==="BUTTON"},input:function(W){return/input|select|textarea|button/i.test(W.nodeName)}},setFilters:{first:function(X,W){return W===0},last:function(Y,X,W,Z){return X===Z.length-1},even:function(X,W){return W%2===0},odd:function(X,W){return W%2===1},lt:function(Y,X,W){return X<W[3]-0},gt:function(Y,X,W){return X>W[3]-0},nth:function(Y,X,W){return W[3]-0==X},eq:function(Y,X,W){return W[3]-0==X}},filter:{CHILD:function(W,Z){var ac=Z[1],ad=W.parentNode;var ab=Z[0];if(ad&&(!ad[ab]||!W.nodeIndex)){var aa=1;for(var X=ad.firstChild;X;X=X.nextSibling){if(X.nodeType==1){X.nodeIndex=aa++}}ad[ab]=aa-1}if(ac=="first"){return W.nodeIndex==1}else{if(ac=="last"){return W.nodeIndex==ad[ab]}else{if(ac=="only"){return ad[ab]==1}else{if(ac=="nth"){var af=false,Y=Z[2],ae=Z[3];if(Y==1&&ae==0){return true}if(Y==0){if(W.nodeIndex==ae){af=true}}else{if((W.nodeIndex-ae)%Y==0&&(W.nodeIndex-ae)/Y>=0){af=true}}return af}}}}},PSEUDO:function(ac,Y,Z,ad){var X=Y[1],aa=L.filters[X];if(aa){return aa(ac,Z,Y,ad)}else{if(X==="contains"){return(ac.textContent||ac.innerText||"").indexOf(Y[3])>=0}else{if(X==="not"){var ab=Y[3];for(var Z=0,W=ab.length;Z<W;Z++){if(ab[Z]===ac){return false}}return true}}}},ID:function(X,W){return X.nodeType===1&&X.getAttribute("id")===W},TAG:function(X,W){return(W==="*"&&X.nodeType===1)||X.nodeName===W},CLASS:function(X,W){return W.test(X.className)},ATTR:function(aa,Y){var W=L.attrHandle[Y[1]]?L.attrHandle[Y[1]](aa):aa[Y[1]]||aa.getAttribute(Y[1]),ab=W+"",Z=Y[2],X=Y[4];return W==null?Z==="!=":Z==="="?ab===X:Z==="*="?ab.indexOf(X)>=0:Z==="~="?(" "+ab+" ").indexOf(X)>=0:!Y[4]?W:Z==="!="?ab!=X:Z==="^="?ab.indexOf(X)===0:Z==="$="?ab.substr(ab.length-X.length)===X:Z==="|="?ab===X||ab.substr(0,X.length+1)===X+"-":false},POS:function(aa,X,Y,ab){var W=X[2],Z=L.setFilters[W];if(Z){return Z(aa,Y,X,ab)}}}};var P=L.match.POS;for(var R in L.match){L.match[R]=RegExp(L.match[R].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var I=function(X,W){X=Array.prototype.slice.call(X);if(W){W.push.apply(W,X);return W}return X};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(Q){I=function(aa,Z){var X=Z||[];if(K.call(aa)==="[object Array]"){Array.prototype.push.apply(X,aa)}else{if(typeof aa.length==="number"){for(var Y=0,W=aa.length;Y<W;Y++){X.push(aa[Y])}}else{for(var Y=0;aa[Y];Y++){X.push(aa[Y])}}}return X}}(function(){var X=document.createElement("form"),Y="script"+(new Date).getTime();X.innerHTML="<input name='"+Y+"'/>";var W=document.documentElement;W.insertBefore(X,W.firstChild);if(!!document.getElementById(Y)){L.find.ID=function(aa,ab,ac){if(typeof ab.getElementById!=="undefined"&&!ac){var Z=ab.getElementById(aa[1]);return Z?Z.id===aa[1]||typeof Z.getAttributeNode!=="undefined"&&Z.getAttributeNode("id").nodeValue===aa[1]?[Z]:h:[]}};L.filter.ID=function(ab,Z){var aa=typeof ab.getAttributeNode!=="undefined"&&ab.getAttributeNode("id");return ab.nodeType===1&&aa&&aa.nodeValue===Z}}W.removeChild(X)})();(function(){var W=document.createElement("div");W.appendChild(document.createComment(""));if(W.getElementsByTagName("*").length>0){L.find.TAG=function(X,ab){var aa=ab.getElementsByTagName(X[1]);if(X[1]==="*"){var Z=[];for(var Y=0;aa[Y];Y++){if(aa[Y].nodeType===1){Z.push(aa[Y])}}aa=Z}return aa}}W.innerHTML="<a href='#'></a>";if(W.firstChild&&W.firstChild.getAttribute("href")!=="#"){L.attrHandle.href=function(X){return X.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var W=J,X=document.createElement("div");X.innerHTML="<p class='TEST'></p>";if(X.querySelectorAll&&X.querySelectorAll(".TEST").length===0){return}J=function(ab,aa,Y,Z){aa=aa||document;if(!Z&&aa.nodeType===9&&!T(aa)){try{return I(aa.querySelectorAll(ab),Y)}catch(ac){}}return W(ab,aa,Y,Z)};J.find=W.find;J.filter=W.filter;J.selectors=W.selectors;J.matches=W.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){L.order.splice(1,0,"CLASS");L.find.CLASS=function(W,X){return X.getElementsByClassName(W[1])}}function S(X,ad,ac,ag,ae,af){for(var aa=0,Y=ag.length;aa<Y;aa++){var W=ag[aa];if(W){W=W[X];var ab=false;while(W&&W.nodeType){var Z=W[ac];if(Z){ab=ag[Z];break}if(W.nodeType===1&&!af){W[ac]=aa}if(W.nodeName===ad){ab=W;break}W=W[X]}ag[aa]=ab}}}function V(X,ac,ab,af,ad,ae){for(var Z=0,Y=af.length;Z<Y;Z++){var W=af[Z];if(W){W=W[X];var aa=false;while(W&&W.nodeType){if(W[ab]){aa=af[W[ab]];break}if(W.nodeType===1){if(!ae){W[ab]=Z}if(typeof ac!=="string"){if(W===ac){aa=true;break}}else{if(J.filter(ac,[W]).length>0){aa=W;break}}}W=W[X]}af[Z]=aa}}}var N=document.compareDocumentPosition?function(X,W){return X.compareDocumentPosition(W)&16}:function(X,W){return X!==W&&(X.contains?X.contains(W):true)};var T=function(W){return W.nodeType===9&&W.documentElement.nodeName!=="HTML"||!!W.ownerDocument&&T(W.ownerDocument)};var M=function(W,ad){var Z=[],aa="",ab,Y=ad.nodeType?[ad]:ad;while((ab=L.match.PSEUDO.exec(W))){aa+=ab[0];W=W.replace(L.match.PSEUDO,"")}W=L.relative[W]?W+"*":W;for(var ac=0,X=Y.length;ac<X;ac++){J(W,Y[ac],Z)}return J.filter(aa,Z)};p.find=J;p.filter=J.filter;p.expr=J.selectors;p.expr[":"]=p.expr.filters;J.selectors.filters.hidden=function(W){return"hidden"===W.type||p.css(W,"display")==="none"||p.css(W,"visibility")==="hidden"};J.selectors.filters.visible=function(W){return"hidden"!==W.type&&p.css(W,"display")!=="none"&&p.css(W,"visibility")!=="hidden"};J.selectors.filters.animated=function(W){return p.grep(p.timers,function(X){return W===X.elem}).length};p.multiFilter=function(Y,W,X){if(X){Y=":not("+Y+")"}return J.matches(Y,W)};p.dir=function(Y,X){var W=[],Z=Y[X];while(Z&&Z!=document){if(Z.nodeType==1){W.push(Z)}Z=Z[X]}return W};p.nth=function(aa,W,Y,Z){W=W||1;var X=0;for(;aa;aa=aa[Y]){if(aa.nodeType==1&&++X==W){break}}return aa};p.sibling=function(Y,X){var W=[];for(;Y;Y=Y.nextSibling){if(Y.nodeType==1&&Y!=X){W.push(Y)}}return W};return;m.Sizzle=J})();p.event={add:function(M,J,L,O){if(M.nodeType==3||M.nodeType==8){return}if(M.setInterval&&M!=m){M=m}if(!L.guid){L.guid=this.guid++}if(O!==h){var K=L;L=this.proxy(K);L.data=O}var I=p.data(M,"events")||p.data(M,"events",{}),N=p.data(M,"handle")||p.data(M,"handle",function(){return typeof p!=="undefined"&&!p.event.triggered?p.event.handle.apply(arguments.callee.elem,arguments):h});N.elem=M;p.each(J.split(/\s+/),function(Q,R){var S=R.split(".");R=S.shift();L.type=S.slice().sort().join(".");var P=I[R];if(p.event.specialAll[R]){p.event.specialAll[R].setup.call(M,O,S)}if(!P){P=I[R]={};if(!p.event.special[R]||p.event.special[R].setup.call(M,O,S)===false){if(M.addEventListener){M.addEventListener(R,N,false)}else{if(M.attachEvent){M.attachEvent("on"+R,N)}}}}P[L.guid]=L;p.event.global[R]=true});M=null},guid:1,global:{},remove:function(O,L,N){if(O.nodeType==3||O.nodeType==8){return}var K=p.data(O,"events"),J,I;if(K){if(L===h||(typeof L==="string"&&L.charAt(0)==".")){for(var M in K){this.remove(O,M+(L||""))}}else{if(L.type){N=L.handler;L=L.type}p.each(L.split(/\s+/),function(Q,S){var U=S.split(".");S=U.shift();var R=RegExp("(^|\\.)"+U.slice().sort().join(".*\\.")+"(\\.|$)");if(K[S]){if(N){delete K[S][N.guid]}else{for(var T in K[S]){if(R.test(K[S][T].type)){delete K[S][T]}}}if(p.event.specialAll[S]){p.event.specialAll[S].teardown.call(O,U)}for(J in K[S]){break}if(!J){if(!p.event.special[S]||p.event.special[S].teardown.call(O,U)===false){if(O.removeEventListener){O.removeEventListener(S,p.data(O,"handle"),false)}else{if(O.detachEvent){O.detachEvent("on"+S,p.data(O,"handle"))}}}J=null;delete K[S]}}})}for(J in K){break}if(!J){var P=p.data(O,"handle");if(P){P.elem=null}p.removeData(O,"events");p.removeData(O,"handle")}}},trigger:function(M,O,L,I){var K=M.type||M;if(!I){M=typeof M==="object"?M[i]?M:p.extend(p.Event(K),M):p.Event(K);if(K.indexOf("!")>=0){M.type=K=K.slice(0,-1);M.exclusive=true}if(!L){M.stopPropagation();if(this.global[K]){p.each(p.cache,function(){if(this.events&&this.events[K]){p.event.trigger(M,O,this.handle.elem)}})}}if(!L||L.nodeType==3||L.nodeType==8){return h}M.result=h;M.target=L;O=p.makeArray(O);O.unshift(M)}M.currentTarget=L;var N=p.data(L,"handle");if(N){N.apply(L,O)}if((!L[K]||(p.nodeName(L,"a")&&K=="click"))&&L["on"+K]&&L["on"+K].apply(L,O)===false){M.result=false}if(!I&&L[K]&&!M.isDefaultPrevented()&&!(p.nodeName(L,"a")&&K=="click")){this.triggered=true;try{L[K]()}catch(P){}}this.triggered=false;if(!M.isPropagationStopped()){var J=L.parentNode||L.ownerDocument;if(J){p.event.trigger(M,O,J,true)}}},handle:function(O){var N,I;O=arguments[0]=p.event.fix(O||m.event);var P=O.type.split(".");O.type=P.shift();N=!P.length&&!O.exclusive;var M=RegExp("(^|\\.)"+P.slice().sort().join(".*\\.")+"(\\.|$)");I=(p.data(this,"events")||{})[O.type];for(var K in I){var L=I[K];if(N||M.test(L.type)){O.handler=L;O.data=L.data;var J=L.apply(this,arguments);if(J!==h){O.result=J;if(J===false){O.preventDefault();O.stopPropagation()}}if(O.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(L){if(L[i]){return L}var J=L;L=p.Event(J);for(var K=this.props.length,N;K;){N=this.props[--K];L[N]=J[N]}if(!L.target){L.target=L.srcElement||document}if(L.target.nodeType==3){L.target=L.target.parentNode}if(!L.relatedTarget&&L.fromElement){L.relatedTarget=L.fromElement==L.target?L.toElement:L.fromElement}if(L.pageX==null&&L.clientX!=null){var M=document.documentElement,I=document.body;L.pageX=L.clientX+(M&&M.scrollLeft||I&&I.scrollLeft||0)-(M.clientLeft||0);L.pageY=L.clientY+(M&&M.scrollTop||I&&I.scrollTop||0)-(M.clientTop||0)}if(!L.which&&((L.charCode||L.charCode===0)?L.charCode:L.keyCode)){L.which=L.charCode||L.keyCode}if(!L.metaKey&&L.ctrlKey){L.metaKey=L.ctrlKey}if(!L.which&&L.button){L.which=(L.button&1?1:(L.button&2?3:(L.button&4?2:0)))}return L},proxy:function(J,I){I=I||function(){return J.apply(this,arguments)};I.guid=J.guid=J.guid||I.guid||this.guid++;return I},special:{ready:{setup:F,teardown:function(){}}},specialAll:{live:{setup:function(I,J){p.event.add(this,J[0],c)},teardown:function(K){if(K.length){var I=0,J=RegExp("(^|\\.)"+K[0]+"(\\.|$)");p.each((p.data(this,"events").live||{}),function(){if(J.test(this.type)){I++}});if(I<1){p.event.remove(this,K[0],c)}}}}}};p.Event=function(I){if(!this.preventDefault){return new p.Event(I)}if(I&&I.type){this.originalEvent=I;this.type=I.type}else{this.type=I}this.timeStamp=e();this[i]=true};function l(){return false}function y(){return true}p.Event.prototype={preventDefault:function(){this.isDefaultPrevented=y;var I=this.originalEvent;if(!I){return}if(I.preventDefault){I.preventDefault()}I.returnValue=false},stopPropagation:function(){this.isPropagationStopped=y;var I=this.originalEvent;if(!I){return}if(I.stopPropagation){I.stopPropagation()}I.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=y;this.stopPropagation()},isDefaultPrevented:l,isPropagationStopped:l,isImmediatePropagationStopped:l};var a=function(J){var I=J.relatedTarget;while(I&&I!=this){try{I=I.parentNode}catch(K){I=this}}if(I!=this){J.type=J.data;p.event.handle.apply(this,arguments)}};p.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(J,I){p.event.special[I]={setup:function(){p.event.add(this,J,a,I)},teardown:function(){p.event.remove(this,J,a)}}});p.fn.extend({bind:function(J,K,I){return J=="unload"?this.one(J,K,I):this.each(function(){p.event.add(this,J,I||K,I&&K)})},one:function(K,L,J){var I=p.event.proxy(J||L,function(M){p(this).unbind(M,I);return(J||L).apply(this,arguments)});return this.each(function(){p.event.add(this,K,I,J&&L)})},unbind:function(J,I){return this.each(function(){p.event.remove(this,J,I)})},trigger:function(I,J){return this.each(function(){p.event.trigger(I,J,this)})},triggerHandler:function(I,K){if(this[0]){var J=p.Event(I);J.preventDefault();J.stopPropagation();p.event.trigger(J,K,this[0]);return J.result}},toggle:function(K){var I=arguments,J=1;while(J<I.length){p.event.proxy(K,I[J++])}return this.click(p.event.proxy(K,function(L){this.lastToggle=(this.lastToggle||0)%J;L.preventDefault();return I[this.lastToggle++].apply(this,arguments)||false}))},hover:function(I,J){return this.mouseenter(I).mouseleave(J)},ready:function(I){F();if(p.isReady){I.call(document,p)}else{p.readyList.push(I)}return this},live:function(K,J){var I=p.event.proxy(J);I.guid+=this.selector+K;p(document).bind(j(K,this.selector),this.selector,I);return this},die:function(J,I){p(document).unbind(j(J,this.selector),I?{guid:I.guid+this.selector+J}:null);return this}});function c(L){var I=RegExp("(^|\\.)"+L.type+"(\\.|$)"),K=true,J=[];p.each(p.data(this,"events").live||[],function(M,N){if(I.test(N.type)){var O=p(L.target).closest(N.data)[0];if(O){J.push({elem:O,fn:N})}}});p.each(J,function(){if(this.fn.call(this.elem,L,this.fn.data)===false){K=false}});return K}function j(J,I){return["live",J,I.replace(/\./g,"`").replace(/ /g,"|")].join(".")}p.extend({isReady:false,readyList:[],ready:function(){if(!p.isReady){p.isReady=true;if(p.readyList){p.each(p.readyList,function(){this.call(document,p)});p.readyList=null}p(document).triggerHandler("ready")}}});var B=false;function F(){if(B){return}B=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);p.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);p.ready()}});if(document.documentElement.doScroll&&typeof m.frameElement==="undefined"){(function(){if(p.isReady){return}try{document.documentElement.doScroll("left")}catch(I){setTimeout(arguments.callee,0);return}p.ready()})()}}}p.event.add(m,"load",p.ready)}p.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(J,I){p.fn[I]=function(K){return K?this.bind(I,K):this.trigger(I)}});p(m).bind("unload",function(){for(var I in p.cache){if(I!=1&&p.cache[I].handle){p.event.remove(p.cache[I].handle.elem)}}});(function(){p.support={};var J=document.documentElement,K=document.createElement("script"),O=document.createElement("div"),N="script"+(new Date).getTime();O.style.display="none";O.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 L=O.getElementsByTagName("*"),I=O.getElementsByTagName("a")[0];if(!L||!L.length||!I){return}p.support={leadingWhitespace:O.firstChild.nodeType==3,tbody:!O.getElementsByTagName("tbody").length,objectAll:!!O.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!O.getElementsByTagName("link").length,style:/red/.test(I.getAttribute("style")),hrefNormalized:I.getAttribute("href")==="/a",opacity:I.style.opacity==="0.5",cssFloat:!!I.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};K.type="text/javascript";try{K.appendChild(document.createTextNode("window."+N+"=1;"))}catch(M){}J.insertBefore(K,J.firstChild);if(m[N]){p.support.scriptEval=true;delete m[N]}J.removeChild(K);if(O.attachEvent&&O.fireEvent){O.attachEvent("onclick",function(){p.support.noCloneEvent=false;O.detachEvent("onclick",arguments.callee)});O.cloneNode(true).fireEvent("onclick")}p(function(){var P=document.createElement("div");P.style.width="1px";P.style.paddingLeft="1px";document.body.appendChild(P);p.boxModel=p.support.boxModel=P.offsetWidth===2;document.body.removeChild(P)})})();var A=p.support.cssFloat?"cssFloat":"styleFloat";p.props={"for":"htmlFor","class":"className","float":A,cssFloat:A,styleFloat:A,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};p.fn.extend({_load:p.fn.load,load:function(K,N,O){if(typeof K!=="string"){return this._load(K)}var M=K.indexOf(" ");if(M>=0){var I=K.slice(M,K.length);K=K.slice(0,M)}var L="GET";if(N){if(p.isFunction(N)){O=N;N=null}else{if(typeof N==="object"){N=p.param(N);L="POST"}}}var J=this;p.ajax({url:K,type:L,dataType:"html",data:N,complete:function(Q,P){if(P=="success"||P=="notmodified"){J.html(I?p("<div/>").append(Q.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(I):Q.responseText)}if(O){J.each(O,[Q.responseText,P,Q])}}});return this},serialize:function(){return p.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?p.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password/i.test(this.type))}).map(function(I,J){var K=p(this).val();return K==null?null:p.isArray(K)?p.map(K,function(M,L){return{name:J.name,value:M}}):{name:J.name,value:K}}).get()}});p.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(I,J){p.fn[J]=function(K){return this.bind(J,K)}});var s=e();p.extend({get:function(I,K,L,J){if(p.isFunction(K)){L=K;K=null}return p.ajax({type:"GET",url:I,data:K,success:L,dataType:J})},getScript:function(I,J){return p.get(I,null,J,"script")},getJSON:function(I,J,K){return p.get(I,J,K,"json")},post:function(I,K,L,J){if(p.isFunction(K)){L=K;K={}}return p.ajax({type:"POST",url:I,data:K,success:L,dataType:J})},ajaxSetup:function(I){p.extend(p.ajaxSettings,I)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return m.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(Q){Q=p.extend(true,Q,p.extend(true,{},p.ajaxSettings,Q));var aa,J=/=\?(&|$)/g,V,Z,K=Q.type.toUpperCase();if(Q.data&&Q.processData&&typeof Q.data!=="string"){Q.data=p.param(Q.data)}if(Q.dataType=="jsonp"){if(K=="GET"){if(!Q.url.match(J)){Q.url+=(Q.url.match(/\?/)?"&":"?")+(Q.jsonp||"callback")+"=?"}}else{if(!Q.data||!Q.data.match(J)){Q.data=(Q.data?Q.data+"&":"")+(Q.jsonp||"callback")+"=?"}}Q.dataType="json"}if(Q.dataType=="json"&&(Q.data&&Q.data.match(J)||Q.url.match(J))){aa="jsonp"+s++;if(Q.data){Q.data=(Q.data+"").replace(J,"="+aa+"$1")}Q.url=Q.url.replace(J,"="+aa+"$1");Q.dataType="script";m[aa]=function(ab){Z=ab;M();P();m[aa]=h;try{delete m[aa]}catch(ac){}if(L){L.removeChild(X)}}}if(Q.dataType=="script"&&Q.cache==null){Q.cache=false}if(Q.cache===false&&K=="GET"){var I=e();var Y=Q.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+I+"$2");Q.url=Y+((Y==Q.url)?(Q.url.match(/\?/)?"&":"?")+"_="+I:"")}if(Q.data&&K=="GET"){Q.url+=(Q.url.match(/\?/)?"&":"?")+Q.data;Q.data=null}if(Q.global&&!p.active++){p.event.trigger("ajaxStart")}var U=/^(\w+:)?\/\/([^\/?#]+)/.exec(Q.url);if(Q.dataType=="script"&&K=="GET"&&U&&(U[1]&&U[1]!=location.protocol||U[2]!=location.host)){var L=document.getElementsByTagName("head")[0];var X=document.createElement("script");X.src=Q.url;if(Q.scriptCharset){X.charset=Q.scriptCharset}if(!aa){var S=false;X.onload=X.onreadystatechange=function(){if(!S&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){S=true;M();P();L.removeChild(X)}}}L.appendChild(X);return h}var O=false;var N=Q.xhr();if(Q.username){N.open(K,Q.url,Q.async,Q.username,Q.password)}else{N.open(K,Q.url,Q.async)}try{if(Q.data){N.setRequestHeader("Content-Type",Q.contentType)}if(Q.ifModified){N.setRequestHeader("If-Modified-Since",p.lastModified[Q.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}N.setRequestHeader("X-Requested-With","XMLHttpRequest");N.setRequestHeader("Accept",Q.dataType&&Q.accepts[Q.dataType]?Q.accepts[Q.dataType]+", */*":Q.accepts._default)}catch(W){}if(Q.beforeSend&&Q.beforeSend(N,Q)===false){if(Q.global&&!--p.active){p.event.trigger("ajaxStop")}N.abort();return false}if(Q.global){p.event.trigger("ajaxSend",[N,Q])}var R=function(ab){if(N.readyState==0){if(T){clearInterval(T);T=null;if(Q.global&&!--p.active){p.event.trigger("ajaxStop")}}}else{if(!O&&N&&(N.readyState==4||ab=="timeout")){O=true;if(T){clearInterval(T);T=null}V=ab=="timeout"?"timeout":!p.httpSuccess(N)?"error":Q.ifModified&&p.httpNotModified(N,Q.url)?"notmodified":"success";if(V=="success"){try{Z=p.httpData(N,Q.dataType,Q)}catch(ad){V="parsererror"}}if(V=="success"){var ac;try{ac=N.getResponseHeader("Last-Modified")}catch(ad){}if(Q.ifModified&&ac){p.lastModified[Q.url]=ac}if(!aa){M()}}else{p.handleError(Q,N,V)}P();if(ab){N.abort()}if(Q.async){N=null}}}};if(Q.async){var T=setInterval(R,13);if(Q.timeout>0){setTimeout(function(){if(N&&!O){R("timeout")}},Q.timeout)}}try{N.send(Q.data)}catch(W){p.handleError(Q,N,null,W)}if(!Q.async){R()}function M(){if(Q.success){Q.success(Z,V)}if(Q.global){p.event.trigger("ajaxSuccess",[N,Q])}}function P(){if(Q.complete){Q.complete(N,V)}if(Q.global){p.event.trigger("ajaxComplete",[N,Q])}if(Q.global&&!--p.active){p.event.trigger("ajaxStop")}}return N},handleError:function(J,L,I,K){if(J.error){J.error(L,I,K)}if(J.global){p.event.trigger("ajaxError",[L,J,K])}},active:0,httpSuccess:function(J){try{return !J.status&&location.protocol=="file:"||(J.status>=200&&J.status<300)||J.status==304||J.status==1223}catch(I){}return false},httpNotModified:function(K,I){try{var L=K.getResponseHeader("Last-Modified");return K.status==304||L==p.lastModified[I]}catch(J){}return false},httpData:function(N,L,K){var J=N.getResponseHeader("content-type"),I=L=="xml"||!L&&J&&J.indexOf("xml")>=0,M=I?N.responseXML:N.responseText;if(I&&M.documentElement.tagName=="parsererror"){throw"parsererror"}if(K&&K.dataFilter){M=K.dataFilter(M,L)}if(typeof M==="string"){if(L=="script"){p.globalEval(M)}if(L=="json"){M=m["eval"]("("+M+")")}}return M},param:function(I){var K=[];function L(M,N){K[K.length]=encodeURIComponent(M)+"="+encodeURIComponent(N)}if(p.isArray(I)||I.jquery){p.each(I,function(){L(this.name,this.value)})}else{for(var J in I){if(p.isArray(I[J])){p.each(I[J],function(){L(J,this)})}else{L(J,p.isFunction(I[J])?I[J]():I[J])}}}return K.join("&").replace(/%20/g,"+")}});var n={},o,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function x(J,I){var K={};p.each(d.concat.apply([],d.slice(0,I)),function(){K[this]=J});return K}p.fn.extend({show:function(N,P){if(N){return this.animate(x("show",3),N,P)}else{for(var L=0,J=this.length;L<J;L++){var I=p.data(this[L],"olddisplay");this[L].style.display=I||"";if(p.css(this[L],"display")==="none"){var K=this[L].tagName,O;if(n[K]){O=n[K]}else{var M=p("<"+K+" />").appendTo("body");O=M.css("display");if(O==="none"){O="block"}M.remove();n[K]=O}this[L].style.display=p.data(this[L],"olddisplay",O)}}return this}},hide:function(L,M){if(L){return this.animate(x("hide",3),L,M)}else{for(var K=0,J=this.length;K<J;K++){var I=p.data(this[K],"olddisplay");if(!I&&I!=="none"){p.data(this[K],"olddisplay",p.css(this[K],"display"))}this[K].style.display="none"}return this}},_toggle:p.fn.toggle,toggle:function(K,J){var I=typeof K==="boolean";return p.isFunction(K)&&p.isFunction(J)?this._toggle.apply(this,arguments):K==null||I?this.each(function(){var L=I?K:p(this).is(":hidden");p(this)[L?"show":"hide"]()}):this.animate(x("toggle",3),K,J)},fadeTo:function(I,K,J){return this.animate({opacity:K},I,J)},animate:function(M,J,L,K){var I=p.speed(J,L,K);return this[I.queue===false?"each":"queue"](function(){var O=p.extend({},I),Q,P=this.nodeType==1&&p(this).is(":hidden"),N=this;for(Q in M){if(M[Q]=="hide"&&P||M[Q]=="show"&&!P){return O.complete.call(this)}if((Q=="height"||Q=="width")&&this.style){O.display=p.css(this,"display");O.overflow=this.style.overflow}}if(O.overflow!=null){this.style.overflow="hidden"}O.curAnim=p.extend({},M);p.each(M,function(S,W){var V=new p.fx(N,O,S);if(/toggle|show|hide/.test(W)){V[W=="toggle"?P?"show":"hide":W](M)}else{var U=W.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),X=V.cur(true)||0;if(U){var R=parseFloat(U[2]),T=U[3]||"px";if(T!="px"){N.style[S]=(R||1)+T;X=((R||1)/V.cur(true))*X;N.style[S]=X+T}if(U[1]){R=((U[1]=="-="?-1:1)*R)+X}V.custom(X,R,T)}else{V.custom(X,W,"")}}});return true})},stop:function(J,I){var K=p.timers;if(J){this.queue([])}this.each(function(){for(var L=K.length-1;L>=0;L--){if(K[L].elem==this){if(I){K[L](true)}K.splice(L,1)}}});if(!I){this.dequeue()}return this}});p.each({slideDown:x("show",1),slideUp:x("hide",1),slideToggle:x("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(I,J){p.fn[I]=function(K,L){return this.animate(J,K,L)}});p.extend({speed:function(K,L,J){var I=typeof K==="object"?K:{complete:J||!J&&L||p.isFunction(K)&&K,duration:K,easing:J&&L||L&&!p.isFunction(L)&&L};I.duration=p.fx.off?0:typeof I.duration==="number"?I.duration:p.fx.speeds[I.duration]||p.fx.speeds._default;I.old=I.complete;I.complete=function(){if(I.queue!==false){p(this).dequeue()}if(p.isFunction(I.old)){I.old.call(this)}};return I},easing:{linear:function(K,L,I,J){return I+J*K},swing:function(K,L,I,J){return((-Math.cos(K*Math.PI)/2)+0.5)*J+I}},timers:[],fx:function(J,I,K){this.options=I;this.elem=J;this.prop=K;if(!I.orig){I.orig={}}}});p.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(p.fx.step[this.prop]||p.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(J){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var I=parseFloat(p.css(this.elem,this.prop,J));return I&&I>-10000?I:parseFloat(p.curCSS(this.elem,this.prop))||0},custom:function(M,L,K){this.startTime=e();this.start=M;this.end=L;this.unit=K||this.unit||"px";this.now=this.start;this.pos=this.state=0;var I=this;function J(N){return I.step(N)}J.elem=this.elem;if(J()&&p.timers.push(J)==1){o=setInterval(function(){var O=p.timers;for(var N=0;N<O.length;N++){if(!O[N]()){O.splice(N--,1)}}if(!O.length){clearInterval(o)}},13)}},show:function(){this.options.orig[this.prop]=p.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());p(this.elem).show()},hide:function(){this.options.orig[this.prop]=p.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(L){var K=e();if(L||K>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var I=true;for(var J in this.options.curAnim){if(this.options.curAnim[J]!==true){I=false}}if(I){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(p.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){p(this.elem).hide()}if(this.options.hide||this.options.show){for(var M in this.options.curAnim){p.attr(this.elem.style,M,this.options.orig[M])}}this.options.complete.call(this.elem)}return false}else{var N=K-this.startTime;this.state=N/this.options.duration;this.pos=p.easing[this.options.easing||(p.easing.swing?"swing":"linear")](this.state,N,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};p.extend(p.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(I){p.attr(I.elem.style,"opacity",I.now)},_default:function(I){if(I.elem.style&&I.elem.style[I.prop]!=null){I.elem.style[I.prop]=I.now+I.unit}else{I.elem[I.prop]=I.now}}}});if(document.documentElement.getBoundingClientRect){p.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return p.offset.bodyOffset(this[0])}var K=this[0].getBoundingClientRect(),N=this[0].ownerDocument,J=N.body,I=N.documentElement,P=I.clientTop||J.clientTop||0,O=I.clientLeft||J.clientLeft||0,M=K.top+(self.pageYOffset||p.boxModel&&I.scrollTop||J.scrollTop)-P,L=K.left+(self.pageXOffset||p.boxModel&&I.scrollLeft||J.scrollLeft)-O;return{top:M,left:L}}}else{p.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return p.offset.bodyOffset(this[0])}p.offset.initialized||p.offset.initialize();var N=this[0],K=N.offsetParent,J=N,S=N.ownerDocument,Q,L=S.documentElement,O=S.body,P=S.defaultView,I=P.getComputedStyle(N,null),R=N.offsetTop,M=N.offsetLeft;while((N=N.parentNode)&&N!==O&&N!==L){Q=P.getComputedStyle(N,null);R-=N.scrollTop,M-=N.scrollLeft;if(N===K){R+=N.offsetTop,M+=N.offsetLeft;if(p.offset.doesNotAddBorder&&!(p.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(N.tagName))){R+=parseInt(Q.borderTopWidth,10)||0,M+=parseInt(Q.borderLeftWidth,10)||0}J=K,K=N.offsetParent}if(p.offset.subtractsBorderForOverflowNotVisible&&Q.overflow!=="visible"){R+=parseInt(Q.borderTopWidth,10)||0,M+=parseInt(Q.borderLeftWidth,10)||0}I=Q}if(I.position==="relative"||I.position==="static"){R+=O.offsetTop,M+=O.offsetLeft}if(I.position==="fixed"){R+=Math.max(L.scrollTop,O.scrollTop),M+=Math.max(L.scrollLeft,O.scrollLeft)}return{top:R,left:M}}}p.offset={initialize:function(){if(this.initialized){return}var P=document.body,J=document.createElement("div"),L,K,R,M,Q,I,N=P.style.marginTop,O='<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>';Q={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(I in Q){J.style[I]=Q[I]}J.innerHTML=O;P.insertBefore(J,P.firstChild);L=J.firstChild,K=L.firstChild,M=L.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(K.offsetTop!==5);this.doesAddBorderForTableAndCells=(M.offsetTop===5);L.style.overflow="hidden",L.style.position="relative";this.subtractsBorderForOverflowNotVisible=(K.offsetTop===-5);P.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(P.offsetTop===0);P.style.marginTop=N;P.removeChild(J);this.initialized=true},bodyOffset:function(I){p.offset.initialized||p.offset.initialize();var K=I.offsetTop,J=I.offsetLeft;if(p.offset.doesNotIncludeMarginInBodyOffset){K+=parseInt(p.curCSS(I,"marginTop",true),10)||0,J+=parseInt(p.curCSS(I,"marginLeft",true),10)||0}return{top:K,left:J}}};p.fn.extend({position:function(){var M=0,L=0,J;if(this[0]){var K=this.offsetParent(),N=this.offset(),I=/^body|html$/i.test(K[0].tagName)?{top:0,left:0}:K.offset();N.top-=k(this,"marginTop");N.left-=k(this,"marginLeft");I.top+=k(K,"borderTopWidth");I.left+=k(K,"borderLeftWidth");J={top:N.top-I.top,left:N.left-I.left}}return J},offsetParent:function(){var I=this[0].offsetParent||document.body;while(I&&(!/^body|html$/i.test(I.tagName)&&p.css(I,"position")=="static")){I=I.offsetParent}return p(I)}});p.each(["Left","Top"],function(J,I){var K="scroll"+I;p.fn[K]=function(L){if(!this[0]){return null}return L!==h?this.each(function(){this==m||this==document?m.scrollTo(!J?L:p(m).scrollLeft(),J?L:p(m).scrollTop()):this[K]=L}):this[0]==m||this[0]==document?self[J?"pageYOffset":"pageXOffset"]||p.boxModel&&document.documentElement[K]||document.body[K]:this[0][K]}});p.each(["Height","Width"],function(L,J){var I=L?"Left":"Top",K=L?"Right":"Bottom";p.fn["inner"+J]=function(){return this[J.toLowerCase()]()+k(this,"padding"+I)+k(this,"padding"+K)};p.fn["outer"+J]=function(N){return this["inner"+J]()+k(this,"border"+I+"Width")+k(this,"border"+K+"Width")+(N?k(this,"margin"+I)+k(this,"margin"+K):0)};var M=J.toLowerCase();p.fn[M]=function(N){return this[0]==m?document.compatMode=="CSS1Compat"&&document.documentElement["client"+J]||document.body["client"+J]:this[0]==document?Math.max(document.documentElement["client"+J],document.body["scroll"+J],document.documentElement["scroll"+J],document.body["offset"+J],document.documentElement["offset"+J]):N===h?(this.length?p.css(this[0],M):null):this.css(M,typeof N==="string"?N:N+"px")}})})();jQuery.fn.cssFontSize_oldCSS=jQuery.fn.css;jQuery.fn.extend({css:function(b,c){if(jQuery.browser.msie&&b=="fontSize"){b="font-size"}if(typeof(c)!="undefined"){return $(this).cssFontSize_oldCSS(b,c)}else{val=$(this).cssFontSize_oldCSS(b)}if(!jQuery.browser.msie||b!="font-size"){return val}var a=parseFloat(val,10);if(isNaN(a)){return val}if(jQuery.browser.version==6&&a>78.6875){val=String(a/78.6875)}return val}});jQuery.extend({array2Object:function(d){var a;if(d&&typeof(d)=="array"){a={};for(var b=0;b<d.length;b++){var c=d[b].split(":");a[jQuery.trim(c[0])]=jQuery.trim(c[1]).replace(/^['"](.*)['"]/,"$1")}}else{if(d&&typeof(d)=="object"){a={};for(var b in d){var c=d[b].split(":");a[jQuery.trim(c[0])]=jQuery.trim(c[1]).replace(/^['"](.*)['"]/,"$1")}}}return a}});jQuery.fn.extend({clientHeight:function(){var a=0;jQuery(this).children().each(function(){if($(this).css("position")=="absolute"){return}if(a<$(this).outerHeight()+$(this)[0].offsetTop){a=$(this).outerHeight()+$(this)[0].offsetTop}});return a+(parseInt($(this).css("padding-bottom"))||0)},clientWidth:function(){var a=0;jQuery(this).children().each(function(){if($(this).css("position")=="absolute"){return}if(a<$(this).outerWidth()+$(this)[0].offsetLeft){a=$(this).outerWidth()+$(this)[0].offsetLeft}});return a+(parseInt($(this).css("padding-right"))||0)}});
/*
 * Copyright (c) 2005 - 2008, James Auldridge
 * All rights reserved.
 *
 * Licensed under the BSD, MIT, and GPL (your choice!) Licenses:
 *  http://code.google.com/p/cookies/wiki/License
 *
 * Version 2.0
 */
var jaaulde=window.jaaulde||{};jaaulde.utils=jaaulde.utils||{};jaaulde.utils.cookies=(function(){var d=[];var b={hoursToLive:0,path:"/",domain:window.location.hostname,secure:false};var h=function(i){var j;if(typeof i!=="object"||i===null){j=b}else{j={hoursToLive:(typeof i.hoursToLive==="number"?i.hoursToLive:b.hoursToLive),path:(typeof i.path==="string"&&i.path!=""?i.path:b.path),domain:(typeof i.domain==="string"&&i.domain!=""?i.domain:b.domain),secure:(typeof i.secure==="boolean"&&i.secure!=""?i.secure:b.secure)}}return j};var g=function(i){i=h(i);return((i.hoursToLive!==0?"; expires="+a(i.hoursToLive):"")+"; path="+i.path+"; domain="+i.domain+(i.secure?"; secure":""))};var a=function(i){var j=new Date();j.setTime(j.getTime()+(i*60*60*1000));return j.toGMTString()};var e=function(){d=[];var m,k,j=document.cookie.split(";");for(var l=0;l<j.length;l++){m=j[l].split("=");k=m[0].replace(/^\s*/,"").replace(/\s*$/,"");value=unescape(m[1]);d[k]=unescape(value)}return d};var c=function(){};c.prototype.get=function(k){var i;e();if(typeof k==="string"){i=(typeof d[k]!=="undefined")?d[k]:null}else{if(typeof k==="object"&&k!==null){i=[];for(var j in k){i[k[j]]=(typeof d[k[j]]!=="undefined")?d[k[j]]:null}}else{i=d}}return i};c.prototype.set=function(l,j,i){if(typeof j==="undefined"||j===null){if(typeof i!=="object"||i===null){i={}}j="";i.hoursToLive=-8760}var k=g(i);document.cookie=l+"="+escape(j)+k};c.prototype.del=function(j,i){if(typeof i!=="object"||i===null){i={}}this.set(j,null,i)};c.prototype.test=function(){var j=false,i="cT",k="data";this.set(i,k);if(this.get(i)==k){this.del(i);j=true}return j};c.prototype.setOptions=function(i){if(typeof i!=="object"){i=null}b=h(i)};return new c()})();(function(){if(typeof jQuery!=="undefined"){jQuery.cookies=jaaulde.utils.cookies;var a={cookify:function(b){return this.each(function(){var c="",h="",g=["name","id"],e=0,d;while(e<g.length&&(typeof c!=="string"||c==="")){c=jQuery(this).attr(g[e]);e++}if(typeof c==="string"||c!==""){d=jQuery(this).attr("type").toLowerCase();if(d!=="radio"&&d!=="checkbox"){h=jQuery(this).attr("value");if(typeof h!=="string"||h===""){h=null}jQuery.cookies.set(c,h,b)}}e=0})},cookieFill:function(){return this.each(function(){var c="",g,e=["name","id"],d=0,b;while(d<e.length&&(typeof c!=="string"||c==="")){c=jQuery(this).attr(e[d]);d++}if(typeof c==="string"&&c!==""){g=jQuery.cookies.get(c);if(g!==null){b=this.nodeName.toLowerCase();if(b==="input"||b==="textarea"){jQuery(this).attr("value",g)}else{jQuery(this).html(g)}}}d=0})},cookieBind:function(b){return this.each(function(){$(this).cookieFill().change(function(){$(this).cookify(b)})})}};jQuery.each(a,function(b){jQuery.fn[b]=this})}})();
/*

jQuery SWFObject Plugin v1.0.3 <http://jquery.thewikies.com/swfobject/>
Copyright (c) 2008 Jonathan Neal
This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
This software is released under the GPL License <http://www.opensource.org/licenses/gpl-2.0.php>

SWFObject v2.1 <http://code.google.com/p/swfobject/>
Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>

jQuery v1.2.6 <http://jquery.com/>
Copyright (c) 2008 John Resig
This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
This software is released under the GPL License <http://www.opensource.org/licenses/gpl-2.0.php>

*/
(function(a){a.flashPlayerVersion=function(){var d,b=null,j=false,i="ShockwaveFlash.ShockwaveFlash";if(!(d=navigator.plugins["Shockwave Flash"])){try{b=new ActiveXObject(i+".7")}catch(h){try{b=new ActiveXObject(i+".6");d=[6,0,21];b.AllowScriptAccess="always"}catch(g){if(d&&d[0]===6){j=true}}if(!j){try{b=new ActiveXObject(i)}catch(e){d="X 0,0,0"}}}if(!j&&b){try{d=b.GetVariable("$version")}catch(c){}}}else{d=d.description}d=d.match(/^[A-Za-z\s]*?(\d+)(\.|,)(\d+)(\s+r|,)(\d+)/);return[d[1]*1,d[3]*1,d[5]*1]}();a.flashExpressInstaller="expressInstall.swf";a.hasFlashPlayer=(a.flashPlayerVersion[0]!==0);a.hasFlashPlayerVersion=function(c){var b=a.flashPlayerVersion;c=(/string|integer/.test(typeof c))?c.toString().split("."):c;return(c)?(b[0]>=(c.major||c[0]||b[0])&&b[1]>=(c.minor||c[1]||b[1])&&b[2]>=(c.release||c[2]||b[2])):(b[0]!==0)};a.flash=function(q){if(!a.hasFlashPlayer){return false}var g=q.swf||"",o=q.params||{},i=document.createElement("body"),e,p,l,h,n,m,k,j;q.height=q.height||180;q.width=q.width||320;if(q.hasVersion&&!a.hasFlashPlayerVersion(q.hasVersion)){a.extend(q,{id:"SWFObjectExprInst",height:Math.max(q.height,137),width:Math.max(q.width,214)});g=q.expressInstaller||a.flashExpressInstaller;o={flashvars:{MMredirectURL:window.location.href,MMplayerType:(a.browser.msie&&a.browser.win)?"ActiveX":"PlugIn",MMdoctitle:document.title.slice(0,47)+" - Flash Player Installation"}}}if(q.flashvars&&typeof o==="object"){a.extend(o,{flashvars:q.flashvars})}for(n in (m=["swf","expressInstall","hasVersion","params","flashvars"])){delete q[m[n]]}e=[];for(n in q){if(typeof q[n]==="object"){p=[];for(m in q[n]){p.push(m.replace(/([A-Z])/,"-$1").toLowerCase()+":"+q[n][m]+";")}q[n]=p.join("")}e.push(n+'="'+q[n]+'"')}q=e.join(" ");if(typeof o==="object"){e=[];for(n in o){if(typeof o[n]==="object"){p=[];for(m in o[n]){if(typeof o[n][m]==="object"){l=[];for(k in o[n][m]){if(typeof o[n][m][k]==="object"){h=[];for(j in o[n][m][k]){h.push(j.replace(/([A-Z])/,"-$1").toLowerCase()+":"+o[n][m][k][j]+";")}o[n][m][k]=h.join("")}l.push(k+"{"+o[n][m][k]+"}")}o[n][m]=l.join("")}p.push(window.escape(m)+"="+window.escape(o[n][m]))}o[n]=p.join("&amp;")}e.push('<PARAM NAME="'+n+'" VALUE="'+o[n]+'">')}o=e.join("")}if(!(/style=/.test(q))){q+=' style="vertical-align:text-top;"'}if(!(/style=(.*?)vertical-align/.test(q))){q=q.replace(/style="/,'style="vertical-align:text-top;')}if(a.browser.msie){q+=' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';o='<PARAM NAME="movie" VALUE="'+g+'">'+o}else{q+=' type="application/x-shockwave-flash" data="'+g+'"'}i.innerHTML="<OBJECT "+q+">"+o+"</OBJECT>";return a(i.firstChild)};a.fn.flash=function(c){if(!a.hasFlashPlayer){return this}var b=0,d;while((d=this.eq(b++))[0]){d.html(a.flash(a.extend({},c)));if(d[0]&&d[0].firstChild&&d[0].firstChild.getAttribute("id")==="SWFObjectExprInst"){b=this.length}}return this}}(jQuery));
/*
 * ieFixButtons jQuery plugin
 *
 * Copyright (c) 2007-2008 Michal Wojciechowski (odyniec.net)
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt) 
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://odyniec.net/projects/iefixbuttons/
 *
 */
jQuery.fn.ieFixButtons=function(){return/MSIE [567]\./i.test(window.navigator.userAgent)?this.find("button[type=submit]").click(function(){jQuery(this.form).bind("submit",{button:jQuery(this)},function(b){var c=b.data.button;var a=c.get(0).outerHTML.match(/value\s*=\s*['"]([^'"]*)['"]/);var d=(a?a[1]:"");var e=jQuery('<input type="hidden" '+(c.attr("name")?'name="'+c.attr("name")+'" ':"")+'" value="'+d+'" />');jQuery(this).append(e);jQuery.each(jQuery(this).find("button"),function(){jQuery(this).attr("name","")})})}).end():this};$(document).ready(function(){$("body").ieFixButtons()});(function(c){c.fn._hover=c.fn.hover;c.fn.hover=function(g,e,d){if(d){this.bind("hoverstart",g)}if(e){this.bind("hoverend",d?d:e)}return !g?this.trigger("hover"):this.bind("hover",d?e:g)};var b=c.event.special.hover={delay:100,speed:100,setup:function(d){d=c.extend({speed:b.speed,delay:b.delay,hovered:0},d||{});c.event.add(this,"mouseenter mouseleave",a,d)},teardown:function(){c.event.remove(this,"mouseenter mouseleave",a)}};function a(d){var g=d.data||d;switch(d.type){case"mouseenter":g.dist2=0;g.event=d;d.type="hoverstart";if(c.event.handle.call(this,d)!==false){g.elem=this;c.event.add(this,"mousemove",a,g);g.timer=setTimeout(e,g.delay)}break;case"mousemove":g.dist2+=Math.pow(d.pageX-g.event.pageX,2)+Math.pow(d.pageY-g.event.pageY,2);g.event=d;break;case"mouseleave":clearTimeout(g.timer);if(g.hovered){d.type="hoverend";c.event.handle.call(this,d);g.hovered--}else{c.event.remove(g.elem,"mousemove",a)}break;default:if(g.dist2<=Math.pow(g.speed*(g.delay/1000),2)){c.event.remove(g.elem,"mousemove",a);g.event.type="hover";if(c.event.handle.call(g.elem,g.event)!==false){g.hovered++}}else{g.timer=setTimeout(e,g.delay)}g.dist2=0;break}function e(){a(g)}}})(jQuery);
/*
 * jQuery Animate To Class
 * Copyright 2008 Igor Frias Vieira
 * http://igorvieira.com/blog/animate-to-class/
 *
 * Released under the MIT and GPL licenses.
 */
(function(b){b.fn.extend({animateToClass:function(i,e,h,g){if(!i){return this}styles=a(i);if(!styles){return this}return this.animate(styles,e,h,g)}});function a(g){if(g.substr(0,1)!="."){g="."+g}for(var e=0;e<document.styleSheets.length;e++){v=document.styleSheets[e];attrClass=c(g,v);if(attrClass!=false){break}}if(!attrClass){attrClass=Array()}objStyle={};if(attrClass==""){return false}if(attrClass.match(";")){attrClass=attrClass.split(";")}else{attrClass=[attrClass]}b(attrClass).each(function(j,h){if(h!=""){h=h.split(":");h[0]=d(h[0]);objStyle[h[0]]=b.trim(h[1])}});return objStyle}function c(g,e){attrClass=false;if(b.browser.msie){if(e.rules.length>0){b(e.rules).each(function(h,i){if(g==i.selectorText){attrClass=i.style.cssText}})}else{if(e.imports.length>0){b(e.imports).each(function(h,i){if(g==i.selectorText){attrClass=i.style.cssText}else{if(i=="[object]"||i=="[Object CSSStyleSheet]"||i=="[object CSSImportRule]"){return c(g,i)}}})}}}else{b(e.cssRules).each(function(h,i){if(g==i.selectorText){attrClass=i.style.cssText}else{if(i=="[object CSSImportRule]"){return c(g,i.styleSheet)}}})}return attrClass}function d(g){g=b.trim(g);g=g.replace(/-/g," ");g=g.toLowerCase();strArr=g.split(" ");var e="";b(strArr).each(function(j,h){if(j==0){e+=h}else{e+=h.substr(0,1).toUpperCase();e+=h.substr(1,h.length)}});return e}})(jQuery);(function(a){a.browserTest=function(e,h){var g="unknown",d="X",b=function(k,j){for(var c=0;c<j.length;c=c+1){k=k.replace(j[c][0],j[c][1])}return k},i=function(l,k,j,n){var m={name:b((k.exec(l)||[g,g])[1],j)};m[m.name]=true;m.version=(n.exec(l)||[d,d,d,d])[3];if(m.name.match(/safari/)&&m.version>400){m.version="2.0"}if(m.name==="presto"){m.version=(a.browser.version>9.27)?"futhark":"linear_b"}m.versionNumber=parseFloat(m.version,10)||0;m.versionX=(m.version!==d)?(m.version+"").substr(0,1):d;m.className=m.name+m.versionX;return m};e=(e.match(/Opera|Navigator|Minefield|KHTML|Chrome/)?b(e,[[/(Firefox|MSIE|KHTML,\slike\sGecko|Konqueror)/,""],["Chrome Safari","Chrome"],["KHTML","Konqueror"],["Minefield","Firefox"],["Navigator","Netscape"]]):e).toLowerCase();a.browser=a.extend((!h)?a.browser:{},i(e,/(camino|chrome|firefox|netscape|konqueror|lynx|msie|opera|safari)/,[],/(camino|chrome|firefox|netscape|netscape6|opera|version|konqueror|lynx|msie|safari)(\/|\s)([a-z0-9\.\+]*?)(\;|dev|rel|\s|$)/));a.layout=i(e,/(gecko|konqueror|msie|opera|webkit)/,[["konqueror","khtml"],["msie","trident"],["opera","presto"]],/(applewebkit|rv|konqueror|msie)(\:|\/|\s)([a-z0-9\.]*?)(\;|\)|\s)/);a.os={name:(/(win|mac|linux|sunos|solaris|iphone)/.exec(navigator.platform.toLowerCase())||[g])[0].replace("sunos","solaris")};if(!h){a("html").addClass([a.os.name,a.browser.name,a.browser.className,a.layout.name,a.layout.className].join(" "))}};a.browserTest(navigator.userAgent)})(jQuery);(function(c){var a;var b;$cssjsattach=function(d,e){if(e=="js"){var g=document.createElement("script");g.setAttribute("type","text/javascript");g.setAttribute("src",d)}else{if(e=="css"){var g=document.createElement("link");g.setAttribute("rel","stylesheet");g.setAttribute("type","text/css");g.setAttribute("href",d)}}if(typeof g!="undefined"){document.getElementsByTagName("head")[0].appendChild(g)}}})(jQuery);
/* Animated Collapsible DIV v2.0- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com. */
var animatedcollapse={divholders:{},divgroups:{},lastactiveingroup:{},show:function(b){if(typeof b=="object"){for(var a=0;a<b.length;a++){this.showhide(b[a],"show")}}else{this.showhide(b,"show")}},getCookie:function(a){return $.cookies.get(a)},setCookie:function(b,c,d){if(typeof d!="undefined"){var a=new Date();a.setDate(a.getDate()+d);$.cookies.set(b,c,{expires:a.toGMTString()})}else{$.cookies.set(b,c)}},hide:function(b){if(typeof b=="object"){for(var a=0;a<b.length;a++){this.showhide(b[a],"hide")}}else{this.showhide(b,"hide")}},toggle:function(a){this.showhide(a,"toggle")},addDiv:function(c,b,a){this.divholders[c]=({id:c,$divref:null,attrs:b});this.divholders[c].getAttr=function(e){var d=new RegExp(e+"=([^,]+)","i");return(d.test(this.attrs)&&parseInt(RegExp.$1)!=0)?RegExp.$1:null};if(a){this.divholders[c].callbackFunc=a}},showhide:function(d,c){var a=this.divholders[d].$divref;if(this.divholders[d]&&a.length==1){var b=this.divgroups[a.attr("groupname")];if(a.attr("groupname")&&b.count>1&&(c=="show"||c=="toggle"&&a.css("display")=="none")){if(b.lastactivedivid&&b.lastactivedivid!=d){this.slideengine(b.lastactivedivid,"hide")}this.slideengine(d,"show");b.lastactivedivid=d}else{this.slideengine(d,c)}}},slideengine:function(d,c){var a=this.divholders[d].$divref;if(this.divholders[d]&&a.length==1){var b={height:c};if(a.attr("fade")){b.opacity=c}a.animate(b,a.attr("speed")?parseInt(a.attr("speed")):500,null,this.divholders[d].callbackFunc);return false}},generatemap:function(){var b={};for(var a=0;a<arguments.length;a++){if(arguments[a][1]!=null){b[arguments[a][0]]=arguments[a][1]}}return b},uninit:function(){var b="",a="";jQuery.each(this.divholders,function(){if(this.$divref.css("display")!="none"){b+=this.id+","}if(this.getAttr("group")&&this.getAttr("persist")){a+=this.getAttr("group")+","}});b=(b=="")?"nada":b.replace(/,$/,"");a=(a=="")?"nada":a.replace(/,$/,"");this.setCookie("acopendivids",b);this.setCookie("acgroupswithpersist",a)},init:function(){var a=this;jQuery(document).ready(function(e){var b=a.getCookie("acopendivids");var d=a.getCookie("acgroupswithpersist");if(b!=null){b=(b=="nada")?[]:b.split(",")}d=(d==null||d=="nada")?[]:d.split(",");jQuery.each(a.divholders,function(){this.$divref=e("#"+this.id);if((this.getAttr("persist")||jQuery.inArray(this.getAttr("group"),d)!=-1)&&b!=null){var i=(jQuery.inArray(this.id,b)!=-1)?"block":"none"}else{var i=this.getAttr("hide")?"none":null}this.$divref.css(a.generatemap(["height",this.getAttr("height")],["display",i]));this.$divref.attr(a.generatemap(["groupname",this.getAttr("group")],["fade",this.getAttr("fade")],["speed",this.getAttr("speed")]));if(this.getAttr("group")){var h=a.divgroups[this.getAttr("group")]||(a.divgroups[this.getAttr("group")]={});h.count=(h.count||0)+1;if(!h.lastactivedivid&&this.$divref.css("display")!="none"||i=="block"){h.lastactivedivid=this.id}this.$divref.css({display:"none"})}});jQuery.each(a.divgroups,function(){if(this.lastactivedivid){a.divholders[this.lastactivedivid].$divref.show()}});var c=e("*[rel]").filter('[@rel^="collapse-"], [@rel^="expand-"], [@rel^="toggle-"]');var g=/(collapse-)|(expand-)|(toggle-)/;c.each(function(){e(this).click(function(){var h=this.getAttribute("rel");var j=h.replace(g,"");var i=(h.indexOf("collapse-")!=-1)?"hide":(h.indexOf("expand-")!=-1)?"show":"toggle";return a.showhide(j,i)})});e(window).bind("unload",function(){a.uninit()})})}};
/* Copyright (c) 2007 Paul Bakaus (paul.bakaus@googlemail.com) and Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * $LastChangedDate: 2007-12-20 08:46:55 -0600 (Thu, 20 Dec 2007) $
 * $Rev: 4259 $
 *
 * Version: 1.2
 */
(function(b){b.dimensions={version:"1.2"};b.each(["Height","Width"],function(d,c){b.fn["inner"+c]=function(){if(!this[0]){return}var g=c=="Height"?"Top":"Left",e=c=="Height"?"Bottom":"Right";return this.is(":visible")?this[0]["client"+c]:a(this,c.toLowerCase())+a(this,"padding"+g)+a(this,"padding"+e)};b.fn["outer"+c]=function(g){if(!this[0]){return}var i=c=="Height"?"Top":"Left",e=c=="Height"?"Bottom":"Right";g=b.extend({margin:false},g||{});var h=this.is(":visible")?this[0]["offset"+c]:a(this,c.toLowerCase())+a(this,"border"+i+"Width")+a(this,"border"+e+"Width")+a(this,"padding"+i)+a(this,"padding"+e);return h+(g.margin?(a(this,"margin"+i)+a(this,"margin"+e)):0)}});b.each(["Left","Top"],function(d,c){b.fn["scroll"+c]=function(e){if(!this[0]){return}return e!=undefined?this.each(function(){this==window||this==document?window.scrollTo(c=="Left"?e:b(window)["scrollLeft"](),c=="Top"?e:b(window)["scrollTop"]()):this["scroll"+c]=e}):this[0]==window||this[0]==document?self[(c=="Left"?"pageXOffset":"pageYOffset")]||b.boxModel&&document.documentElement["scroll"+c]||document.body["scroll"+c]:this[0]["scroll"+c]}});b.fn.extend({position:function(){var i=0,h=0,g=this[0],j,c,e,d;if(g){e=this.offsetParent();j=this.offset();c=e.offset();j.top-=a(g,"marginTop");j.left-=a(g,"marginLeft");c.top+=a(e,"borderTopWidth");c.left+=a(e,"borderLeftWidth");d={top:j.top-c.top,left:j.left-c.left}}return d},offsetParent:function(){var c=this[0].offsetParent;while(c&&(!/^body|html$/i.test(c.tagName)&&b.css(c,"position")=="static")){c=c.offsetParent}return b(c)}});function a(c,d){return parseInt(b.curCSS(c.jquery?c[0]:c,d,true))||0}})(jQuery);
/* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* hoverIntent is currently available for use in all personal or commercial 
* projects under both MIT and GPL licenses. This means that you can choose 
* the license that best suits your project, and use it accordingly.
*/
(function(a){a.fn.hoverIntent=function(k,j){var l={sensitivity:7,interval:100,timeout:0};l=a.extend(l,j?{over:k,out:j}:k);var n,m,h,d;var e=function(g){n=g.pageX;m=g.pageY};var c=function(o,g){g.hoverIntent_t=clearTimeout(g.hoverIntent_t);if((Math.abs(h-n)+Math.abs(d-m))<l.sensitivity){a(g).unbind("mousemove",e);g.hoverIntent_s=1;return l.over.apply(g,[o])}else{h=n;d=m;g.hoverIntent_t=setTimeout(function(){c(o,g)},l.interval)}};var i=function(o,g){g.hoverIntent_t=clearTimeout(g.hoverIntent_t);g.hoverIntent_s=0;return l.out.apply(g,[o])};var b=function(r){var q=(r.type=="mouseover"?r.fromElement:r.toElement)||r.relatedTarget;while(q&&q!=this){try{q=q.parentNode}catch(r){q=this}}if(q==this){return false}var o=jQuery.extend({},r);var g=this;if(g.hoverIntent_t){g.hoverIntent_t=clearTimeout(g.hoverIntent_t)}if(r.type=="mouseover"){h=o.pageX;d=o.pageY;a(g).bind("mousemove",e);if(g.hoverIntent_s!=1){g.hoverIntent_t=setTimeout(function(){c(o,g)},l.interval)}}else{a(g).unbind("mousemove",e);if(g.hoverIntent_s==1){g.hoverIntent_t=setTimeout(function(){i(o,g)},l.timeout)}}};return this.mouseover(b).mouseout(b)}})(jQuery);
/*
 * Tooltip - jQuery plugin for simple tooltip showing over HTML elements
 * Revision 0.7b
 *
 * Copyright (c) 2008 Berny Cantos a.k.a. xPheRe
 *
 * Licensed under the GPL license:
 *   http://www.gnu.org/licenses/gpl.html
 *
 */
(function(e){e.tooltip={defaults:{maxWidth:200,"class":"tooltipXPH",css:{},event:"mouseover",smart:false,track:true,offset:{x:12,y:18}},setup:function(g){e.extend(e.tooltip.defaults,g)}};var d=function(g,h){var p=this;var l="";g=e(g);if(e.metadata){h=e.extend({},h,g.metadata().tooltip)}if(h.smart){if(!h.title){h.title=g.attr("title")}if(!h.text){h.text=g.attr("alt")}if(!h.href){h.href=g.attr("href")}}var l="";if(h.title){l+='<div class="title">'+h.title+"</div>"}if(h.text&&h.text!=h.title){l+='<div class="text">'+h.text+"</div>"}if(h.href){l+='<div class="url">'+h.href+"</div>"}if(l==""){delete this;return}g.removeAttr("title").removeAttr("alt");e.data(g,"tooltip",p);p.dst=h.dst;g.bind(h.event+".tooltip",n).bind("mouseout.tooltip",k).bind("focus.tooltip",n).bind("blur.tooltip",k).bind("click.tooltip",m);function i(){if(p.timein){clearTimeout(p.timein);delete p.timein}if(p.timeout){clearTimeout(p.timeout);delete p.timeout}}function n(q){i();if(p.st==k){return}p.st=n;if(!p.dst){p.dst=e("<div>").appendTo(document.body).css({visibility:"hidden"})}p.ev=q;p.timein=setTimeout(o,h["in"]||0)}function o(){i();if(!p.dst){return}p.dst.addClass(h["class"]).css(h.css).html(l).bgiframe();if(h.duration>0){p.timein=setTimeout(m,h.duration)}p.dst.css({position:"absolute",visibility:"visible"});e("body").bind("click.tooltip",m);if(h.track){g.bind("mousemove.tooltip",j)}p.w=p.dst.width();p.h=p.dst.height();if(h.maxWidth&&p.w>h.maxWidth){p.dst.css("width",h.maxWidth);p.w=p.dst.width()}if(h.onshow){h.onshow.apply(p.dst)}if(h.track){}j()}function k(){i();if(p.st!=n){return}p.timeout=setTimeout(m,h.out||0)}function m(){i();e("body").unbind(".tooltip");e("src").unbind("mousemove.tooltip");if(!p.dst){return}p.dst.empty();p.dst.css("width","auto");if(h.onhide){h.onhide.apply(p.dst)}if(p.dst!=h.dst){p.dst.remove();delete p.dst}}function j(r){if(!r){r=p.ev}else{p.ev=r}if(!p.dst){return}var s={x:r.pageX+h.offset.x,y:r.pageY+h.offset.y,w:p.w,h:p.h};w=window;if(e.browser.msie){winW=document.body.offsetWidth;winH=document.body.offsetHeight}else{winW=w.innerWidth-20;winH=w.innerHeight-20}var q={x:w.scrollX,y:w.scrollY,w:winW-20,h:winH-20};if(s.x+s.w>q.x+q.w){s.x=q.x+q.w-s.w}if(s.y+s.h>q.y+q.h){s.y=r.pageY-s.h-h.offset.y}if(s.x<q.x){s.x=q.x}if(s.y<q.y){s.y=q.y}if(s.x+s.w>q.w){s.x=q.w-s.w}p.dst.css({top:s.y,left:s.x})}};function b(){return this.each(function(){t=e.data(this,"tooltip");if(t){e.extend(t.opt,opt)}return this})}function a(){return;this.hide().unbind(".tooltip").removeData("tooltip")}function c(g){a.apply(this);g=e.extend({},e.tooltip.defaults,g);return this.each(function(){new d(this,g)})}e.fn.tooltip=function(g,h){if(!h&&(typeof g!="string")){h=g;g="create"}return(f=({setup:b,remove:a,create:c})[g])&&f.apply(this,[h])}})(jQuery);
/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * $LastChangedDate: 2007-07-21 18:44:59 -0500 (Sat, 21 Jul 2007) $
 * $Rev: 2446 $
 *
 * Version 2.1.1
 */
(function(a){a.fn.bgIframe=a.fn.bgiframe=function(c){if(a.browser.msie&&/6.0/.test(navigator.userAgent)){c=a.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},c||{});var d=function(e){return e&&e.constructor==Number?e+"px":e},b='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+c.src+'"style="display:block;position:absolute;z-index:-1;'+(c.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(c.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":d(c.top))+";left:"+(c.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":d(c.left))+";width:"+(c.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":d(c.width))+";height:"+(c.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":d(c.height))+';"/>';return this.each(function(){if(a("> iframe.bgiframe",this).length==0){this.insertBefore(document.createElement(b),this.firstChild)}})}return this}})(jQuery);
/*
 * jQuery.ScrollTo
 * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
 * Dual licensed under MIT and GPL.
 * Date: 5/25/2009
*/
(function(c){var a=c.scrollTo=function(g,e,d){c(window).scrollTo(g,e,d)};a.defaults={axis:"xy",duration:parseFloat(c.fn.jquery)>=1.3?0:1};a.window=function(d){return c(window)._scrollable()};c.fn._scrollable=function(){return this.map(function(){var e=this,d=!e.nodeName||c.inArray(e.nodeName.toLowerCase(),["iframe","#document","html","body"])!=-1;if(!d){return e}var g=(e.contentWindow||e).document||e.ownerDocument||e;return c.browser.safari||g.compatMode=="BackCompat"?g.body:g.documentElement})};c.fn.scrollTo=function(g,e,d){if(typeof e=="object"){d=e;e=0}if(typeof d=="function"){d={onAfter:d}}if(g=="max"){g=9000000000}d=c.extend({},a.defaults,d);e=e||d.speed||d.duration;d.queue=d.queue&&d.axis.length>1;if(d.queue){e/=2}d.offset=b(d.offset);d.over=b(d.over);return this._scrollable().each(function(){var m=this,k=c(m),l=g,j,h={},n=k.is("html,body");switch(typeof l){case"number":case"string":if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(l)){l=b(l);break}l=c(l,this);case"object":if(l.is||l.style){j=(l=c(l)).offset()}}c.each(d.axis.split(""),function(r,s){var u=s=="x"?"Left":"Top",y=u.toLowerCase(),q="scroll"+u,p=m[q],o=a.max(m,s);if(j){h[q]=j[y]+(n?0:p-k.offset()[y]);if(d.margin){h[q]-=parseInt(l.css("margin"+u))||0;h[q]-=parseInt(l.css("border"+u+"Width"))||0}h[q]+=d.offset[y]||0;if(d.over[y]){h[q]+=l[s=="x"?"width":"height"]()*d.over[y]}}else{var x=l[y];h[q]=x.slice&&x.slice(-1)=="%"?parseFloat(x)/100*o:x}if(/^\d+$/.test(h[q])){h[q]=h[q]<=0?0:Math.min(h[q],o)}if(!r&&d.queue){if(p!=h[q]){i(d.onAfterFirst)}delete h[q]}});i(d.onAfter);function i(o){k.animate(h,e,d.easing,o&&function(){o.call(this,g,d)})}}).end()};a.max=function(k,j){var i=j=="x"?"Width":"Height",e="scroll"+i;if(!c(k).is("html,body")){return k[e]-c(k)[i.toLowerCase()]()}var h="client"+i,g=k.ownerDocument.documentElement,d=k.ownerDocument.body;return Math.max(g[e],d[e])-Math.min(g[h],d[h])};function b(d){return typeof d=="object"?d:{top:d,left:d}}})(jQuery);new function(e){var d=e.separator||"&";var c=e.spaces===false?false:true;var a=e.suffix===false?"":"[]";var g=e.prefix===false?false:true;var b=g?e.hash===true?"#":"?":"";jQuery.query=new function(){var h=function(m,l){return m!=undefined&&m!==null&&(!!l?m.constructor==l:true)};var i=function(r){var l,q=/\[([^[]*)\]/g,n=/^(\S+?)(\[\S*\])?$/.exec(r),o=n[1],p=[];while(l=q.exec(n[2])){p.push(l[1])}return[o,p]};var k=function(s,r,q){var u,p=r.shift();if(typeof s!="object"){s=null}if(p===""){if(!s){s=[]}if(h(s,Array)){s.push(r.length==0?q:k(null,r.slice(0),q))}else{if(h(s,Object)){var n=0;while(s[n++]!=null){}s[--n]=r.length==0?q:k(s[n],r.slice(0),q)}else{s=[];s.push(r.length==0?q:k(null,r.slice(0),q))}}}else{if(p&&p.match(/^\s*[0-9]+\s*$/)){var m=parseInt(p,10);if(!s){s=[]}s[m]=r.length==0?q:k(s[m],r.slice(0),q)}else{if(p){var m=p.replace(/^\s*|\s*$/g,"");if(!s){s={}}if(h(s,Array)){var l={};for(var n=0;n<s.length;++n){l[n]=s[n]}s=l}s[m]=r.length==0?q:k(s[m],r.slice(0),q)}else{return q}}}return s};var j=function(l){var m=this;m.keys={};if(l.queryObject){jQuery.each(l.get(),function(n,o){m.SET(n,o)})}else{jQuery.each(arguments,function(){var n=""+this;n=n.replace(/^[?#]/,"");n=n.replace(/[;&]$/,"");if(c){n=n.replace(/[+]/g," ")}jQuery.each(n.split(/[&;]/),function(){var o=this.split("=")[0];var p=this.split("=")[1];if(!o){return}if(/^[+-]?[0-9]+\.[0-9]*$/.test(p)){p=parseFloat(p)}else{if(/^[+-]?[0-9]+$/.test(p)){p=parseInt(p,10)}}p=(!p&&p!==0)?true:p;if(p!==false&&p!==true&&typeof p!="number"){p=decodeURIComponent(p)}m.SET(o,p)})})}return m};j.prototype={queryObject:true,has:function(l,m){var n=this.get(l);return h(n,m)},GET:function(m){if(!h(m)){return this.keys}var l=i(m),n=l[0],p=l[1];var o=this.keys[n];while(o!=null&&p.length!=0){o=o[p.shift()]}return typeof o=="number"?o:o||""},get:function(l){var m=this.GET(l);if(h(m,Object)){return jQuery.extend(true,{},m)}else{if(h(m,Array)){return m.slice(0)}}return m},SET:function(m,r){var o=!h(r)?null:r;var l=i(m),n=l[0],q=l[1];var p=this.keys[n];this.keys[n]=k(p,q.slice(0),o);return this},set:function(l,m){return this.copy().SET(l,m)},REMOVE:function(l){return this.SET(l,null).COMPACT()},remove:function(l){return this.copy().REMOVE(l)},EMPTY:function(){var l=this;jQuery.each(l.keys,function(m,n){delete l.keys[m]});return l},empty:function(){return this.copy().EMPTY()},copy:function(){return new j(this)},COMPACT:function(){function l(o){var n=typeof o=="object"?h(o,Array)?[]:{}:o;if(typeof o=="object"){function m(r,p,q){if(h(r,Array)){r.push(q)}else{r[p]=q}}jQuery.each(o,function(p,q){if(!h(q)){return true}m(n,p,l(q))})}return n}this.keys=l(this.keys);return this},compact:function(){return this.copy().COMPACT()},toString:function(){var n=0,q=[],p=[],m=this;var l=function(r,s,u){if(!h(u)||u===false){return}var x=[s];if(u!==true){x.push("=");x.push(encodeURIComponent(u))}r.push(x.join(""))};var o=function(s,r){var u=function(x){return !r||r==""?[x].join(""):[r,"[",x,"]"].join("")};jQuery.each(s,function(x,y){if(typeof y=="object"){o(y,u(x))}else{l(p,u(x),y)}})};o(this.keys);if(p.length>0){q.push(b)}q.push(p.join(d));return q.join("")}};return new j(location.search,location.hash)}}(jQuery.query||{});var NexxarLib={currentPageID:-1,pageBaseURL:"/",defaultExtension:".html",defaultScriptExtension:".php",convertEM2PX:function(b,a){if(!a){a=parseFloat($("html").css("font-size"),10)}if(b&&String(b).indexOf("em")>0){return parseFloat(b,10)*a}else{if(b){return parseFloat(b,10)}}return 0},activateLibrary:function(a,c){this.detectBasePath(a);this.currentPageID=c;try{$.cookies.setOptions({path:this.getBaseURLPath()})}catch(b){}},getBaseURLPath:function(){if(this.pageBaseURL&&this.pageBaseURL!="/"){return this.pageBaseURL}else{return""}},getBaseURLFull:function(){return window.location.protocol+"//"+window.location.host+this.getBaseURLPath()},getDefaultPageExtension:function(){if(window.location.pathname.match(/\.html$/i)){return".html"}else{if(window.location.pathname.match(/\.(php|asp|jsp|jserv)$/i)&&!this.defaultExtension){return"."+RegExp.$1}}return this.defaultExtension},getPageDefaultExtension:function(){return this.getDefaultPageExtension()},getDefaultScriptExtension:function(){if(window.location.pathname.match(/\.(php|asp|jsp|jserv)$/i)){return"."+RegExp.$1}return this.defaultScriptExtension},getScriptDefaultExtension:function(){return this.getDefaultScriptExtension()},detectBasePath:function(a){if(!a){return}a=String(a).replace(new RegExp("^/(de|en|fr|it|es|en|nl)/"),"/");if(a.match(/\.(html?|php|asp|jsp|jserv)$/i)){this.defaultExtension=RegExp.$1}var b=String(window.location.pathname).replace(/\\/g,"/");var c=(a!="/")?b.indexOf(a):-1;if(window.location.protocol.match(/file/i)&&(navigator.userAgent.match(/Windows|Win(NT|95|98|XP|16|32)/i)||navigator.platform.match(/Windows|Win(NT|95|98|XP|16|32)/i))&&b.substr(0,1)=="/"&&b.length>1){b=b.substr(1)}if(c<0){c=b.indexOf("/serviceseiten/suche")}if(c<0){c=b.indexOf("/servicepages/search")}if(c<0){c=b.indexOf("/servicepages")}if(c<0){c=b.indexOf("/serviceseiten")}if(c<0){c=b.indexOf("/en/servicepages")}if(c>=0){this.pageBaseURL=b.substring(0,c)}else{if(a=="/"){this.pageBaseURL=b}else{this.pageBaseURL="/"}}if(this.pageBaseURL.substr(this.pageBaseURL.length-1,1)=="/"&&this.pageBaseURL.length>1){this.pageBaseURL=this.pageBaseURL.substring(0,this.pageBaseURL.length-1)}if(window.location.protocol.match(/file/i)&&(navigator.userAgent.match(/Windows|Win(NT|95|98|XP|16|32)/i)||navigator.platform.match(/Windows|Win(NT|95|98|XP|16|32)/i))&&this.pageBaseURL.length>1){this.pageBaseURL=window.location.protocol+"///"+this.pageBaseURL}else{if(window.location.protocol.match(/file/i)&&this.pageBaseURL.length>1){this.pageBaseURL=window.location.protocol+"//"+this.pageBaseURL}}},stripTags:function(a){if(!a||(typeof(a)!="string")||(a.length<=0)){return""}a=a.replace(/<script.*<\/script[^>]*>/gi,"");a=a.replace(/<style.*<\/style[^>]*>/gi,"");a=a.replace(/<head.*<\/head[^>]*>/gi,"");a=a.replace(/<[^>]*>/gi,"");a=a.replace(/[^-_,;:\/&\w+0-9a-zA-Z|"'\.]/gi,"");return a},getQueryParam:function(c){if((c==null)||(typeof(c)!="string")||(c.length<=0)){c="q"}var b=$.query.get(c);b=b.replace(/[\r\n\t]+/gi," ");var a=new RegExp("["+String.fromCharCode(0)+"-"+String.fromCharCode(31)+String.fromCharCode(96)+"]","gi");b=b.replace(a,"");a=new RegExp(String.fromCharCode(160)+"+","gi");b=b.replace(a," ");if(b.match(/<.?(script|style)/gi)){return""}b=this.stripTags(b);b=b.replace(/[^-_:;,0-9a-zA-Z\w\/\.=]/gi,"");return b}};var NexxarPrintManager={defaultServerScriptPath:"/servicepages/printmanager.php",uiIDs:{onAddPageSuccess:"printManagerAddLayer",displayCounter:"printManagerCounter",pane:"printManagerLayer",paneToggleLink:"printManagerLayerLink",container:"printManagerLayerContainer",lightboxLink:"printManagerOpener"},texts:{noDoc:"",singleDoc:"<b>1</b> document is marked for printing",multiDocs:"<b><!-- COUNTER --></b> documents are marked for printing"},stateCookieName:"reparchiv-PrintMan",getDefaultServerScriptAddress:function(){return NexxarLib.getBaseURLFull()+this.defaultServerScriptPath},prepareTargetAddress:function(a){if(!a||typeof(a)!="string"||a.length<=0){return this.getDefaultServerScriptAddress()}a=a.replace(/add=[^&]*/,"");a=a.replace(/\?$/,"");if(!a.match(/^(https?|mailto|file):\/\//)){return NexxarLib.getBaseURLFull()+a}return a},addPage:function(d,c,h){if(!d||!d.href){return false}var a=NexxarPrintManager.uiIDs.onAddPageSuccess;if(h&&h.layer){a=h.layer}if(!c){c=String(window.location.pathname).substr(NexxarLib.getBaseURLPath().length)}var e=this.prepareTargetAddress(d.href);var g={add:c,xmlhttp:1,rand:Math.floor(Math.random()*99999),date:(new Date()).getTime()};if(typeof(hs)!="undefined"&&hs&&h&&h.useHighslide){if(e.indexOf("?")<0){e+="?"}else{e+="&"}e+=$.param(g);d.oldhref=d.href;d.href=e;h=$.extend({objectType:"iframe",outlineWhileAnimating:true,preserveContent:false},h);hs.htmlExpand(d,h);d.href=d.oldhref;this.updateInfoText(d.href)}else{var b=this;$.get(e,g,function(i){$("#"+a).css("display","block");b.updateInfoText(d.href)})}$(d).click(function(){return false});return true},updateInfoText:function(b){if(!$("#"+NexxarPrintManager.uiIDs.displayCounter).get(0)){return}var a=this;$.get(this.prepareTargetAddress(b),{action:"count",xmlhttp:1},function(d){d=jQuery.trim(d);var e="";if(d.indexOf("DOCTYPE")>=0){return}else{if(d=="1"){e=a.texts.singleDoc.replace(/<!--\s*COUNTER\s*-->/,1)}else{if(!d||d.length<=0||d=="0"){e=a.texts.noDoc}else{e=a.texts.multiDocs.replace(/<!--\s*COUNTER\s*-->/,d)}}}if(!e||e.length<=0){return}var c=$("#"+NexxarPrintManager.uiIDs.displayCounter).html(e);if(c.hasClass("fakeName")){c.removeClass("fakeName")}else{c.addClass("fakeName")}if($.browser.msie){$("#"+NexxarPrintManager.uiIDs.pane).slideDown("fast")}})},hidePane:function(a){if(!$("#"+NexxarPrintManager.uiIDs.pane).get(0)){return}if(!a){$("#"+this.uiIDs.pane).css("display","none")}else{$("#"+this.uiIDs.pane).slideUp("fast")}$("#"+this.uiIDs.container).addClass("inactive").removeClass("active");$("#"+this.uiIDs.paneToggleLink).trigger("blur.tooltip").unbind(".tooltip").removeData("tooltip").attr("title","Print this page or add this page to a selection of pages you want to print later").addClass("inactive").removeClass("active").tooltip({smart:true});$.cookies.set(this.stateCookieName,"closed")},showPane:function(){$.cookies.set(this.stateCookieName,"opened");$("#"+this.uiIDs.pane).slideDown("fast");$("#"+this.uiIDs.container).addClass("active").removeClass("inactive");var a=$("#"+this.uiIDs.paneToggleLink).data("tooltip");if(a){a.hide()}$("#"+this.uiIDs.paneToggleLink).trigger("blur.tooltip").unbind(".tooltip").removeData("tooltip").attr("title","hide the printmanager's toolbar").removeClass("inactive").addClass("active").tooltip({smart:true})},restorePaneWithCSS:function(){var a=$.cookies.get(this.stateCookieName);if(!a||a=="closed"){document.write('<style type="text/css"> #'+this.uiIDs.pane+" {display:none;}</style>")}},restorePane:function(){var a=$.cookies.get(this.stateCookieName);if(!a||a=="closed"){this.hidePane(true)}else{$("#"+this.uiIDs.paneToggleLink).addClass("active").removeClass("inactive");$("#"+this.uiIDs.container).addClass("active").removeClass("inactive")}},togglePane:function(){var a=$.cookies.get(this.stateCookieName);if(a=="opened"||$("#"+this.uiIDs.paneToggleLink).hasClass("active")){this.hidePane()}else{this.showPane()}},addLightbox:function(){jQuery("#"+NexxarPrintManager.uiIDs.lightboxLink).click(function(){var b=parseFloat($("html").css("font-size"),10);var a=(600/16)*b;var c=(500/16)*b;return hs.htmlExpand($(this).get(0),{objectType:"iframe",align:"center",width:a+6,height:c+10,dimmingOpacity:0.75,preserveContent:false})})}};$(document).ready(function(){if($("#year div.yearcontent").length>0){$("#mask").css({height:$("#year2009").height()});$("#year").width(parseInt($("#mask").width()*$("#year div.yearcontent").length));$("#year div.yearcontent").width($("#mask").width())}else{$("#mask").css({height:$("#year2008_nhb").height()});$("#year").width(parseInt($("#mask").width()*$("#year div.yearcontent_nhb").length));$("#year div.yearcontent_nhb").width($("#mask").width())}$("#year_header a[rel=year], #year_header_nhb a[rel=year]").click(function(){var a=$($(this).attr("href")).height();$("a[rel=year]").removeClass("selected");$(this).addClass("selected");$("#mask").animate({height:a},{queue:false,duration:500});$("#mask").scrollTo($(this).attr("href"),800);return false});$("#year div.yearcontent").css("float","left");$("#year div.yearcontent_nhb").css("float","left")});function nexxar_print_setImg(){$("#mainbar img").each(function(){if(this.src.indexOf("icon_remuneration.jpg")>=0||this.src.indexOf("icon_nomination.jpg")>=0||this.src.indexOf("icon_csr.jpg")>=0||this.src.indexOf("icon_audit.jpg")>=0){return}if(document.formular.setImg[0].checked){this.style.display="inline";this.parentNode.style.display="inline"}else{if(document.formular.setImg[1].checked){this.style.display="none";this.parentNode.style.display="none"}}})}var operabar=(window.opera?"=yes":"");$(document).ready(function(){$("#sendLinkOpener:not([rel^='lightbox'])").click(function(){var a=500;var b=505;return !PopUpOpenWindow($(this).attr("href"),"nexxar_gbarchivSendThisPage","resizable=yes, status=no, toolbar=no, scrollbars"+operabar,a,b)});$("#printManagerOpener:not([rel^='lightbox'])").click(function(){return !printPopUp($(this).attr("href"))});$("#printPopUpOpener:not([rel^='lightbox'])").click(function(){return !printPopUp($(this).attr("href"))})});function printPopUp(e){var a=626;var c=500;var b="";if(window.opera){b="=yes"}var d="nexxar_gbarchivprintPopUp";return PopUpOpenWindow(e,d,"resizable=yes, status=no, toolbar=no, scrollbars"+b,a,c)}function glossaryPopUp(c){var b=380;var a=412;return PopUpOpenWindow(c,"glossary","resizable=yes, status=no, toolbar=no, scrollbars"+operabar,a,b)}function PopUpOpenWindow(j,c,b,a,g){var d;var i=navigator.userAgent.match(/Windows NT ([5-9]).([0-9])/);if(navigator.userAgent.match(/firefox/i)||i&&i[2]&&i[1]&&((i[2]>=1)||(i[2]>5))){if(navigator.userAgent.match(/ MSIE/)){g=g+20}else{g=g+15}}if(!j.match(/^(https?|file|ftp):\/\//i)&&typeof(geberPopUpBaseURL)=="string"&&geberPopUpBaseURL!=null&&geberPopUpBaseURL.length>0){j=geberPopUpBaseURL+"/"+j}if(!b){b=""}try{d=window.open(j,c,b+",width="+a+",height="+g)}catch(k){return false}try{d.resizeTo(a,g)}catch(k){}try{d.focus()}catch(k){}return true}window.setTimeout("nexxar_doPreLoadGWSImage()",50);function nexxar_doPreLoadGWSImage(){var c=window.location;var a=document.referrer==null?"":document.referrer;if((a==""||a.length<=0)&&(opener)){try{a=opener.location}catch(b){}}geber_doGWSImage(c,a)}function nexxar_gwsPrepareDownload(a,g){try{if(g){var d=g.protocol+"//"+g.host;var b=g.pathname.replace(/downloads?\.php[3-9]?\?file=/,"");if(b.substr(0,1)!="/"){d+="/"}d+=b+g.search+g.hash;g.href=String(d)}}catch(c){}window.setTimeout("nexxar_doGWSDownloadFile('"+a+"')",200)}function nexxar_doGWSDownloadFile(b){var c=NexxarLib.getBaseURLPath();if(c=="/"){c=""}c+=b;if(!c.match(/^file:/)){c=window.location.protocol+"//"+window.location.host+c}var a=window.location;geber_doGWSImage(c,a)}function geber_doGWSImage(b,g){if(String(window.location.hostname).match(/iedit.(geber.at|nexxar.com)/)||String(window.location.protocol).match(/file|https/)){return}var j=escape(b);var g=g?escape(g):"";var d="http://gws.geber.de/verbund/gws.gif?js=1&ref="+g+"&pg="+j+"&rep=verbund-OVERVIEW";try{d+="&screen="+screen.width+"x"+screen.height}catch(h){}var k=$.cookies.get("STATs-ID");if(!k||k.length<0){k="";for(var c=0;c<34;c++){k+=Math.ceil(Math.random()*255).toString(16)}$.cookies.set("STATs-ID",k.substring(0,32),{path:"/"})}if(k&&k.length>0){d+="&STATS-ID="+k}var a=new Image();a.src=d}function geber_table_handlemouseover(a){$(a).addClass("highlightmouseover")}function geber_table_handlemouseout(a){$(a).removeClass("highlightmouseover")}function geber_table_handlemouseclick(a){$(a).toggleClass("highlightclick")};