var oldSearchFieldValue="";
/*
 * jQuery JavaScript Library v1.4.1
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Mon Jan 25 19:43:33 2010 -0500
 */
(function(aK,D){var a=function(aW,aX){return new a.fn.init(aW,aX)},n=aK.jQuery,S=aK.$,ac=aK.document,Y,Q=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,aU=/^.[^:#\[\.,]*$/,aw=/\S/,N=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,e=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,b=navigator.userAgent,w,K=false,ae=[],aE,at=Object.prototype.toString,ap=Object.prototype.hasOwnProperty,g=Array.prototype.push,F=Array.prototype.slice,s=Array.prototype.indexOf;a.fn=a.prototype={init:function(aW,aZ){var aY,a0,aX,a1;if(!aW){return this}if(aW.nodeType){this.context=this[0]=aW;this.length=1;return this}if(typeof aW==="string"){aY=Q.exec(aW);if(aY&&(aY[1]||!aZ)){if(aY[1]){a1=(aZ?aZ.ownerDocument||aZ:ac);aX=e.exec(aW);if(aX){if(a.isPlainObject(aZ)){aW=[ac.createElement(aX[1])];a.fn.attr.call(aW,aZ,true)}else{aW=[a1.createElement(aX[1])]}}else{aX=J([aY[1]],[a1]);aW=(aX.cacheable?aX.fragment.cloneNode(true):aX.fragment).childNodes}}else{a0=ac.getElementById(aY[2]);if(a0){if(a0.id!==aY[2]){return Y.find(aW)}this.length=1;this[0]=a0}this.context=ac;this.selector=aW;return this}}else{if(!aZ&&/^\w+$/.test(aW)){this.selector=aW;this.context=ac;aW=ac.getElementsByTagName(aW)}else{if(!aZ||aZ.jquery){return(aZ||Y).find(aW)}else{return a(aZ).find(aW)}}}}else{if(a.isFunction(aW)){return Y.ready(aW)}}if(aW.selector!==D){this.selector=aW.selector;this.context=aW.context}return a.isArray(aW)?this.setArray(aW):a.makeArray(aW,this)},selector:"",jquery:"1.4.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(aW){return aW==null?this.toArray():(aW<0?this.slice(aW)[0]:this[aW])},pushStack:function(aX,aZ,aW){var aY=a(aX||null);aY.prevObject=this;aY.context=this.context;if(aZ==="find"){aY.selector=this.selector+(this.selector?" ":"")+aW}else{if(aZ){aY.selector=this.selector+"."+aZ+"("+aW+")"}}return aY},setArray:function(aW){this.length=0;g.apply(this,aW);return this},each:function(aX,aW){return a.each(this,aX,aW)},ready:function(aW){a.bindReady();if(a.isReady){aW.call(ac,a)}else{if(ae){ae.push(aW)}}return this},eq:function(aW){return aW===-1?this.slice(aW):this.slice(aW,+aW+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(aW){return this.pushStack(a.map(this,function(aY,aX){return aW.call(aY,aX,aY)}))},end:function(){return this.prevObject||a(null)},push:g,sort:[].sort,splice:[].splice};a.fn.init.prototype=a.fn;a.extend=a.fn.extend=function(){var a1=arguments[0]||{},a0=1,aZ=arguments.length,a3=false,a4,aY,aW,aX;if(typeof a1==="boolean"){a3=a1;a1=arguments[1]||{};a0=2}if(typeof a1!=="object"&&!a.isFunction(a1)){a1={}}if(aZ===a0){a1=this;--a0}for(;a0<aZ;a0++){if((a4=arguments[a0])!=null){for(aY in a4){aW=a1[aY];aX=a4[aY];if(a1===aX){continue}if(a3&&aX&&(a.isPlainObject(aX)||a.isArray(aX))){var a2=aW&&(a.isPlainObject(aW)||a.isArray(aW))?aW:a.isArray(aX)?[]:{};a1[aY]=a.extend(a3,a2,aX)}else{if(aX!==D){a1[aY]=aX}}}}}return a1};a.extend({noConflict:function(aW){aK.$=S;if(aW){aK.jQuery=n}return a},isReady:false,ready:function(){if(!a.isReady){if(!ac.body){return setTimeout(a.ready,13)}a.isReady=true;if(ae){var aX,aW=0;while((aX=ae[aW++])){aX.call(ac,a)}ae=null}if(a.fn.triggerHandler){a(ac).triggerHandler("ready")}}},bindReady:function(){if(K){return}K=true;if(ac.readyState==="complete"){return a.ready()}if(ac.addEventListener){ac.addEventListener("DOMContentLoaded",aE,false);aK.addEventListener("load",a.ready,false)}else{if(ac.attachEvent){ac.attachEvent("onreadystatechange",aE);aK.attachEvent("onload",a.ready);var aW=false;try{aW=aK.frameElement==null}catch(aX){}if(ac.documentElement.doScroll&&aW){y()}}}},isFunction:function(aW){return at.call(aW)==="[object Function]"},isArray:function(aW){return at.call(aW)==="[object Array]"},isPlainObject:function(aX){if(!aX||at.call(aX)!=="[object Object]"||aX.nodeType||aX.setInterval){return false}if(aX.constructor&&!ap.call(aX,"constructor")&&!ap.call(aX.constructor.prototype,"isPrototypeOf")){return false}var aW;for(aW in aX){}return aW===D||ap.call(aX,aW)},isEmptyObject:function(aX){for(var aW in aX){return false}return true},error:function(aW){throw aW},parseJSON:function(aW){if(typeof aW!=="string"||!aW){return null}if(/^[\],:{}\s]*$/.test(aW.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return aK.JSON&&aK.JSON.parse?aK.JSON.parse(aW):(new Function("return "+aW))()}else{a.error("Invalid JSON: "+aW)}},noop:function(){},globalEval:function(aY){if(aY&&aw.test(aY)){var aX=ac.getElementsByTagName("head")[0]||ac.documentElement,aW=ac.createElement("script");aW.type="text/javascript";if(a.support.scriptEval){aW.appendChild(ac.createTextNode(aY))}else{aW.text=aY}aX.insertBefore(aW,aX.firstChild);aX.removeChild(aW)}},nodeName:function(aX,aW){return aX.nodeName&&aX.nodeName.toUpperCase()===aW.toUpperCase()},each:function(aZ,a3,aY){var aX,a0=0,a1=aZ.length,aW=a1===D||a.isFunction(aZ);if(aY){if(aW){for(aX in aZ){if(a3.apply(aZ[aX],aY)===false){break}}}else{for(;a0<a1;){if(a3.apply(aZ[a0++],aY)===false){break}}}}else{if(aW){for(aX in aZ){if(a3.call(aZ[aX],aX,aZ[aX])===false){break}}}else{for(var a2=aZ[0];a0<a1&&a3.call(a2,a0,a2)!==false;a2=aZ[++a0]){}}}return aZ},trim:function(aW){return(aW||"").replace(N,"")},makeArray:function(aY,aX){var aW=aX||[];if(aY!=null){if(aY.length==null||typeof aY==="string"||a.isFunction(aY)||(typeof aY!=="function"&&aY.setInterval)){g.call(aW,aY)}else{a.merge(aW,aY)}}return aW},inArray:function(aY,aZ){if(aZ.indexOf){return aZ.indexOf(aY)}for(var aW=0,aX=aZ.length;aW<aX;aW++){if(aZ[aW]===aY){return aW}}return -1},merge:function(a0,aY){var aZ=a0.length,aX=0;if(typeof aY.length==="number"){for(var aW=aY.length;aX<aW;aX++){a0[aZ++]=aY[aX]}}else{while(aY[aX]!==D){a0[aZ++]=aY[aX++]}}a0.length=aZ;return a0},grep:function(aX,a1,aW){var aY=[];for(var aZ=0,a0=aX.length;aZ<a0;aZ++){if(!aW!==!a1(aX[aZ],aZ)){aY.push(aX[aZ])}}return aY},map:function(aX,a2,aW){var aY=[],a1;for(var aZ=0,a0=aX.length;aZ<a0;aZ++){a1=a2(aX[aZ],aZ,aW);if(a1!=null){aY[aY.length]=a1}}return aY.concat.apply([],aY)},guid:1,proxy:function(aY,aX,aW){if(arguments.length===2){if(typeof aX==="string"){aW=aY;aY=aW[aX];aX=D}else{if(aX&&!a.isFunction(aX)){aW=aX;aX=D}}}if(!aX&&aY){aX=function(){return aY.apply(aW||this,arguments)}}if(aY){aX.guid=aY.guid=aY.guid||aX.guid||a.guid++}return aX},uaMatch:function(aX){aX=aX.toLowerCase();var aW=/(webkit)[ \/]([\w.]+)/.exec(aX)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(aX)||/(msie) ([\w.]+)/.exec(aX)||!/compatible/.test(aX)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(aX)||[];return{browser:aW[1]||"",version:aW[2]||"0"}},browser:{}});w=a.uaMatch(b);if(w.browser){a.browser[w.browser]=true;a.browser.version=w.version}if(a.browser.webkit){a.browser.safari=true}if(s){a.inArray=function(aW,aX){return s.call(aX,aW)}}Y=a(ac);if(ac.addEventListener){aE=function(){ac.removeEventListener("DOMContentLoaded",aE,false);a.ready()}}else{if(ac.attachEvent){aE=function(){if(ac.readyState==="complete"){ac.detachEvent("onreadystatechange",aE);a.ready()}}}}function y(){if(a.isReady){return}try{ac.documentElement.doScroll("left")}catch(aW){setTimeout(y,1);return}a.ready()}function aT(aW,aX){if(aX.src){a.ajax({url:aX.src,async:false,dataType:"script"})}else{a.globalEval(aX.text||aX.textContent||aX.innerHTML||"")}if(aX.parentNode){aX.parentNode.removeChild(aX)}}function an(aW,a4,a2,aY,a1,a3){var aX=aW.length;if(typeof a4==="object"){for(var aZ in a4){an(aW,aZ,a4[aZ],aY,a1,a2)}return aW}if(a2!==D){aY=!a3&&aY&&a.isFunction(a2);for(var a0=0;a0<aX;a0++){a1(aW[a0],a4,aY?a2.call(aW[a0],a0,a1(aW[a0],a4)):a2,a3)}return aW}return aX?a1(aW[0],a4):null}function aN(){return(new Date).getTime()}(function(){a.support={};var a2=ac.documentElement,a1=ac.createElement("script"),aW=ac.createElement("div"),aX="script"+aN();aW.style.display="none";aW.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var a4=aW.getElementsByTagName("*"),a3=aW.getElementsByTagName("a")[0];if(!a4||!a4.length||!a3){return}a.support={leadingWhitespace:aW.firstChild.nodeType===3,tbody:!aW.getElementsByTagName("tbody").length,htmlSerialize:!!aW.getElementsByTagName("link").length,style:/red/.test(a3.getAttribute("style")),hrefNormalized:a3.getAttribute("href")==="/a",opacity:/^0.55$/.test(a3.style.opacity),cssFloat:!!a3.style.cssFloat,checkOn:aW.getElementsByTagName("input")[0].value==="on",optSelected:ac.createElement("select").appendChild(ac.createElement("option")).selected,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};a1.type="text/javascript";try{a1.appendChild(ac.createTextNode("window."+aX+"=1;"))}catch(aZ){}a2.insertBefore(a1,a2.firstChild);if(aK[aX]){a.support.scriptEval=true;delete aK[aX]}a2.removeChild(a1);if(aW.attachEvent&&aW.fireEvent){aW.attachEvent("onclick",function a5(){a.support.noCloneEvent=false;aW.detachEvent("onclick",a5)});aW.cloneNode(true).fireEvent("onclick")}aW=ac.createElement("div");aW.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var aY=ac.createDocumentFragment();aY.appendChild(aW.firstChild);a.support.checkClone=aY.cloneNode(true).cloneNode(true).lastChild.checked;a(function(){var a6=ac.createElement("div");a6.style.width=a6.style.paddingLeft="1px";ac.body.appendChild(a6);a.boxModel=a.support.boxModel=a6.offsetWidth===2;ac.body.removeChild(a6).style.display="none";a6=null});var a0=function(a6){var a8=ac.createElement("div");a6="on"+a6;var a7=(a6 in a8);if(!a7){a8.setAttribute(a6,"return;");a7=typeof a8[a6]==="function"}a8=null;return a7};a.support.submitBubbles=a0("submit");a.support.changeBubbles=a0("change");a2=a1=aW=a4=a3=null})();a.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var aG="jQuery"+aN(),aF=0,aR={};var M={};a.extend({cache:{},expando:aG,noData:{embed:true,object:true,applet:true},data:function(aY,aX,a0){if(aY.nodeName&&a.noData[aY.nodeName.toLowerCase()]){return}aY=aY==aK?aR:aY;var a1=aY[aG],aW=a.cache,aZ;if(!aX&&!a1){return null}if(!a1){a1=++aF}if(typeof aX==="object"){aY[aG]=a1;aZ=aW[a1]=a.extend(true,{},aX)}else{if(aW[a1]){aZ=aW[a1]}else{if(typeof a0==="undefined"){aZ=M}else{aZ=aW[a1]={}}}}if(a0!==D){aY[aG]=a1;aZ[aX]=a0}return typeof aX==="string"?aZ[aX]:aZ},removeData:function(aY,aX){if(aY.nodeName&&a.noData[aY.nodeName.toLowerCase()]){return}aY=aY==aK?aR:aY;var a1=aY[aG],aW=a.cache,aZ=aW[a1];if(aX){if(aZ){delete aZ[aX];if(a.isEmptyObject(aZ)){a.removeData(aY)}}}else{try{delete aY[aG]}catch(a0){if(aY.removeAttribute){aY.removeAttribute(aG)}}delete aW[a1]}}});a.fn.extend({data:function(aW,aY){if(typeof aW==="undefined"&&this.length){return a.data(this[0])}else{if(typeof aW==="object"){return this.each(function(){a.data(this,aW)})}}var aZ=aW.split(".");aZ[1]=aZ[1]?"."+aZ[1]:"";if(aY===D){var aX=this.triggerHandler("getData"+aZ[1]+"!",[aZ[0]]);if(aX===D&&this.length){aX=a.data(this[0],aW)}return aX===D&&aZ[1]?this.data(aZ[0]):aX}else{return this.trigger("setData"+aZ[1]+"!",[aZ[0],aY]).each(function(){a.data(this,aW,aY)})}},removeData:function(aW){return this.each(function(){a.removeData(this,aW)})}});a.extend({queue:function(aX,aW,aZ){if(!aX){return}aW=(aW||"fx")+"queue";var aY=a.data(aX,aW);if(!aZ){return aY||[]}if(!aY||a.isArray(aZ)){aY=a.data(aX,aW,a.makeArray(aZ))}else{aY.push(aZ)}return aY},dequeue:function(aZ,aY){aY=aY||"fx";var aW=a.queue(aZ,aY),aX=aW.shift();if(aX==="inprogress"){aX=aW.shift()}if(aX){if(aY==="fx"){aW.unshift("inprogress")}aX.call(aZ,function(){a.dequeue(aZ,aY)})}}});a.fn.extend({queue:function(aW,aX){if(typeof aW!=="string"){aX=aW;aW="fx"}if(aX===D){return a.queue(this[0],aW)}return this.each(function(aZ,a0){var aY=a.queue(this,aW,aX);if(aW==="fx"&&aY[0]!=="inprogress"){a.dequeue(this,aW)}})},dequeue:function(aW){return this.each(function(){a.dequeue(this,aW)})},delay:function(aX,aW){aX=a.fx?a.fx.speeds[aX]||aX:aX;aW=aW||"fx";return this.queue(aW,function(){var aY=this;setTimeout(function(){a.dequeue(aY,aW)},aX)})},clearQueue:function(aW){return this.queue(aW||"fx",[])}});var ao=/[\n\t]/g,T=/\s+/,av=/\r/g,aO=/href|src|style/,d=/(button|input)/i,A=/(button|input|object|select|textarea)/i,j=/^(a|area)$/i,I=/radio|checkbox/;a.fn.extend({attr:function(aW,aX){return an(this,aW,aX,true,a.attr)},removeAttr:function(aW,aX){return this.each(function(){a.attr(this,aW,"");if(this.nodeType===1){this.removeAttribute(aW)}})},addClass:function(a1){if(a.isFunction(a1)){return this.each(function(a5){var a4=a(this);a4.addClass(a1.call(this,a5,a4.attr("class")))})}if(a1&&typeof a1==="string"){var a2=(a1||"").split(T);for(var aY=0,aX=this.length;aY<aX;aY++){var a0=this[aY];if(a0.nodeType===1){if(!a0.className){a0.className=a1}else{var aZ=" "+a0.className+" ";for(var a3=0,aW=a2.length;a3<aW;a3++){if(aZ.indexOf(" "+a2[a3]+" ")<0){a0.className+=" "+a2[a3]}}}}}}return this},removeClass:function(a1){if(a.isFunction(a1)){return this.each(function(a5){var a4=a(this);a4.removeClass(a1.call(this,a5,a4.attr("class")))})}if((a1&&typeof a1==="string")||a1===D){var a2=(a1||"").split(T);for(var aY=0,aX=this.length;aY<aX;aY++){var a0=this[aY];if(a0.nodeType===1&&a0.className){if(a1){var aZ=(" "+a0.className+" ").replace(ao," ");for(var a3=0,aW=a2.length;a3<aW;a3++){aZ=aZ.replace(" "+a2[a3]+" "," ")}a0.className=aZ.substring(1,aZ.length-1)}else{a0.className=""}}}}return this},toggleClass:function(aZ,aX){var aY=typeof aZ,aW=typeof aX==="boolean";if(a.isFunction(aZ)){return this.each(function(a1){var a0=a(this);a0.toggleClass(aZ.call(this,a1,a0.attr("class"),aX),aX)})}return this.each(function(){if(aY==="string"){var a2,a1=0,a0=a(this),a3=aX,a4=aZ.split(T);while((a2=a4[a1++])){a3=aW?a3:!a0.hasClass(a2);a0[a3?"addClass":"removeClass"](a2)}}else{if(aY==="undefined"||aY==="boolean"){if(this.className){a.data(this,"__className__",this.className)}this.className=this.className||aZ===false?"":a.data(this,"__className__")||""}}})},hasClass:function(aW){var aZ=" "+aW+" ";for(var aY=0,aX=this.length;aY<aX;aY++){if((" "+this[aY].className+" ").replace(ao," ").indexOf(aZ)>-1){return true}}return false},val:function(a3){if(a3===D){var aX=this[0];if(aX){if(a.nodeName(aX,"option")){return(aX.attributes.value||{}).specified?aX.value:aX.text}if(a.nodeName(aX,"select")){var a1=aX.selectedIndex,a4=[],a5=aX.options,a0=aX.type==="select-one";if(a1<0){return null}for(var aY=a0?a1:0,a2=a0?a1+1:a5.length;aY<a2;aY++){var aZ=a5[aY];if(aZ.selected){a3=a(aZ).val();if(a0){return a3}a4.push(a3)}}return a4}if(I.test(aX.type)&&!a.support.checkOn){return aX.getAttribute("value")===null?"on":aX.value}return(aX.value||"").replace(av,"")}return D}var aW=a.isFunction(a3);return this.each(function(a8){var a7=a(this),a9=a3;if(this.nodeType!==1){return}if(aW){a9=a3.call(this,a8,a7.val())}if(typeof a9==="number"){a9+=""}if(a.isArray(a9)&&I.test(this.type)){this.checked=a.inArray(a7.val(),a9)>=0}else{if(a.nodeName(this,"select")){var a6=a.makeArray(a9);a("option",this).each(function(){this.selected=a.inArray(a(this).val(),a6)>=0});if(!a6.length){this.selectedIndex=-1}}else{this.value=a9}}})}});a.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(aX,aW,a2,a5){if(!aX||aX.nodeType===3||aX.nodeType===8){return D}if(a5&&aW in a.attrFn){return a(aX)[aW](a2)}var aY=aX.nodeType!==1||!a.isXMLDoc(aX),a1=a2!==D;aW=aY&&a.props[aW]||aW;if(aX.nodeType===1){var a0=aO.test(aW);if(aW==="selected"&&!a.support.optSelected){var a3=aX.parentNode;if(a3){a3.selectedIndex;if(a3.parentNode){a3.parentNode.selectedIndex}}}if(aW in aX&&aY&&!a0){if(a1){if(aW==="type"&&d.test(aX.nodeName)&&aX.parentNode){a.error("type property can't be changed")}aX[aW]=a2}if(a.nodeName(aX,"form")&&aX.getAttributeNode(aW)){return aX.getAttributeNode(aW).nodeValue}if(aW==="tabIndex"){var a4=aX.getAttributeNode("tabIndex");return a4&&a4.specified?a4.value:A.test(aX.nodeName)||j.test(aX.nodeName)&&aX.href?0:D}return aX[aW]}if(!a.support.style&&aY&&aW==="style"){if(a1){aX.style.cssText=""+a2}return aX.style.cssText}if(a1){aX.setAttribute(aW,""+a2)}var aZ=!a.support.hrefNormalized&&aY&&a0?aX.getAttribute(aW,2):aX.getAttribute(aW);return aZ===null?D:aZ}return a.style(aX,aW,a2)}});var B=function(aW){return aW.replace(/[^\w\s\.\|`]/g,function(aX){return"\\"+aX})};a.event={add:function(aY,a3,a8,a0){if(aY.nodeType===3||aY.nodeType===8){return}if(aY.setInterval&&(aY!==aK&&!aY.frameElement)){aY=aK}if(!a8.guid){a8.guid=a.guid++}if(a0!==D){var a6=a8;a8=a.proxy(a6);a8.data=a0}var a9=a.data(aY,"events")||a.data(aY,"events",{}),a2=a.data(aY,"handle"),a1;if(!a2){a1=function(){return typeof a!=="undefined"&&!a.event.triggered?a.event.handle.apply(a1.elem,arguments):D};a2=a.data(aY,"handle",a1)}if(!a2){return}a2.elem=aY;a3=a3.split(/\s+/);var a5,aZ=0;while((a5=a3[aZ++])){var aW=a5.split(".");a5=aW.shift();if(aZ>1){a8=a.proxy(a8);if(a0!==D){a8.data=a0}}a8.type=aW.slice(0).sort().join(".");var aX=a9[a5],a4=this.special[a5]||{};if(!aX){aX=a9[a5]={};if(!a4.setup||a4.setup.call(aY,a0,aW,a8)===false){if(aY.addEventListener){aY.addEventListener(a5,a2,false)}else{if(aY.attachEvent){aY.attachEvent("on"+a5,a2)}}}}if(a4.add){var a7=a4.add.call(aY,a8,a0,aW,aX);if(a7&&a.isFunction(a7)){a7.guid=a7.guid||a8.guid;a7.data=a7.data||a8.data;a7.type=a7.type||a8.type;a8=a7}}aX[a8.guid]=a8;this.global[a5]=true}aY=null},global:{},remove:function(aY,a2,a8){if(aY.nodeType===3||aY.nodeType===8){return}var a9=a.data(aY,"events"),a3,a5,a6;if(a9){if(a2===D||(typeof a2==="string"&&a2.charAt(0)===".")){for(a5 in a9){this.remove(aY,a5+(a2||""))}}else{if(a2.type){a8=a2.handler;a2=a2.type}a2=a2.split(/\s+/);var a0=0;while((a5=a2[a0++])){var aW=a5.split(".");a5=aW.shift();var a7=!aW.length,aX=a.map(aW.slice(0).sort(),B),aZ=new RegExp("(^|\\.)"+aX.join("\\.(?:.*\\.)?")+"(\\.|$)"),a4=this.special[a5]||{};if(a9[a5]){if(a8){a6=a9[a5][a8.guid];delete a9[a5][a8.guid]}else{for(var a1 in a9[a5]){if(a7||aZ.test(a9[a5][a1].type)){delete a9[a5][a1]}}}if(a4.remove){a4.remove.call(aY,aW,a6)}for(a3 in a9[a5]){break}if(!a3){if(!a4.teardown||a4.teardown.call(aY,aW)===false){if(aY.removeEventListener){aY.removeEventListener(a5,a.data(aY,"handle"),false)}else{if(aY.detachEvent){aY.detachEvent("on"+a5,a.data(aY,"handle"))}}}a3=null;delete a9[a5]}}}}for(a3 in a9){break}if(!a3){var a1=a.data(aY,"handle");if(a1){a1.elem=null}a.removeData(aY,"events");a.removeData(aY,"handle")}}},trigger:function(aW,a0,aY){var a4=aW.type||aW,aZ=arguments[3];if(!aZ){aW=typeof aW==="object"?aW[aG]?aW:a.extend(a.Event(a4),aW):a.Event(a4);if(a4.indexOf("!")>=0){aW.type=a4=a4.slice(0,-1);aW.exclusive=true}if(!aY){aW.stopPropagation();if(this.global[a4]){a.each(a.cache,function(){if(this.events&&this.events[a4]){a.event.trigger(aW,a0,this.handle.elem)}})}}if(!aY||aY.nodeType===3||aY.nodeType===8){return D}aW.result=D;aW.target=aY;a0=a.makeArray(a0);a0.unshift(aW)}aW.currentTarget=aY;var a1=a.data(aY,"handle");if(a1){a1.apply(aY,a0)}var a5=aY.parentNode||aY.ownerDocument;try{if(!(aY&&aY.nodeName&&a.noData[aY.nodeName.toLowerCase()])){if(aY["on"+a4]&&aY["on"+a4].apply(aY,a0)===false){aW.result=false}}}catch(a3){}if(!aW.isPropagationStopped()&&a5){a.event.trigger(aW,a0,a5,true)}else{if(!aW.isDefaultPrevented()){var a2=aW.target,aX,a6=a.nodeName(a2,"a")&&a4==="click";if(!a6&&!(a2&&a2.nodeName&&a.noData[a2.nodeName.toLowerCase()])){try{if(a2[a4]){aX=a2["on"+a4];if(aX){a2["on"+a4]=null}this.triggered=true;a2[a4]()}}catch(a3){}if(aX){a2["on"+a4]=aX}this.triggered=false}}}},handle:function(a2){var a1,aW;a2=arguments[0]=a.event.fix(a2||aK.event);a2.currentTarget=this;var a3=a2.type.split(".");a2.type=a3.shift();a1=!a3.length&&!a2.exclusive;var a0=new RegExp("(^|\\.)"+a3.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");aW=(a.data(this,"events")||{})[a2.type];for(var aY in aW){var aZ=aW[aY];if(a1||a0.test(aZ.type)){a2.handler=aZ;a2.data=aZ.data;var aX=aZ.apply(this,arguments);if(aX!==D){a2.result=aX;if(aX===false){a2.preventDefault();a2.stopPropagation()}}if(a2.isImmediatePropagationStopped()){break}}}return a2.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(aZ){if(aZ[aG]){return aZ}var aX=aZ;aZ=a.Event(aX);for(var aY=this.props.length,a1;aY;){a1=this.props[--aY];aZ[a1]=aX[a1]}if(!aZ.target){aZ.target=aZ.srcElement||ac}if(aZ.target.nodeType===3){aZ.target=aZ.target.parentNode}if(!aZ.relatedTarget&&aZ.fromElement){aZ.relatedTarget=aZ.fromElement===aZ.target?aZ.toElement:aZ.fromElement}if(aZ.pageX==null&&aZ.clientX!=null){var a0=ac.documentElement,aW=ac.body;aZ.pageX=aZ.clientX+(a0&&a0.scrollLeft||aW&&aW.scrollLeft||0)-(a0&&a0.clientLeft||aW&&aW.clientLeft||0);aZ.pageY=aZ.clientY+(a0&&a0.scrollTop||aW&&aW.scrollTop||0)-(a0&&a0.clientTop||aW&&aW.clientTop||0)}if(!aZ.which&&((aZ.charCode||aZ.charCode===0)?aZ.charCode:aZ.keyCode)){aZ.which=aZ.charCode||aZ.keyCode}if(!aZ.metaKey&&aZ.ctrlKey){aZ.metaKey=aZ.ctrlKey}if(!aZ.which&&aZ.button!==D){aZ.which=(aZ.button&1?1:(aZ.button&2?3:(aZ.button&4?2:0)))}return aZ},guid:100000000,proxy:a.proxy,special:{ready:{setup:a.bindReady,teardown:a.noop},live:{add:function(aW,aZ,aY,aX){a.extend(aW,aZ||{});aW.guid+=aZ.selector+aZ.live;aZ.liveProxy=aW;a.event.add(this,aZ.live,W,aZ)},remove:function(aY){if(aY.length){var aW=0,aX=new RegExp("(^|\\.)"+aY[0]+"(\\.|$)");a.each((a.data(this,"events").live||{}),function(){if(aX.test(this.type)){aW++}});if(aW<1){a.event.remove(this,aY[0],W)}}},special:{}},beforeunload:{setup:function(aY,aX,aW){if(this.setInterval){this.onbeforeunload=aW}return false},teardown:function(aX,aW){if(this.onbeforeunload===aW){this.onbeforeunload=null}}}}};a.Event=function(aW){if(!this.preventDefault){return new a.Event(aW)}if(aW&&aW.type){this.originalEvent=aW;this.type=aW.type}else{this.type=aW}this.timeStamp=aN();this[aG]=true};function aP(){return false}function f(){return true}a.Event.prototype={preventDefault:function(){this.isDefaultPrevented=f;var aW=this.originalEvent;if(!aW){return}if(aW.preventDefault){aW.preventDefault()}aW.returnValue=false},stopPropagation:function(){this.isPropagationStopped=f;var aW=this.originalEvent;if(!aW){return}if(aW.stopPropagation){aW.stopPropagation()}aW.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=f;this.stopPropagation()},isDefaultPrevented:aP,isPropagationStopped:aP,isImmediatePropagationStopped:aP};var R=function(aX){var aW=aX.relatedTarget;while(aW&&aW!==this){try{aW=aW.parentNode}catch(aY){break}}if(aW!==this){aX.type=aX.data;a.event.handle.apply(this,arguments)}},ax=function(aW){aW.type=aW.data;a.event.handle.apply(this,arguments)};a.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(aX,aW){a.event.special[aX]={setup:function(aY){a.event.add(this,aW,aY&&aY.selector?ax:R,aX)},teardown:function(aY){a.event.remove(this,aW,aY&&aY.selector?ax:R)}}});if(!a.support.submitBubbles){a.event.special.submit={setup:function(aY,aX,aW){if(this.nodeName.toLowerCase()!=="form"){a.event.add(this,"click.specialSubmit."+aW.guid,function(a1){var a0=a1.target,aZ=a0.type;if((aZ==="submit"||aZ==="image")&&a(a0).closest("form").length){return az("submit",this,arguments)}});a.event.add(this,"keypress.specialSubmit."+aW.guid,function(a1){var a0=a1.target,aZ=a0.type;if((aZ==="text"||aZ==="password")&&a(a0).closest("form").length&&a1.keyCode===13){return az("submit",this,arguments)}})}else{return false}},remove:function(aX,aW){a.event.remove(this,"click.specialSubmit"+(aW?"."+aW.guid:""));a.event.remove(this,"keypress.specialSubmit"+(aW?"."+aW.guid:""))}}}if(!a.support.changeBubbles){var aq=/textarea|input|select/i;function i(aX){var aW=aX.type,aY=aX.value;if(aW==="radio"||aW==="checkbox"){aY=aX.checked}else{if(aW==="select-multiple"){aY=aX.selectedIndex>-1?a.map(aX.options,function(aZ){return aZ.selected}).join("-"):""}else{if(aX.nodeName.toLowerCase()==="select"){aY=aX.selectedIndex}}}return aY}function P(aY){var aW=aY.target,aX,aZ;if(!aq.test(aW.nodeName)||aW.readOnly){return}aX=a.data(aW,"_change_data");aZ=i(aW);if(aY.type!=="focusout"||aW.type!=="radio"){a.data(aW,"_change_data",aZ)}if(aX===D||aZ===aX){return}if(aX!=null||aZ){aY.type="change";return a.event.trigger(aY,arguments[1],aW)}}a.event.special.change={filters:{focusout:P,click:function(aY){var aX=aY.target,aW=aX.type;if(aW==="radio"||aW==="checkbox"||aX.nodeName.toLowerCase()==="select"){return P.call(this,aY)}},keydown:function(aY){var aX=aY.target,aW=aX.type;if((aY.keyCode===13&&aX.nodeName.toLowerCase()!=="textarea")||(aY.keyCode===32&&(aW==="checkbox"||aW==="radio"))||aW==="select-multiple"){return P.call(this,aY)}},beforeactivate:function(aX){var aW=aX.target;if(aW.nodeName.toLowerCase()==="input"&&aW.type==="radio"){a.data(aW,"_change_data",i(aW))}}},setup:function(aZ,aY,aX){for(var aW in aQ){a.event.add(this,aW+".specialChange."+aX.guid,aQ[aW])}return aq.test(this.nodeName)},remove:function(aY,aX){for(var aW in aQ){a.event.remove(this,aW+".specialChange"+(aX?"."+aX.guid:""),aQ[aW])}return aq.test(this.nodeName)}};var aQ=a.event.special.change.filters}function az(aX,aY,aW){aW[0].type=aX;return a.event.handle.apply(aY,aW)}if(ac.addEventListener){a.each({focus:"focusin",blur:"focusout"},function(aY,aW){a.event.special[aW]={setup:function(){this.addEventListener(aY,aX,true)},teardown:function(){this.removeEventListener(aY,aX,true)}};function aX(aZ){aZ=a.event.fix(aZ);aZ.type=aW;return a.event.handle.call(this,aZ)}})}a.each(["bind","one"],function(aX,aW){a.fn[aW]=function(a1,a2,a0){if(typeof a1==="object"){for(var aY in a1){this[aW](aY,a2,a1[aY],a0)}return this}if(a.isFunction(a2)){a0=a2;a2=D}var aZ=aW==="one"?a.proxy(a0,function(a3){a(this).unbind(a3,aZ);return a0.apply(this,arguments)}):a0;return a1==="unload"&&aW!=="one"?this.one(a1,a2,a0):this.each(function(){a.event.add(this,a1,aZ,a2)})}});a.fn.extend({unbind:function(aY,aX){if(typeof aY==="object"&&!aY.preventDefault){for(var aW in aY){this.unbind(aW,aY[aW])}return this}return this.each(function(){a.event.remove(this,aY,aX)})},trigger:function(aW,aX){return this.each(function(){a.event.trigger(aW,aX,this)})},triggerHandler:function(aW,aY){if(this[0]){var aX=a.Event(aW);aX.preventDefault();aX.stopPropagation();a.event.trigger(aX,aY,this[0]);return aX.result}},toggle:function(aY){var aW=arguments,aX=1;while(aX<aW.length){a.proxy(aY,aW[aX++])}return this.click(a.proxy(aY,function(aZ){var a0=(a.data(this,"lastToggle"+aY.guid)||0)%aX;a.data(this,"lastToggle"+aY.guid,a0+1);aZ.preventDefault();return aW[a0].apply(this,arguments)||false}))},hover:function(aW,aX){return this.mouseenter(aW).mouseleave(aX||aW)}});a.each(["live","die"],function(aX,aW){a.fn[aW]=function(aZ,a2,a1){var a0,aY=0;if(a.isFunction(a2)){a1=a2;a2=D}aZ=(aZ||"").split(/\s+/);while((a0=aZ[aY++])!=null){a0=a0==="focus"?"focusin":a0==="blur"?"focusout":a0==="hover"?aZ.push("mouseleave")&&"mouseenter":a0;if(aW==="live"){a(this.context).bind(m(a0,this.selector),{data:a2,selector:this.selector,live:a0},a1)}else{a(this.context).unbind(m(a0,this.selector),a1?{guid:a1.guid+this.selector+a0}:null)}}return this}});function W(aW){var a7,aX=[],a9=[],a5=arguments,a8,a4,a6,aZ,a1,a3,a0,a2,aY=a.extend({},a.data(this,"events").live);if(aW.button&&aW.type==="click"){return}for(a1 in aY){a6=aY[a1];if(a6.live===aW.type||a6.altLive&&a.inArray(aW.type,a6.altLive)>-1){a2=a6.data;if(!(a2.beforeFilter&&a2.beforeFilter[aW.type]&&!a2.beforeFilter[aW.type](aW))){a9.push(a6.selector)}}else{delete aY[a1]}}a4=a(aW.target).closest(a9,aW.currentTarget);for(a3=0,a0=a4.length;a3<a0;a3++){for(a1 in aY){a6=aY[a1];aZ=a4[a3].elem;a8=null;if(a4[a3].selector===a6.selector){if(a6.live==="mouseenter"||a6.live==="mouseleave"){a8=a(aW.relatedTarget).closest(a6.selector)[0]}if(!a8||a8!==aZ){aX.push({elem:aZ,fn:a6})}}}}for(a3=0,a0=aX.length;a3<a0;a3++){a4=aX[a3];aW.currentTarget=a4.elem;aW.data=a4.fn.data;if(a4.fn.apply(a4.elem,a5)===false){a7=false;break}}return a7}function m(aX,aW){return"live."+(aX?aX+".":"")+aW.replace(/\./g,"`").replace(/ /g,"&")}a.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error").split(" "),function(aX,aW){a.fn[aW]=function(aY){return aY?this.bind(aW,aY):this.trigger(aW)};if(a.attrFn){a.attrFn[aW]=true}});if(aK.attachEvent&&!aK.addEventListener){aK.attachEvent("onunload",function(){for(var aX in a.cache){if(a.cache[aX].handle){try{a.event.remove(a.cache[aX].handle.elem)}catch(aW){}}}});
/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
}(function(){var a7=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,a8=0,ba=Object.prototype.toString,a2=false,a1=true;[0,0].sort(function(){a1=false;return 0});var aY=function(bj,be,bm,bn){bm=bm||[];var bp=be=be||ac;if(be.nodeType!==1&&be.nodeType!==9){return[]}if(!bj||typeof bj!=="string"){return bm}var bk=[],bg,br,bu,bf,bi=true,bh=aZ(be),bo=bj;while((a7.exec(""),bg=a7.exec(bo))!==null){bo=bg[3];bk.push(bg[1]);if(bg[2]){bf=bg[3];break}}if(bk.length>1&&a3.exec(bj)){if(bk.length===2&&a4.relative[bk[0]]){br=bb(bk[0]+bk[1],be)}else{br=a4.relative[bk[0]]?[be]:aY(bk.shift(),be);while(bk.length){bj=bk.shift();if(a4.relative[bj]){bj+=bk.shift()}br=bb(bj,br)}}}else{if(!bn&&bk.length>1&&be.nodeType===9&&!bh&&a4.match.ID.test(bk[0])&&!a4.match.ID.test(bk[bk.length-1])){var bq=aY.find(bk.shift(),be,bh);be=bq.expr?aY.filter(bq.expr,bq.set)[0]:bq.set[0]}if(be){var bq=bn?{expr:bk.pop(),set:a6(bn)}:aY.find(bk.pop(),bk.length===1&&(bk[0]==="~"||bk[0]==="+")&&be.parentNode?be.parentNode:be,bh);br=bq.expr?aY.filter(bq.expr,bq.set):bq.set;if(bk.length>0){bu=a6(br)}else{bi=false}while(bk.length){var bt=bk.pop(),bs=bt;if(!a4.relative[bt]){bt=""}else{bs=bk.pop()}if(bs==null){bs=be}a4.relative[bt](bu,bs,bh)}}else{bu=bk=[]}}if(!bu){bu=br}if(!bu){aY.error(bt||bj)}if(ba.call(bu)==="[object Array]"){if(!bi){bm.push.apply(bm,bu)}else{if(be&&be.nodeType===1){for(var bl=0;bu[bl]!=null;bl++){if(bu[bl]&&(bu[bl]===true||bu[bl].nodeType===1&&a5(be,bu[bl]))){bm.push(br[bl])}}}else{for(var bl=0;bu[bl]!=null;bl++){if(bu[bl]&&bu[bl].nodeType===1){bm.push(br[bl])}}}}}else{a6(bu,bm)}if(bf){aY(bf,bp,bm,bn);aY.uniqueSort(bm)}return bm};aY.uniqueSort=function(bf){if(a9){a2=a1;bf.sort(a9);if(a2){for(var be=1;be<bf.length;be++){if(bf[be]===bf[be-1]){bf.splice(be--,1)}}}}return bf};aY.matches=function(be,bf){return aY(be,null,null,bf)};aY.find=function(bl,be,bm){var bk,bi;if(!bl){return[]}for(var bh=0,bg=a4.order.length;bh<bg;bh++){var bj=a4.order[bh],bi;if((bi=a4.leftMatch[bj].exec(bl))){var bf=bi[1];bi.splice(1,1);if(bf.substr(bf.length-1)!=="\\"){bi[1]=(bi[1]||"").replace(/\\/g,"");bk=a4.find[bj](bi,be,bm);if(bk!=null){bl=bl.replace(a4.match[bj],"");break}}}}if(!bk){bk=be.getElementsByTagName("*")}return{set:bk,expr:bl}};aY.filter=function(bp,bo,bs,bi){var bg=bp,bu=[],bm=bo,bk,be,bl=bo&&bo[0]&&aZ(bo[0]);while(bp&&bo.length){for(var bn in a4.filter){if((bk=a4.leftMatch[bn].exec(bp))!=null&&bk[2]){var bf=a4.filter[bn],bt,br,bh=bk[1];be=false;bk.splice(1,1);if(bh.substr(bh.length-1)==="\\"){continue}if(bm===bu){bu=[]}if(a4.preFilter[bn]){bk=a4.preFilter[bn](bk,bm,bs,bu,bi,bl);if(!bk){be=bt=true}else{if(bk===true){continue}}}if(bk){for(var bj=0;(br=bm[bj])!=null;bj++){if(br){bt=bf(br,bk,bj,bm);var bq=bi^!!bt;if(bs&&bt!=null){if(bq){be=true}else{bm[bj]=false}}else{if(bq){bu.push(br);be=true}}}}}if(bt!==D){if(!bs){bm=bu}bp=bp.replace(a4.match[bn],"");if(!be){return[]}break}}}if(bp===bg){if(be==null){aY.error(bp)}else{break}}bg=bp}return bm};aY.error=function(be){throw"Syntax error, unrecognized expression: "+be};var a4=aY.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(be){return be.getAttribute("href")}},relative:{"+":function(bk,bf){var bh=typeof bf==="string",bj=bh&&!/\W/.test(bf),bl=bh&&!bj;if(bj){bf=bf.toLowerCase()}for(var bg=0,be=bk.length,bi;bg<be;bg++){if((bi=bk[bg])){while((bi=bi.previousSibling)&&bi.nodeType!==1){}bk[bg]=bl||bi&&bi.nodeName.toLowerCase()===bf?bi||false:bi===bf}}if(bl){aY.filter(bf,bk,true)}},">":function(bk,bf){var bi=typeof bf==="string";if(bi&&!/\W/.test(bf)){bf=bf.toLowerCase();for(var bg=0,be=bk.length;bg<be;bg++){var bj=bk[bg];if(bj){var bh=bj.parentNode;bk[bg]=bh.nodeName.toLowerCase()===bf?bh:false}}}else{for(var bg=0,be=bk.length;bg<be;bg++){var bj=bk[bg];if(bj){bk[bg]=bi?bj.parentNode:bj.parentNode===bf}}if(bi){aY.filter(bf,bk,true)}}},"":function(bh,bf,bj){var bg=a8++,be=bc;if(typeof bf==="string"&&!/\W/.test(bf)){var bi=bf=bf.toLowerCase();be=aW}be("parentNode",bf,bg,bh,bi,bj)},"~":function(bh,bf,bj){var bg=a8++,be=bc;if(typeof bf==="string"&&!/\W/.test(bf)){var bi=bf=bf.toLowerCase();be=aW}be("previousSibling",bf,bg,bh,bi,bj)}},find:{ID:function(bf,bg,bh){if(typeof bg.getElementById!=="undefined"&&!bh){var be=bg.getElementById(bf[1]);return be?[be]:[]}},NAME:function(bg,bj){if(typeof bj.getElementsByName!=="undefined"){var bf=[],bi=bj.getElementsByName(bg[1]);for(var bh=0,be=bi.length;bh<be;bh++){if(bi[bh].getAttribute("name")===bg[1]){bf.push(bi[bh])}}return bf.length===0?null:bf}},TAG:function(be,bf){return bf.getElementsByTagName(be[1])}},preFilter:{CLASS:function(bh,bf,bg,be,bk,bl){bh=" "+bh[1].replace(/\\/g,"")+" ";if(bl){return bh}for(var bi=0,bj;(bj=bf[bi])!=null;bi++){if(bj){if(bk^(bj.className&&(" "+bj.className+" ").replace(/[\t\n]/g," ").indexOf(bh)>=0)){if(!bg){be.push(bj)}}else{if(bg){bf[bi]=false}}}}return false},ID:function(be){return be[1].replace(/\\/g,"")},TAG:function(bf,be){return bf[1].toLowerCase()},CHILD:function(be){if(be[1]==="nth"){var bf=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(be[2]==="even"&&"2n"||be[2]==="odd"&&"2n+1"||!/\D/.test(be[2])&&"0n+"+be[2]||be[2]);be[2]=(bf[1]+(bf[2]||1))-0;be[3]=bf[3]-0}be[0]=a8++;return be},ATTR:function(bi,bf,bg,be,bj,bk){var bh=bi[1].replace(/\\/g,"");if(!bk&&a4.attrMap[bh]){bi[1]=a4.attrMap[bh]}if(bi[2]==="~="){bi[4]=" "+bi[4]+" "}return bi},PSEUDO:function(bi,bf,bg,be,bj){if(bi[1]==="not"){if((a7.exec(bi[3])||"").length>1||/^\w/.test(bi[3])){bi[3]=aY(bi[3],null,null,bf)}else{var bh=aY.filter(bi[3],bf,bg,true^bj);if(!bg){be.push.apply(be,bh)}return false}}else{if(a4.match.POS.test(bi[0])||a4.match.CHILD.test(bi[0])){return true}}return bi},POS:function(be){be.unshift(true);return be}},filters:{enabled:function(be){return be.disabled===false&&be.type!=="hidden"},disabled:function(be){return be.disabled===true},checked:function(be){return be.checked===true},selected:function(be){be.parentNode.selectedIndex;return be.selected===true},parent:function(be){return !!be.firstChild},empty:function(be){return !be.firstChild},has:function(bg,bf,be){return !!aY(be[3],bg).length},header:function(be){return/h\d/i.test(be.nodeName)},text:function(be){return"text"===be.type},radio:function(be){return"radio"===be.type},checkbox:function(be){return"checkbox"===be.type},file:function(be){return"file"===be.type},password:function(be){return"password"===be.type},submit:function(be){return"submit"===be.type},image:function(be){return"image"===be.type},reset:function(be){return"reset"===be.type},button:function(be){return"button"===be.type||be.nodeName.toLowerCase()==="button"},input:function(be){return/input|select|textarea|button/i.test(be.nodeName)}},setFilters:{first:function(bf,be){return be===0},last:function(bg,bf,be,bh){return bf===bh.length-1},even:function(bf,be){return be%2===0},odd:function(bf,be){return be%2===1},lt:function(bg,bf,be){return bf<be[3]-0},gt:function(bg,bf,be){return bf>be[3]-0},nth:function(bg,bf,be){return be[3]-0===bf},eq:function(bg,bf,be){return be[3]-0===bf}},filter:{PSEUDO:function(bk,bg,bh,bl){var bf=bg[1],bi=a4.filters[bf];if(bi){return bi(bk,bh,bg,bl)}else{if(bf==="contains"){return(bk.textContent||bk.innerText||aX([bk])||"").indexOf(bg[3])>=0}else{if(bf==="not"){var bj=bg[3];for(var bh=0,be=bj.length;bh<be;bh++){if(bj[bh]===bk){return false}}return true}else{aY.error("Syntax error, unrecognized expression: "+bf)}}}},CHILD:function(be,bh){var bk=bh[1],bf=be;switch(bk){case"only":case"first":while((bf=bf.previousSibling)){if(bf.nodeType===1){return false}}if(bk==="first"){return true}bf=be;case"last":while((bf=bf.nextSibling)){if(bf.nodeType===1){return false}}return true;case"nth":var bg=bh[2],bn=bh[3];if(bg===1&&bn===0){return true}var bj=bh[0],bm=be.parentNode;if(bm&&(bm.sizcache!==bj||!be.nodeIndex)){var bi=0;for(bf=bm.firstChild;bf;bf=bf.nextSibling){if(bf.nodeType===1){bf.nodeIndex=++bi}}bm.sizcache=bj}var bl=be.nodeIndex-bn;if(bg===0){return bl===0}else{return(bl%bg===0&&bl/bg>=0)}}},ID:function(bf,be){return bf.nodeType===1&&bf.getAttribute("id")===be},TAG:function(bf,be){return(be==="*"&&bf.nodeType===1)||bf.nodeName.toLowerCase()===be},CLASS:function(bf,be){return(" "+(bf.className||bf.getAttribute("class"))+" ").indexOf(be)>-1},ATTR:function(bj,bh){var bg=bh[1],be=a4.attrHandle[bg]?a4.attrHandle[bg](bj):bj[bg]!=null?bj[bg]:bj.getAttribute(bg),bk=be+"",bi=bh[2],bf=bh[4];return be==null?bi==="!=":bi==="="?bk===bf:bi==="*="?bk.indexOf(bf)>=0:bi==="~="?(" "+bk+" ").indexOf(bf)>=0:!bf?bk&&be!==false:bi==="!="?bk!==bf:bi==="^="?bk.indexOf(bf)===0:bi==="$="?bk.substr(bk.length-bf.length)===bf:bi==="|="?bk===bf||bk.substr(0,bf.length+1)===bf+"-":false},POS:function(bi,bf,bg,bj){var be=bf[2],bh=a4.setFilters[be];if(bh){return bh(bi,bg,bf,bj)}}}};var a3=a4.match.POS;for(var a0 in a4.match){a4.match[a0]=new RegExp(a4.match[a0].source+/(?![^\[]*\])(?![^\(]*\))/.source);a4.leftMatch[a0]=new RegExp(/(^(?:.|\r|\n)*?)/.source+a4.match[a0].source.replace(/\\(\d+)/g,function(bf,be){return"\\"+(be-0+1)}))}var a6=function(bf,be){bf=Array.prototype.slice.call(bf,0);if(be){be.push.apply(be,bf);return be}return bf};try{Array.prototype.slice.call(ac.documentElement.childNodes,0)}catch(bd){a6=function(bi,bh){var bf=bh||[];if(ba.call(bi)==="[object Array]"){Array.prototype.push.apply(bf,bi)}else{if(typeof bi.length==="number"){for(var bg=0,be=bi.length;bg<be;bg++){bf.push(bi[bg])}}else{for(var bg=0;bi[bg];bg++){bf.push(bi[bg])}}}return bf}}var a9;if(ac.documentElement.compareDocumentPosition){a9=function(bf,be){if(!bf.compareDocumentPosition||!be.compareDocumentPosition){if(bf==be){a2=true}return bf.compareDocumentPosition?-1:1}var bg=bf.compareDocumentPosition(be)&4?-1:bf===be?0:1;if(bg===0){a2=true}return bg}}else{if("sourceIndex" in ac.documentElement){a9=function(bf,be){if(!bf.sourceIndex||!be.sourceIndex){if(bf==be){a2=true}return bf.sourceIndex?-1:1}var bg=bf.sourceIndex-be.sourceIndex;if(bg===0){a2=true}return bg}}else{if(ac.createRange){a9=function(bh,bf){if(!bh.ownerDocument||!bf.ownerDocument){if(bh==bf){a2=true}return bh.ownerDocument?-1:1}var bg=bh.ownerDocument.createRange(),be=bf.ownerDocument.createRange();bg.setStart(bh,0);bg.setEnd(bh,0);be.setStart(bf,0);be.setEnd(bf,0);var bi=bg.compareBoundaryPoints(Range.START_TO_END,be);if(bi===0){a2=true}return bi}}}}function aX(be){var bf="",bh;for(var bg=0;be[bg];bg++){bh=be[bg];if(bh.nodeType===3||bh.nodeType===4){bf+=bh.nodeValue}else{if(bh.nodeType!==8){bf+=aX(bh.childNodes)}}}return bf}(function(){var bf=ac.createElement("div"),bg="script"+(new Date).getTime();bf.innerHTML="<a name='"+bg+"'/>";var be=ac.documentElement;be.insertBefore(bf,be.firstChild);if(ac.getElementById(bg)){a4.find.ID=function(bi,bj,bk){if(typeof bj.getElementById!=="undefined"&&!bk){var bh=bj.getElementById(bi[1]);return bh?bh.id===bi[1]||typeof bh.getAttributeNode!=="undefined"&&bh.getAttributeNode("id").nodeValue===bi[1]?[bh]:D:[]}};a4.filter.ID=function(bj,bh){var bi=typeof bj.getAttributeNode!=="undefined"&&bj.getAttributeNode("id");return bj.nodeType===1&&bi&&bi.nodeValue===bh}}be.removeChild(bf);be=bf=null})();(function(){var be=ac.createElement("div");be.appendChild(ac.createComment(""));if(be.getElementsByTagName("*").length>0){a4.find.TAG=function(bf,bj){var bi=bj.getElementsByTagName(bf[1]);if(bf[1]==="*"){var bh=[];for(var bg=0;bi[bg];bg++){if(bi[bg].nodeType===1){bh.push(bi[bg])}}bi=bh}return bi}}be.innerHTML="<a href='#'></a>";if(be.firstChild&&typeof be.firstChild.getAttribute!=="undefined"&&be.firstChild.getAttribute("href")!=="#"){a4.attrHandle.href=function(bf){return bf.getAttribute("href",2)}}be=null})();if(ac.querySelectorAll){(function(){var be=aY,bg=ac.createElement("div");bg.innerHTML="<p class='TEST'></p>";if(bg.querySelectorAll&&bg.querySelectorAll(".TEST").length===0){return}aY=function(bk,bj,bh,bi){bj=bj||ac;if(!bi&&bj.nodeType===9&&!aZ(bj)){try{return a6(bj.querySelectorAll(bk),bh)}catch(bl){}}return be(bk,bj,bh,bi)};for(var bf in be){aY[bf]=be[bf]}bg=null})()}(function(){var be=ac.createElement("div");be.innerHTML="<div class='test e'></div><div class='test'></div>";if(!be.getElementsByClassName||be.getElementsByClassName("e").length===0){return}be.lastChild.className="e";if(be.getElementsByClassName("e").length===1){return}a4.order.splice(1,0,"CLASS");a4.find.CLASS=function(bf,bg,bh){if(typeof bg.getElementsByClassName!=="undefined"&&!bh){return bg.getElementsByClassName(bf[1])}};be=null})();function aW(bf,bk,bj,bn,bl,bm){for(var bh=0,bg=bn.length;bh<bg;bh++){var be=bn[bh];if(be){be=be[bf];var bi=false;while(be){if(be.sizcache===bj){bi=bn[be.sizset];break}if(be.nodeType===1&&!bm){be.sizcache=bj;be.sizset=bh}if(be.nodeName.toLowerCase()===bk){bi=be;break}be=be[bf]}bn[bh]=bi}}}function bc(bf,bk,bj,bn,bl,bm){for(var bh=0,bg=bn.length;bh<bg;bh++){var be=bn[bh];if(be){be=be[bf];var bi=false;while(be){if(be.sizcache===bj){bi=bn[be.sizset];break}if(be.nodeType===1){if(!bm){be.sizcache=bj;be.sizset=bh}if(typeof bk!=="string"){if(be===bk){bi=true;break}}else{if(aY.filter(bk,[be]).length>0){bi=be;break}}}be=be[bf]}bn[bh]=bi}}}var a5=ac.compareDocumentPosition?function(bf,be){return bf.compareDocumentPosition(be)&16}:function(bf,be){return bf!==be&&(bf.contains?bf.contains(be):true)};var aZ=function(be){var bf=(be?be.ownerDocument||be:0).documentElement;return bf?bf.nodeName!=="HTML":false};var bb=function(be,bl){var bh=[],bi="",bj,bg=bl.nodeType?[bl]:bl;while((bj=a4.match.PSEUDO.exec(be))){bi+=bj[0];be=be.replace(a4.match.PSEUDO,"")}be=a4.relative[be]?be+"*":be;for(var bk=0,bf=bg.length;bk<bf;bk++){aY(be,bg[bk],bh)}return aY.filter(bi,bh)};a.find=aY;a.expr=aY.selectors;a.expr[":"]=a.expr.filters;a.unique=aY.uniqueSort;a.getText=aX;a.isXMLDoc=aZ;a.contains=a5;return;aK.Sizzle=aY})();var O=/Until$/,Z=/^(?:parents|prevUntil|prevAll)/,aJ=/,/,F=Array.prototype.slice;var ai=function(aZ,aY,aW){if(a.isFunction(aY)){return a.grep(aZ,function(a1,a0){return !!aY.call(a1,a0,a1)===aW})}else{if(aY.nodeType){return a.grep(aZ,function(a1,a0){return(a1===aY)===aW})}else{if(typeof aY==="string"){var aX=a.grep(aZ,function(a0){return a0.nodeType===1});if(aU.test(aY)){return a.filter(aY,aX,!aW)}else{aY=a.filter(aY,aX)}}}}return a.grep(aZ,function(a1,a0){return(a.inArray(a1,aY)>=0)===aW})};a.fn.extend({find:function(aW){var aY=this.pushStack("","find",aW),a1=0;for(var aZ=0,aX=this.length;aZ<aX;aZ++){a1=aY.length;a.find(aW,this[aZ],aY);if(aZ>0){for(var a2=a1;a2<aY.length;a2++){for(var a0=0;a0<a1;a0++){if(aY[a0]===aY[a2]){aY.splice(a2--,1);break}}}}}return aY},has:function(aX){var aW=a(aX);return this.filter(function(){for(var aZ=0,aY=aW.length;aZ<aY;aZ++){if(a.contains(this,aW[aZ])){return true}}})},not:function(aW){return this.pushStack(ai(this,aW,false),"not",aW)},filter:function(aW){return this.pushStack(ai(this,aW,true),"filter",aW)},is:function(aW){return !!aW&&a.filter(aW,this).length>0},closest:function(a5,aW){if(a.isArray(a5)){var a2=[],a4=this[0],a1,a0={},aY;if(a4&&a5.length){for(var aZ=0,aX=a5.length;aZ<aX;aZ++){aY=a5[aZ];if(!a0[aY]){a0[aY]=a.expr.match.POS.test(aY)?a(aY,aW||this.context):aY}}while(a4&&a4.ownerDocument&&a4!==aW){for(aY in a0){a1=a0[aY];if(a1.jquery?a1.index(a4)>-1:a(a4).is(a1)){a2.push({selector:aY,elem:a4});delete a0[aY]}}a4=a4.parentNode}}return a2}var a3=a.expr.match.POS.test(a5)?a(a5,aW||this.context):null;return this.map(function(a6,a7){while(a7&&a7.ownerDocument&&a7!==aW){if(a3?a3.index(a7)>-1:a(a7).is(a5)){return a7}a7=a7.parentNode}return null})},index:function(aW){if(!aW||typeof aW==="string"){return a.inArray(this[0],aW?a(aW):this.parent().children())}return a.inArray(aW.jquery?aW[0]:aW,this)},add:function(aW,aX){var aZ=typeof aW==="string"?a(aW,aX||this.context):a.makeArray(aW),aY=a.merge(this.get(),aZ);return this.pushStack(z(aZ[0])||z(aY[0])?aY:a.unique(aY))},andSelf:function(){return this.add(this.prevObject)}});function z(aW){return !aW||!aW.parentNode||aW.parentNode.nodeType===11}a.each({parent:function(aX){var aW=aX.parentNode;return aW&&aW.nodeType!==11?aW:null},parents:function(aW){return a.dir(aW,"parentNode")},parentsUntil:function(aX,aW,aY){return a.dir(aX,"parentNode",aY)},next:function(aW){return a.nth(aW,2,"nextSibling")},prev:function(aW){return a.nth(aW,2,"previousSibling")},nextAll:function(aW){return a.dir(aW,"nextSibling")},prevAll:function(aW){return a.dir(aW,"previousSibling")},nextUntil:function(aX,aW,aY){return a.dir(aX,"nextSibling",aY)},prevUntil:function(aX,aW,aY){return a.dir(aX,"previousSibling",aY)},siblings:function(aW){return a.sibling(aW.parentNode.firstChild,aW)},children:function(aW){return a.sibling(aW.firstChild)},contents:function(aW){return a.nodeName(aW,"iframe")?aW.contentDocument||aW.contentWindow.document:a.makeArray(aW.childNodes)}},function(aW,aX){a.fn[aW]=function(a0,aY){var aZ=a.map(this,aX,a0);if(!O.test(aW)){aY=a0}if(aY&&typeof aY==="string"){aZ=a.filter(aY,aZ)}aZ=this.length>1?a.unique(aZ):aZ;if((this.length>1||aJ.test(aY))&&Z.test(aW)){aZ=aZ.reverse()}return this.pushStack(aZ,aW,F.call(arguments).join(","))}});a.extend({filter:function(aY,aW,aX){if(aX){aY=":not("+aY+")"}return a.find.matches(aY,aW)},dir:function(aY,aX,a0){var aW=[],aZ=aY[aX];while(aZ&&aZ.nodeType!==9&&(a0===D||aZ.nodeType!==1||!a(aZ).is(a0))){if(aZ.nodeType===1){aW.push(aZ)}aZ=aZ[aX]}return aW},nth:function(a0,aW,aY,aZ){aW=aW||1;var aX=0;for(;a0;a0=a0[aY]){if(a0.nodeType===1&&++aX===aW){break}}return a0},sibling:function(aY,aX){var aW=[];for(;aY;aY=aY.nextSibling){if(aY.nodeType===1&&aY!==aX){aW.push(aY)}}return aW}});var U=/ jQuery\d+="(?:\d+|null)"/g,aa=/^\s+/,H=/(<([\w:]+)[^>]*?)\/>/g,al=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,c=/<([\w:]+)/,u=/<tbody/i,L=/<|&\w+;/,l=/checked\s*(?:[^=]|=\s*.checked.)/i,p=function(aX,aY,aW){return al.test(aW)?aX:aY+"></"+aW+">"},ad={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};ad.optgroup=ad.option;ad.tbody=ad.tfoot=ad.colgroup=ad.caption=ad.thead;ad.th=ad.td;if(!a.support.htmlSerialize){ad._default=[1,"div<div>","</div>"]}a.fn.extend({text:function(aW){if(a.isFunction(aW)){return this.each(function(aY){var aX=a(this);aX.text(aW.call(this,aY,aX.text()))})}if(typeof aW!=="object"&&aW!==D){return this.empty().append((this[0]&&this[0].ownerDocument||ac).createTextNode(aW))}return a.getText(this)},wrapAll:function(aW){if(a.isFunction(aW)){return this.each(function(aY){a(this).wrapAll(aW.call(this,aY))})}if(this[0]){var aX=a(aW,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){aX.insertBefore(this[0])}aX.map(function(){var aY=this;while(aY.firstChild&&aY.firstChild.nodeType===1){aY=aY.firstChild}return aY}).append(this)}return this},wrapInner:function(aW){if(a.isFunction(aW)){return this.each(function(aX){a(this).wrapInner(aW.call(this,aX))})}return this.each(function(){var aX=a(this),aY=aX.contents();if(aY.length){aY.wrapAll(aW)}else{aX.append(aW)}})},wrap:function(aW){return this.each(function(){a(this).wrapAll(aW)})},unwrap:function(){return this.parent().each(function(){if(!a.nodeName(this,"body")){a(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(aW){if(this.nodeType===1){this.appendChild(aW)}})},prepend:function(){return this.domManip(arguments,true,function(aW){if(this.nodeType===1){this.insertBefore(aW,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(aX){this.parentNode.insertBefore(aX,this)})}else{if(arguments.length){var aW=a(arguments[0]);aW.push.apply(aW,this.toArray());return this.pushStack(aW,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(aX){this.parentNode.insertBefore(aX,this.nextSibling)})}else{if(arguments.length){var aW=this.pushStack(this,"after",arguments);aW.push.apply(aW,a(arguments[0]).toArray());return aW}}},clone:function(aX){var aW=this.map(function(){if(!a.support.noCloneEvent&&!a.isXMLDoc(this)){var aZ=this.outerHTML,aY=this.ownerDocument;if(!aZ){var a0=aY.createElement("div");a0.appendChild(this.cloneNode(true));aZ=a0.innerHTML}return a.clean([aZ.replace(U,"").replace(aa,"")],aY)[0]}else{return this.cloneNode(true)}});if(aX===true){q(this,aW);q(this.find("*"),aW.find("*"))}return aW},html:function(aY){if(aY===D){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(U,""):null}else{if(typeof aY==="string"&&!/<script/i.test(aY)&&(a.support.leadingWhitespace||!aa.test(aY))&&!ad[(c.exec(aY)||["",""])[1].toLowerCase()]){aY=aY.replace(H,p);try{for(var aX=0,aW=this.length;aX<aW;aX++){if(this[aX].nodeType===1){a.cleanData(this[aX].getElementsByTagName("*"));this[aX].innerHTML=aY}}}catch(aZ){this.empty().append(aY)}}else{if(a.isFunction(aY)){this.each(function(a2){var a1=a(this),a0=a1.html();a1.empty().append(function(){return aY.call(this,a2,a0)})})}else{this.empty().append(aY)}}}return this},replaceWith:function(aW){if(this[0]&&this[0].parentNode){if(!a.isFunction(aW)){aW=a(aW).detach()}else{return this.each(function(aZ){var aY=a(this),aX=aY.html();aY.replaceWith(aW.call(this,aZ,aX))})}return this.each(function(){var aY=this.nextSibling,aX=this.parentNode;a(this).remove();if(aY){a(aY).before(aW)}else{a(aX).append(aW)}})}else{return this.pushStack(a(a.isFunction(aW)?aW():aW),"replaceWith",aW)}},detach:function(aW){return this.remove(aW,true)},domManip:function(a1,a5,a4){var aY,a0,a3=a1[0],aX=[];if(!a.support.checkClone&&arguments.length===3&&typeof a3==="string"&&l.test(a3)){return this.each(function(){a(this).domManip(a1,a5,a4,true)})}if(a.isFunction(a3)){return this.each(function(a7){var a6=a(this);a1[0]=a3.call(this,a7,a5?a6.html():D);a6.domManip(a1,a5,a4)})}if(this[0]){if(a1[0]&&a1[0].parentNode&&a1[0].parentNode.nodeType===11){aY={fragment:a1[0].parentNode}}else{aY=J(a1,this,aX)}a0=aY.fragment.firstChild;if(a0){a5=a5&&a.nodeName(a0,"tr");for(var aZ=0,aW=this.length;aZ<aW;aZ++){a4.call(a5?a2(this[aZ],a0):this[aZ],aY.cacheable||this.length>1||aZ>0?aY.fragment.cloneNode(true):aY.fragment)}}if(aX){a.each(aX,aT)}}return this;function a2(a6,a7){return a.nodeName(a6,"table")?(a6.getElementsByTagName("tbody")[0]||a6.appendChild(a6.ownerDocument.createElement("tbody"))):a6}}});function q(aY,aW){var aX=0;aW.each(function(){if(this.nodeName!==(aY[aX]&&aY[aX].nodeName)){return}var a3=a.data(aY[aX++]),a2=a.data(this,a3),aZ=a3&&a3.events;if(aZ){delete a2.handle;a2.events={};for(var a1 in aZ){for(var a0 in aZ[a1]){a.event.add(this,a1,aZ[a1][a0],aZ[a1][a0].data)}}}})}function J(a1,aZ,aX){var a0,aW,aY,a2;if(a1.length===1&&typeof a1[0]==="string"&&a1[0].length<512&&a1[0].indexOf("<option")<0&&(a.support.checkClone||!l.test(a1[0]))){aW=true;aY=a.fragments[a1[0]];if(aY){if(aY!==1){a0=aY}}}if(!a0){a2=(aZ&&aZ[0]?aZ[0].ownerDocument||aZ[0]:ac);a0=a2.createDocumentFragment();a.clean(a1,a2,a0,aX)}if(aW){a.fragments[a1[0]]=aY?a0:1}return{fragment:a0,cacheable:aW}}a.fragments={};a.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(aW,aX){a.fn[aW]=function(aY){var a1=[],a3=a(aY);for(var a2=0,aZ=a3.length;a2<aZ;a2++){var a0=(a2>0?this.clone(true):this).get();a.fn[aX].apply(a(a3[a2]),a0);a1=a1.concat(a0)}return this.pushStack(a1,aW,a3.selector)}});a.each({remove:function(aW,aX){if(!aW||a.filter(aW,[this]).length){if(!aX&&this.nodeType===1){a.cleanData(this.getElementsByTagName("*"));a.cleanData([this])}if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){if(this.nodeType===1){a.cleanData(this.getElementsByTagName("*"))}while(this.firstChild){this.removeChild(this.firstChild)}}},function(aW,aX){a.fn[aW]=function(){return this.each(aX,arguments)}});a.extend({clean:function(aX,a1,aZ,aW){a1=a1||ac;if(typeof a1.createElement==="undefined"){a1=a1.ownerDocument||a1[0]&&a1[0].ownerDocument||ac}var aY=[];a.each(aX,function(a8,a5){if(typeof a5==="number"){a5+=""}if(!a5){return}if(typeof a5==="string"&&!L.test(a5)){a5=a1.createTextNode(a5)}else{if(typeof a5==="string"){a5=a5.replace(H,p);var ba=(c.exec(a5)||["",""])[1].toLowerCase(),a4=ad[ba]||ad._default,a7=a4[0],a2=a1.createElement("div");a2.innerHTML=a4[1]+a5+a4[2];while(a7--){a2=a2.lastChild}if(!a.support.tbody){var a3=u.test(a5),a9=ba==="table"&&!a3?a2.firstChild&&a2.firstChild.childNodes:a4[1]==="<table>"&&!a3?a2.childNodes:[];for(var a6=a9.length-1;a6>=0;--a6){if(a.nodeName(a9[a6],"tbody")&&!a9[a6].childNodes.length){a9[a6].parentNode.removeChild(a9[a6])}}}if(!a.support.leadingWhitespace&&aa.test(a5)){a2.insertBefore(a1.createTextNode(aa.exec(a5)[0]),a2.firstChild)}a5=a.makeArray(a2.childNodes)}}if(a5.nodeType){aY.push(a5)}else{aY=a.merge(aY,a5)}});if(aZ){for(var a0=0;aY[a0];a0++){if(aW&&a.nodeName(aY[a0],"script")&&(!aY[a0].type||aY[a0].type.toLowerCase()==="text/javascript")){aW.push(aY[a0].parentNode?aY[a0].parentNode.removeChild(aY[a0]):aY[a0])}else{if(aY[a0].nodeType===1){aY.splice.apply(aY,[a0+1,0].concat(a.makeArray(aY[a0].getElementsByTagName("script"))))}aZ.appendChild(aY[a0])}}}return aY},cleanData:function(aW){for(var aX=0,aY,aZ;(aY=aW[aX])!=null;aX++){a.event.remove(aY);a.removeData(aY)}}});var ar=/z-?index|font-?weight|opacity|zoom|line-?height/i,V=/alpha\([^)]*\)/,ab=/opacity=([^)]*)/,ah=/float/i,ay=/-([a-z])/ig,x=/([A-Z])/g,aM=/^-?\d+(?:px)?$/i,aS=/^-?\d/,aI={position:"absolute",visibility:"hidden",display:"block"},X=["Left","Right"],aC=["Top","Bottom"],ak=ac.defaultView&&ac.defaultView.getComputedStyle,aL=a.support.cssFloat?"cssFloat":"styleFloat",k=function(aW,aX){return aX.toUpperCase()};a.fn.css=function(aW,aX){return an(this,aW,aX,true,function(aZ,aY,a0){if(a0===D){return a.curCSS(aZ,aY)}if(typeof a0==="number"&&!ar.test(aY)){a0+="px"}a.style(aZ,aY,a0)})};a.extend({style:function(a0,aX,a1){if(!a0||a0.nodeType===3||a0.nodeType===8){return D}if((aX==="width"||aX==="height")&&parseFloat(a1)<0){a1=D}var aZ=a0.style||a0,a2=a1!==D;if(!a.support.opacity&&aX==="opacity"){if(a2){aZ.zoom=1;var aW=parseInt(a1,10)+""==="NaN"?"":"alpha(opacity="+a1*100+")";var aY=aZ.filter||a.curCSS(a0,"filter")||"";aZ.filter=V.test(aY)?aY.replace(V,aW):aW}return aZ.filter&&aZ.filter.indexOf("opacity=")>=0?(parseFloat(ab.exec(aZ.filter)[1])/100)+"":""}if(ah.test(aX)){aX=aL}aX=aX.replace(ay,k);if(a2){aZ[aX]=a1}return aZ[aX]},css:function(aZ,aX,a1,aW){if(aX==="width"||aX==="height"){var a3,aY=aI,a2=aX==="width"?X:aC;function a0(){a3=aX==="width"?aZ.offsetWidth:aZ.offsetHeight;if(aW==="border"){return}a.each(a2,function(){if(!aW){a3-=parseFloat(a.curCSS(aZ,"padding"+this,true))||0}if(aW==="margin"){a3+=parseFloat(a.curCSS(aZ,"margin"+this,true))||0}else{a3-=parseFloat(a.curCSS(aZ,"border"+this+"Width",true))||0}})}if(aZ.offsetWidth!==0){a0()}else{a.swap(aZ,aY,a0)}return Math.max(0,Math.round(a3))}return a.curCSS(aZ,aX,a1)},curCSS:function(a2,aX,aY){var a5,aW=a2.style,aZ;if(!a.support.opacity&&aX==="opacity"&&a2.currentStyle){a5=ab.test(a2.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return a5===""?"1":a5}if(ah.test(aX)){aX=aL}if(!aY&&aW&&aW[aX]){a5=aW[aX]}else{if(ak){if(ah.test(aX)){aX="float"}aX=aX.replace(x,"-$1").toLowerCase();var a4=a2.ownerDocument.defaultView;if(!a4){return null}var a6=a4.getComputedStyle(a2,null);if(a6){a5=a6.getPropertyValue(aX)}if(aX==="opacity"&&a5===""){a5="1"}}else{if(a2.currentStyle){var a1=aX.replace(ay,k);a5=a2.currentStyle[aX]||a2.currentStyle[a1];if(!aM.test(a5)&&aS.test(a5)){var a0=aW.left,a3=a2.runtimeStyle.left;a2.runtimeStyle.left=a2.currentStyle.left;aW.left=a1==="fontSize"?"1em":(a5||0);a5=aW.pixelLeft+"px";aW.left=a0;a2.runtimeStyle.left=a3}}}}return a5},swap:function(aZ,aY,a0){var aW={};for(var aX in aY){aW[aX]=aZ.style[aX];aZ.style[aX]=aY[aX]}a0.call(aZ);for(var aX in aY){aZ.style[aX]=aW[aX]}}});if(a.expr&&a.expr.filters){a.expr.filters.hidden=function(aZ){var aX=aZ.offsetWidth,aW=aZ.offsetHeight,aY=aZ.nodeName.toLowerCase()==="tr";return aX===0&&aW===0&&!aY?true:aX>0&&aW>0&&!aY?false:a.curCSS(aZ,"display")==="none"};a.expr.filters.visible=function(aW){return !a.expr.filters.hidden(aW)}}var ag=aN(),aH=/<script(.|\s)*?\/script>/gi,o=/select|textarea/i,aA=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,r=/=\?(&|$)/,E=/\?/,aV=/(\?|&)_=.*?(&|$)/,C=/^(\w+:)?\/\/([^\/?#]+)/,h=/%20/g;a.fn.extend({_load:a.fn.load,load:function(aY,a1,a2){if(typeof aY!=="string"){return this._load(aY)}else{if(!this.length){return this}}var a0=aY.indexOf(" ");if(a0>=0){var aW=aY.slice(a0,aY.length);aY=aY.slice(0,a0)}var aZ="GET";if(a1){if(a.isFunction(a1)){a2=a1;a1=null}else{if(typeof a1==="object"){a1=a.param(a1,a.ajaxSettings.traditional);aZ="POST"}}}var aX=this;a.ajax({url:aY,type:aZ,dataType:"html",data:a1,complete:function(a4,a3){if(a3==="success"||a3==="notmodified"){aX.html(aW?a("<div />").append(a4.responseText.replace(aH,"")).find(aW):a4.responseText)}if(a2){aX.each(a2,[a4.responseText,a3,a4])}}});return this},serialize:function(){return a.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?a.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||o.test(this.nodeName)||aA.test(this.type))}).map(function(aW,aX){var aY=a(this).val();return aY==null?null:a.isArray(aY)?a.map(aY,function(a0,aZ){return{name:aX.name,value:a0}}):{name:aX.name,value:aY}}).get()}});a.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(aW,aX){a.fn[aX]=function(aY){return this.bind(aX,aY)}});a.extend({get:function(aW,aY,aZ,aX){if(a.isFunction(aY)){aX=aX||aZ;aZ=aY;aY=null}return a.ajax({type:"GET",url:aW,data:aY,success:aZ,dataType:aX})},getScript:function(aW,aX){return a.get(aW,null,aX,"script")},getJSON:function(aW,aX,aY){return a.get(aW,aX,aY,"json")},post:function(aW,aY,aZ,aX){if(a.isFunction(aY)){aX=aX||aZ;aZ=aY;aY={}}return a.ajax({type:"POST",url:aW,data:aY,success:aZ,dataType:aX})},ajaxSetup:function(aW){a.extend(a.ajaxSettings,aW)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:aK.XMLHttpRequest&&(aK.location.protocol!=="file:"||!aK.ActiveXObject)?function(){return new aK.XMLHttpRequest()}:function(){try{return new aK.ActiveXObject("Microsoft.XMLHTTP")}catch(aW){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(bb){var a6=a.extend(true,{},a.ajaxSettings,bb);var bg,ba,bf,bh=bb&&bb.context||a6,aY=a6.type.toUpperCase();if(a6.data&&a6.processData&&typeof a6.data!=="string"){a6.data=a.param(a6.data,a6.traditional)}if(a6.dataType==="jsonp"){if(aY==="GET"){if(!r.test(a6.url)){a6.url+=(E.test(a6.url)?"&":"?")+(a6.jsonp||"callback")+"=?"}}else{if(!a6.data||!r.test(a6.data)){a6.data=(a6.data?a6.data+"&":"")+(a6.jsonp||"callback")+"=?"}}a6.dataType="json"}if(a6.dataType==="json"&&(a6.data&&r.test(a6.data)||r.test(a6.url))){bg=a6.jsonpCallback||("jsonp"+ag++);if(a6.data){a6.data=(a6.data+"").replace(r,"="+bg+"$1")}a6.url=a6.url.replace(r,"="+bg+"$1");a6.dataType="script";aK[bg]=aK[bg]||function(bi){bf=bi;a1();a4();aK[bg]=D;try{delete aK[bg]}catch(bj){}if(aZ){aZ.removeChild(bd)}}}if(a6.dataType==="script"&&a6.cache===null){a6.cache=false}if(a6.cache===false&&aY==="GET"){var aW=aN();var be=a6.url.replace(aV,"$1_="+aW+"$2");a6.url=be+((be===a6.url)?(E.test(a6.url)?"&":"?")+"_="+aW:"")}if(a6.data&&aY==="GET"){a6.url+=(E.test(a6.url)?"&":"?")+a6.data}if(a6.global&&!a.active++){a.event.trigger("ajaxStart")}var a9=C.exec(a6.url),a0=a9&&(a9[1]&&a9[1]!==location.protocol||a9[2]!==location.host);if(a6.dataType==="script"&&aY==="GET"&&a0){var aZ=ac.getElementsByTagName("head")[0]||ac.documentElement;var bd=ac.createElement("script");bd.src=a6.url;if(a6.scriptCharset){bd.charset=a6.scriptCharset}if(!bg){var a8=false;bd.onload=bd.onreadystatechange=function(){if(!a8&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){a8=true;a1();a4();bd.onload=bd.onreadystatechange=null;if(aZ&&bd.parentNode){aZ.removeChild(bd)}}}}aZ.insertBefore(bd,aZ.firstChild);return D}var a3=false;var a2=a6.xhr();if(!a2){return}if(a6.username){a2.open(aY,a6.url,a6.async,a6.username,a6.password)}else{a2.open(aY,a6.url,a6.async)}try{if(a6.data||bb&&bb.contentType){a2.setRequestHeader("Content-Type",a6.contentType)}if(a6.ifModified){if(a.lastModified[a6.url]){a2.setRequestHeader("If-Modified-Since",a.lastModified[a6.url])}if(a.etag[a6.url]){a2.setRequestHeader("If-None-Match",a.etag[a6.url])}}if(!a0){a2.setRequestHeader("X-Requested-With","XMLHttpRequest")}a2.setRequestHeader("Accept",a6.dataType&&a6.accepts[a6.dataType]?a6.accepts[a6.dataType]+", */*":a6.accepts._default)}catch(bc){}if(a6.beforeSend&&a6.beforeSend.call(bh,a2,a6)===false){if(a6.global&&!--a.active){a.event.trigger("ajaxStop")}a2.abort();return false}if(a6.global){a7("ajaxSend",[a2,a6])}var a5=a2.onreadystatechange=function(bi){if(!a2||a2.readyState===0||bi==="abort"){if(!a3){a4()}a3=true;if(a2){a2.onreadystatechange=a.noop}}else{if(!a3&&a2&&(a2.readyState===4||bi==="timeout")){a3=true;a2.onreadystatechange=a.noop;ba=bi==="timeout"?"timeout":!a.httpSuccess(a2)?"error":a6.ifModified&&a.httpNotModified(a2,a6.url)?"notmodified":"success";var bk;if(ba==="success"){try{bf=a.httpData(a2,a6.dataType,a6)}catch(bj){ba="parsererror";bk=bj}}if(ba==="success"||ba==="notmodified"){if(!bg){a1()}}else{a.handleError(a6,a2,ba,bk)}a4();if(bi==="timeout"){a2.abort()}if(a6.async){a2=null}}}};try{var aX=a2.abort;a2.abort=function(){if(a2){aX.call(a2)}a5("abort")}}catch(bc){}if(a6.async&&a6.timeout>0){setTimeout(function(){if(a2&&!a3){a5("timeout")}},a6.timeout)}try{a2.send(aY==="POST"||aY==="PUT"||aY==="DELETE"?a6.data:null)}catch(bc){a.handleError(a6,a2,null,bc);a4()}if(!a6.async){a5()}function a1(){if(a6.success){a6.success.call(bh,bf,ba,a2)}if(a6.global){a7("ajaxSuccess",[a2,a6])}}function a4(){if(a6.complete){a6.complete.call(bh,a2,ba)}if(a6.global){a7("ajaxComplete",[a2,a6])}if(a6.global&&!--a.active){a.event.trigger("ajaxStop")}}function a7(bj,bi){(a6.context?a(a6.context):a.event).trigger(bj,bi)}return a2},handleError:function(aX,aZ,aW,aY){if(aX.error){aX.error.call(aX.context||aX,aZ,aW,aY)}if(aX.global){(aX.context?a(aX.context):a.event).trigger("ajaxError",[aZ,aX,aY])}},active:0,httpSuccess:function(aX){try{return !aX.status&&location.protocol==="file:"||(aX.status>=200&&aX.status<300)||aX.status===304||aX.status===1223||aX.status===0}catch(aW){}return false},httpNotModified:function(aZ,aW){var aY=aZ.getResponseHeader("Last-Modified"),aX=aZ.getResponseHeader("Etag");if(aY){a.lastModified[aW]=aY}if(aX){a.etag[aW]=aX}return aZ.status===304||aZ.status===0},httpData:function(a1,aZ,aY){var aX=a1.getResponseHeader("content-type")||"",aW=aZ==="xml"||!aZ&&aX.indexOf("xml")>=0,a0=aW?a1.responseXML:a1.responseText;if(aW&&a0.documentElement.nodeName==="parsererror"){a.error("parsererror")}if(aY&&aY.dataFilter){a0=aY.dataFilter(a0,aZ)}if(typeof a0==="string"){if(aZ==="json"||!aZ&&aX.indexOf("json")>=0){a0=a.parseJSON(a0)}else{if(aZ==="script"||!aZ&&aX.indexOf("javascript")>=0){a.globalEval(a0)}}}return a0},param:function(aW,aZ){var aX=[];if(aZ===D){aZ=a.ajaxSettings.traditional}if(a.isArray(aW)||aW.jquery){a.each(aW,function(){a1(this.name,this.value)})}else{for(var a0 in aW){aY(a0,aW[a0])}}return aX.join("&").replace(h,"+");function aY(a2,a3){if(a.isArray(a3)){a.each(a3,function(a5,a4){if(aZ){a1(a2,a4)}else{aY(a2+"["+(typeof a4==="object"||a.isArray(a4)?a5:"")+"]",a4)}})}else{if(!aZ&&a3!=null&&typeof a3==="object"){a.each(a3,function(a5,a4){aY(a2+"["+a5+"]",a4)})}else{a1(a2,a3)}}}function a1(a2,a3){a3=a.isFunction(a3)?a3():a3;aX[aX.length]=encodeURIComponent(a2)+"="+encodeURIComponent(a3)}}});var G={},af=/toggle|show|hide/,au=/^([+-]=)?([\d+-.]+)(.*)$/,aD,aj=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];a.fn.extend({show:function(aX,a5){if(aX||aX===0){return this.animate(aB("show",3),aX,a5)}else{for(var a2=0,aZ=this.length;a2<aZ;a2++){var aW=a.data(this[a2],"olddisplay");this[a2].style.display=aW||"";if(a.css(this[a2],"display")==="none"){var a4=this[a2].nodeName,a3;if(G[a4]){a3=G[a4]}else{var aY=a("<"+a4+" />").appendTo("body");a3=aY.css("display");if(a3==="none"){a3="block"}aY.remove();G[a4]=a3}a.data(this[a2],"olddisplay",a3)}}for(var a1=0,a0=this.length;a1<a0;a1++){this[a1].style.display=a.data(this[a1],"olddisplay")||""}return this}},hide:function(a1,a2){if(a1||a1===0){return this.animate(aB("hide",3),a1,a2)}else{for(var a0=0,aX=this.length;a0<aX;a0++){var aW=a.data(this[a0],"olddisplay");if(!aW&&aW!=="none"){a.data(this[a0],"olddisplay",a.css(this[a0],"display"))}}for(var aZ=0,aY=this.length;aZ<aY;aZ++){this[aZ].style.display="none"}return this}},_toggle:a.fn.toggle,toggle:function(aY,aX){var aW=typeof aY==="boolean";if(a.isFunction(aY)&&a.isFunction(aX)){this._toggle.apply(this,arguments)}else{if(aY==null||aW){this.each(function(){var aZ=aW?aY:a(this).is(":hidden");a(this)[aZ?"show":"hide"]()})}else{this.animate(aB("toggle",3),aY,aX)}}return this},fadeTo:function(aW,aY,aX){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:aY},aW,aX)},animate:function(a0,aX,aZ,aY){var aW=a.speed(aX,aZ,aY);if(a.isEmptyObject(a0)){return this.each(aW.complete)}return this[aW.queue===false?"each":"queue"](function(){var a3=a.extend({},aW),a5,a4=this.nodeType===1&&a(this).is(":hidden"),a1=this;for(a5 in a0){var a2=a5.replace(ay,k);if(a5!==a2){a0[a2]=a0[a5];delete a0[a5];a5=a2}if(a0[a5]==="hide"&&a4||a0[a5]==="show"&&!a4){return a3.complete.call(this)}if((a5==="height"||a5==="width")&&this.style){a3.display=a.css(this,"display");a3.overflow=this.style.overflow}if(a.isArray(a0[a5])){(a3.specialEasing=a3.specialEasing||{})[a5]=a0[a5][1];a0[a5]=a0[a5][0]}}if(a3.overflow!=null){this.style.overflow="hidden"}a3.curAnim=a.extend({},a0);a.each(a0,function(a7,bb){var ba=new a.fx(a1,a3,a7);if(af.test(bb)){ba[bb==="toggle"?a4?"show":"hide":bb](a0)}else{var a9=au.exec(bb),bc=ba.cur(true)||0;if(a9){var a6=parseFloat(a9[2]),a8=a9[3]||"px";if(a8!=="px"){a1.style[a7]=(a6||1)+a8;bc=((a6||1)/ba.cur(true))*bc;a1.style[a7]=bc+a8}if(a9[1]){a6=((a9[1]==="-="?-1:1)*a6)+bc}ba.custom(bc,a6,a8)}else{ba.custom(bc,bb,"")}}});return true})},stop:function(aX,aW){var aY=a.timers;if(aX){this.queue([])}this.each(function(){for(var aZ=aY.length-1;aZ>=0;aZ--){if(aY[aZ].elem===this){if(aW){aY[aZ](true)}aY.splice(aZ,1)}}});if(!aW){this.dequeue()}return this}});a.each({slideDown:aB("show",1),slideUp:aB("hide",1),slideToggle:aB("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(aW,aX){a.fn[aW]=function(aY,aZ){return this.animate(aX,aY,aZ)}});a.extend({speed:function(aY,aZ,aX){var aW=aY&&typeof aY==="object"?aY:{complete:aX||!aX&&aZ||a.isFunction(aY)&&aY,duration:aY,easing:aX&&aZ||aZ&&!a.isFunction(aZ)&&aZ};aW.duration=a.fx.off?0:typeof aW.duration==="number"?aW.duration:a.fx.speeds[aW.duration]||a.fx.speeds._default;aW.old=aW.complete;aW.complete=function(){if(aW.queue!==false){a(this).dequeue()}if(a.isFunction(aW.old)){aW.old.call(this)}};return aW},easing:{linear:function(aY,aZ,aW,aX){return aW+aX*aY},swing:function(aY,aZ,aW,aX){return((-Math.cos(aY*Math.PI)/2)+0.5)*aX+aW}},timers:[],fx:function(aX,aW,aY){this.options=aW;this.elem=aX;this.prop=aY;if(!aW.orig){aW.orig={}}}});a.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(a.fx.step[this.prop]||a.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(aX){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var aW=parseFloat(a.css(this.elem,this.prop,aX));return aW&&aW>-10000?aW:parseFloat(a.curCSS(this.elem,this.prop))||0},custom:function(a0,aZ,aY){this.startTime=aN();this.start=a0;this.end=aZ;this.unit=aY||this.unit||"px";this.now=this.start;this.pos=this.state=0;var aW=this;function aX(a1){return aW.step(a1)}aX.elem=this.elem;if(aX()&&a.timers.push(aX)&&!aD){aD=setInterval(a.fx.tick,13)}},show:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());a(this.elem).show()},hide:function(){this.options.orig[this.prop]=a.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(aZ){var a4=aN(),a0=true;if(aZ||a4>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var a1 in this.options.curAnim){if(this.options.curAnim[a1]!==true){a0=false}}if(a0){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var aY=a.data(this.elem,"olddisplay");this.elem.style.display=aY?aY:this.options.display;if(a.css(this.elem,"display")==="none"){this.elem.style.display="block"}}if(this.options.hide){a(this.elem).hide()}if(this.options.hide||this.options.show){for(var aW in this.options.curAnim){a.style(this.elem,aW,this.options.orig[aW])}}this.options.complete.call(this.elem)}return false}else{var aX=a4-this.startTime;this.state=aX/this.options.duration;var a2=this.options.specialEasing&&this.options.specialEasing[this.prop];var a3=this.options.easing||(a.easing.swing?"swing":"linear");this.pos=a.easing[a2||a3](this.state,aX,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};a.extend(a.fx,{tick:function(){var aX=a.timers;for(var aW=0;aW<aX.length;aW++){if(!aX[aW]()){aX.splice(aW--,1)}}if(!aX.length){a.fx.stop()}},stop:function(){clearInterval(aD);aD=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(aW){a.style(aW.elem,"opacity",aW.now)},_default:function(aW){if(aW.elem.style&&aW.elem.style[aW.prop]!=null){aW.elem.style[aW.prop]=(aW.prop==="width"||aW.prop==="height"?Math.max(0,aW.now):aW.now)+aW.unit}else{aW.elem[aW.prop]=aW.now}}}});if(a.expr&&a.expr.filters){a.expr.filters.animated=function(aW){return a.grep(a.timers,function(aX){return aW===aX.elem}).length}}function aB(aX,aW){var aY={};a.each(aj.concat.apply([],aj.slice(0,aW)),function(){aY[this]=aX});return aY}if("getBoundingClientRect" in ac.documentElement){a.fn.offset=function(a5){var aY=this[0];if(a5){return this.each(function(a6){a.offset.setOffset(this,a5,a6)})}if(!aY||!aY.ownerDocument){return null}if(aY===aY.ownerDocument.body){return a.offset.bodyOffset(aY)}var a0=aY.getBoundingClientRect(),a4=aY.ownerDocument,a1=a4.body,aW=a4.documentElement,aZ=aW.clientTop||a1.clientTop||0,a2=aW.clientLeft||a1.clientLeft||0,a3=a0.top+(self.pageYOffset||a.support.boxModel&&aW.scrollTop||a1.scrollTop)-aZ,aX=a0.left+(self.pageXOffset||a.support.boxModel&&aW.scrollLeft||a1.scrollLeft)-a2;return{top:a3,left:aX}}}else{a.fn.offset=function(a7){var a1=this[0];if(a7){return this.each(function(a8){a.offset.setOffset(this,a7,a8)})}if(!a1||!a1.ownerDocument){return null}if(a1===a1.ownerDocument.body){return a.offset.bodyOffset(a1)}a.offset.initialize();var aY=a1.offsetParent,aX=a1,a6=a1.ownerDocument,a4,aZ=a6.documentElement,a2=a6.body,a3=a6.defaultView,aW=a3?a3.getComputedStyle(a1,null):a1.currentStyle,a5=a1.offsetTop,a0=a1.offsetLeft;while((a1=a1.parentNode)&&a1!==a2&&a1!==aZ){if(a.offset.supportsFixedPosition&&aW.position==="fixed"){break}a4=a3?a3.getComputedStyle(a1,null):a1.currentStyle;a5-=a1.scrollTop;a0-=a1.scrollLeft;if(a1===aY){a5+=a1.offsetTop;a0+=a1.offsetLeft;if(a.offset.doesNotAddBorder&&!(a.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(a1.nodeName))){a5+=parseFloat(a4.borderTopWidth)||0;a0+=parseFloat(a4.borderLeftWidth)||0}aX=aY,aY=a1.offsetParent}if(a.offset.subtractsBorderForOverflowNotVisible&&a4.overflow!=="visible"){a5+=parseFloat(a4.borderTopWidth)||0;a0+=parseFloat(a4.borderLeftWidth)||0}aW=a4}if(aW.position==="relative"||aW.position==="static"){a5+=a2.offsetTop;a0+=a2.offsetLeft}if(a.offset.supportsFixedPosition&&aW.position==="fixed"){a5+=Math.max(aZ.scrollTop,a2.scrollTop);a0+=Math.max(aZ.scrollLeft,a2.scrollLeft)}return{top:a5,left:a0}}}a.offset={initialize:function(){var aW=ac.body,aX=ac.createElement("div"),a0,a2,a1,a3,aY=parseFloat(a.curCSS(aW,"marginTop",true))||0,aZ="<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>";a.extend(aX.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});aX.innerHTML=aZ;aW.insertBefore(aX,aW.firstChild);a0=aX.firstChild;a2=a0.firstChild;a3=a0.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(a2.offsetTop!==5);this.doesAddBorderForTableAndCells=(a3.offsetTop===5);a2.style.position="fixed",a2.style.top="20px";this.supportsFixedPosition=(a2.offsetTop===20||a2.offsetTop===15);a2.style.position=a2.style.top="";a0.style.overflow="hidden",a0.style.position="relative";this.subtractsBorderForOverflowNotVisible=(a2.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(aW.offsetTop!==aY);aW.removeChild(aX);aW=aX=a0=a2=a1=a3=null;a.offset.initialize=a.noop},bodyOffset:function(aW){var aY=aW.offsetTop,aX=aW.offsetLeft;a.offset.initialize();if(a.offset.doesNotIncludeMarginInBodyOffset){aY+=parseFloat(a.curCSS(aW,"marginTop",true))||0;aX+=parseFloat(a.curCSS(aW,"marginLeft",true))||0}return{top:aY,left:aX}},setOffset:function(a1,aX,aY){if(/static/.test(a.curCSS(a1,"position"))){a1.style.position="relative"}var a0=a(a1),a3=a0.offset(),aW=parseInt(a.curCSS(a1,"top",true),10)||0,a2=parseInt(a.curCSS(a1,"left",true),10)||0;if(a.isFunction(aX)){aX=aX.call(a1,aY,a3)}var aZ={top:(aX.top-a3.top)+aW,left:(aX.left-a3.left)+a2};if("using" in aX){aX.using.call(a1,aZ)}else{a0.css(aZ)}}};a.fn.extend({position:function(){if(!this[0]){return null}var aY=this[0],aX=this.offsetParent(),aZ=this.offset(),aW=/^body|html$/i.test(aX[0].nodeName)?{top:0,left:0}:aX.offset();aZ.top-=parseFloat(a.curCSS(aY,"marginTop",true))||0;aZ.left-=parseFloat(a.curCSS(aY,"marginLeft",true))||0;aW.top+=parseFloat(a.curCSS(aX[0],"borderTopWidth",true))||0;aW.left+=parseFloat(a.curCSS(aX[0],"borderLeftWidth",true))||0;return{top:aZ.top-aW.top,left:aZ.left-aW.left}},offsetParent:function(){return this.map(function(){var aW=this.offsetParent||ac.body;while(aW&&(!/^body|html$/i.test(aW.nodeName)&&a.css(aW,"position")==="static")){aW=aW.offsetParent}return aW})}});a.each(["Left","Top"],function(aX,aW){var aY="scroll"+aW;a.fn[aY]=function(a1){var aZ=this[0],a0;if(!aZ){return null}if(a1!==D){return this.each(function(){a0=am(this);if(a0){a0.scrollTo(!aX?a1:a(a0).scrollLeft(),aX?a1:a(a0).scrollTop())}else{this[aY]=a1}})}else{a0=am(aZ);return a0?("pageXOffset" in a0)?a0[aX?"pageYOffset":"pageXOffset"]:a.support.boxModel&&a0.document.documentElement[aY]||a0.document.body[aY]:aZ[aY]}}});function am(aW){return("scrollTo" in aW&&aW.document)?aW:aW.nodeType===9?aW.defaultView||aW.parentWindow:false}a.each(["Height","Width"],function(aX,aW){var aY=aW.toLowerCase();a.fn["inner"+aW]=function(){return this[0]?a.css(this[0],aY,false,"padding"):null};a.fn["outer"+aW]=function(aZ){return this[0]?a.css(this[0],aY,false,aZ?"margin":"border"):null};a.fn[aY]=function(aZ){var a0=this[0];if(!a0){return aZ==null?null:this}if(a.isFunction(aZ)){return this.each(function(a2){var a1=a(this);a1[aY](aZ.call(this,a2,a1[aY]()))})}return("scrollTo" in a0&&a0.document)?a0.document.compatMode==="CSS1Compat"&&a0.document.documentElement["client"+aW]||a0.document.body["client"+aW]:(a0.nodeType===9)?Math.max(a0.documentElement["client"+aW],a0.body["scroll"+aW],a0.documentElement["scroll"+aW],a0.body["offset"+aW],a0.documentElement["offset"+aW]):aZ===D?a.css(a0,aY):this.css(aY,typeof aZ==="string"?aZ:aZ+"px")}});aK.jQuery=aK.$=a})(window);jQuery.extend({array2Object:function(e){var a;if(e&&typeof(e)=="array"){a={};for(var b=0;b<e.length;b++){var c=e[b].split(":");var d=c[1];for(var b=2;b<c.length;b++){d+=":"+c[b]}a[jQuery.trim(c[0])]=jQuery.trim(d).replace(/^['"](.*)['"]/,"$1")}}else{if(e&&typeof(e)=="object"){a={};for(var b in e){var c=e[b].split(":");var d=c[1];for(var b=2;b<c.length;b++){d+=":"+c[b]}a[jQuery.trim(c[0])]=jQuery.trim(d).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).position().top){a=$(this).outerHeight()+$(this).position().top}});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).position().left){a=$(this).outerWidth()+$(this).position().left}});return a+(parseInt($(this).css("padding-right"))||0)}});jQuery.fn.extend({pixelIsInside:function(a,f,e,b){a=parseInt(a||0);f=parseInt(f||0);if(isNaN(a)||isNaN(f)){return false}var d=false;var c=0;this.filter(":visible").each(function(){if(d){return false}var h=$(this).offset();d=(a>=h.left&&a<=h.left+$(this).outerWidth()&&f>=h.top&&f<=h.top+$(this).outerHeight());if(d&&e&&typeof(e)=="function"){try{e(this,c,a,f,b)}catch(g){}}c++;return !d});return d}});(function(a){a.loadJS=function(b){if(typeof(b)=="string"){a(document).ready(function(){a("head").append('<script type="text/javascript" src="'+NexxarLib.convert2AbsoluteURL(b)+'"><\/script>')})}};a.loadCSS=function(b){a(document).ready(function(){a("head").append('<link rel="stylesheet" type="text/css" src="'+url+'">')})}})(jQuery);jQuery.log=function(a){try{console.log(a)}catch(b){}};
/*
 * Copyright (c) 2005 - 2010, James Auldridge
 * All rights reserved.
 *
 * Licensed under the BSD, MIT, and GPL (your choice!) Licenses:
 *  http://code.google.com/p/cookies/wiki/License
 *
 */
var jaaulde=window.jaaulde||{};jaaulde.utils=jaaulde.utils||{};jaaulde.utils.cookies=(function(){var e,d,c,b,a={expiresAt:null,path:"/",domain:null,secure:false};e=function(g){var h,f;if(typeof g!=="object"||g===null){h=a}else{h={expiresAt:a.expiresAt,path:a.path,domain:a.domain,secure:a.secure};if(typeof g.expiresAt==="object"&&g.expiresAt instanceof Date){h.expiresAt=g.expiresAt}else{if(typeof g.hoursToLive==="number"&&g.hoursToLive!==0){f=new Date();f.setTime(f.getTime()+(g.hoursToLive*60*60*1000));h.expiresAt=f}}if(typeof g.path==="string"&&g.path!==""){h.path=g.path}if(typeof g.domain==="string"&&g.domain!==""){h.domain=g.domain}if(g.secure===true){h.secure=g.secure}}return h};d=function(f){f=e(f);return((typeof f.expiresAt==="object"&&f.expiresAt instanceof Date?"; expires="+f.expiresAt.toGMTString():"")+"; path="+f.path+(typeof f.domain==="string"?"; domain="+f.domain:"")+(f.secure===true?"; secure":""))};c=function(){var o={},h,g,f,n,k=document.cookie.split(";"),j;for(h=0;h<k.length;h=h+1){g=k[h].split("=");f=g[0].replace(/^\s*/,"").replace(/\s*$/,"");try{n=decodeURIComponent(g[1])}catch(m){n=g[1]}if(typeof JSON==="object"&&JSON!==null&&typeof JSON.parse==="function"){try{j=n;n=JSON.parse(n)}catch(l){n=j}}o[f]=n}return o};b=function(){};b.prototype.get=function(i){var f,h,g=c();if(typeof i==="string"){f=(typeof g[i]!=="undefined")?g[i]:null}else{if(typeof i==="object"&&i!==null){f={};for(h in i){if(typeof g[i[h]]!=="undefined"){f[i[h]]=g[i[h]]}else{f[i[h]]=null}}}else{f=g}}return f};b.prototype.filter=function(f){var i,g={},h=c();if(typeof f==="string"){f=new RegExp(f)}for(i in h){if(i.match(f)){g[i]=h[i]}}return g};b.prototype.set=function(i,g,f){if(typeof f!=="object"||f===null){f={}}if(typeof g==="undefined"||g===null){g="";f.hoursToLive=-8760}else{if(typeof g==="number"){g=""+g}else{if(typeof g!=="string"){if(typeof JSON==="object"&&JSON!==null&&typeof JSON.stringify==="function"){g=JSON.stringify(g)}else{throw new Error("cookies.set() received non-string value and could not serialize.")}}}}var h=d(f);document.cookie=i+"="+encodeURIComponent(g)+h};b.prototype.del=function(i,h){var f={},g;if(typeof h!=="object"||h===null){h={}}if(typeof i==="boolean"&&i===true){f=this.get()}else{if(typeof i==="string"){f[i]=true}}for(g in f){if(typeof g==="string"&&g!==""){this.set(g,null,h)}}};b.prototype.test=function(){var g=false,f="cT",h="data";this.set(f,h);if(this.get(f)===h){this.del(f);g=true}return g};b.prototype.setOptions=function(f){if(typeof f!=="object"){f=null}a=e(f)};return new b()})();(function(){if(window.jQuery){(function(b){b.cookies=jaaulde.utils.cookies;var a={cookify:function(c){return this.each(function(){var e,g=["name","id"],d,h=b(this),f;for(e in g){if(!isNaN(e)){d=h.attr(g[e]);if(typeof d==="string"&&d!==""){if(h.is(":checkbox, :radio")){if(h.attr("checked")){f=h.val()}}else{if(h.is(":input")){f=h.val()}else{f=h.html()}}if(typeof f!=="string"||f===""){f=null}b.cookies.set(d,f,c);break}}}})},cookieFill:function(){return this.each(function(){var h,c,f=["name","id"],d,g=b(this),e;c=function(){h=f.pop();return !!h};while(c()){d=g.attr(h);if(typeof d==="string"&&d!==""){e=b.cookies.get(d);if(e!==null){if(g.is(":checkbox, :radio")){if(g.val()===e){g.attr("checked","checked")}else{g.removeAttr("checked")}}else{if(g.is(":input")){g.val(e)}else{g.html(e)}}}break}}})},cookieBind:function(c){return this.each(function(){var d=b(this);d.cookieFill().change(function(){d.cookify(c)})})}};b.each(a,function(c){b.fn[c]=this})})(window.jQuery)}})();
/*

jQuery SWFObject Plugin v1.0.9 <http://jquery.thewikies.com/swfobject/>
Copyright (c) 2010 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(f,c){var d=function(h){var g,i=[];for(g in h){if(/string|number/.test(typeof h[g])&&h[g]!==""){i.push(g+'="'+h[g]+'"')}}return i[a]("")},e=function(i){var g,k,j=[],h;if(typeof i=="object"){for(g in i){if(typeof i[g]=="object"){h=[];for(k in i[g]){h.push([k,"=",encodeURIComponent(i[g][k])][a](""))}i[g]=h[a]("&amp;")}if(i[g]){j.push(['<param name="',g,'" value="',i[g],'" />'][a](""))}}i=j[a]("")}return i},b=false,a="join";f[c]=(function(){try{var g="0,0,0",h=navigator.plugins["Shockwave Flash"]||ActiveXObject;g=h.description||(function(){try{return(new h("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version")}catch(j){}}())}catch(i){}if(typeof(g)=="undefined"){g="0,0,0"}g=g.match(/^[A-Za-z\s]*?(\d+)[\.|,](\d+)(?:\s+[d|r]|,)(\d+)/);return{available:g[1]>0,activeX:h&&!h.name,version:{major:g[1]*1,minor:g[2]*1,release:g[3]*1},hasVersion:function(k){var n=this.version,l="major",m="minor",j="release";k=(/string|number/.test(typeof k))?k.toString().split("."):k||[0,0,0];k=[k[l]||k[0]||n[l],k[m]||k[1]||n[m],k[j]||k[2]||n[j]];return(k[0]<n[l])||(k[0]==n[l]&&k[1]<n[m])||(k[0]==n[l]&&k[1]==n[m]&&k[2]<=n[j])},expressInstall:"expressInstall.swf",create:function(j){if(!f[c].available||b||!typeof j=="object"||!j.swf){return false}if(j.hasVersion&&!f[c].hasVersion(j.hasVersion)){j={swf:j.expressInstall||f[c].expressInstall,attrs:{id:j.id||"SWFObjectExprInst",name:j.name,height:Math.max(j.height||137),width:Math.max(j.width||214)},params:{flashvars:{MMredirectURL:location.href,MMplayerType:(f[c].activeX)?"ActiveX":"PlugIn",MMdoctitle:document.title.slice(0,47)+" - Flash Player Installation"}}};b=true}else{j=f.extend(true,{attrs:{id:j.id,name:j.name,height:j.height||180,width:j.width||320},params:{wmode:j.wmode||"opaque",flashvars:j.flashvars}},j)}if(f[c].activeX){j.attrs.classid=j.attrs.classid||"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";j.params.movie=j.params.movie||j.swf}else{j.attrs.type=j.attrs.classid||"application/x-shockwave-flash";j.attrs.data=j.attrs.data||j.swf}return["<object ",d(j.attrs),">",e(j.params),"</object>"][a]("")}}}());f.fn[c]=function(g){if(typeof g=="object"){this.each(function(){var i=document.createElement(c);var h=f[c].create(g);if(h){i.innerHTML=h;if(i.childNodes[0]){this.appendChild(i.childNodes[0])}}})}else{if(typeof g=="function"){this.find("object").andSelf().filter("object").each(function(){var i=this,h="jsInteractionTimeoutMs";i[h]=i[h]||0;if(i[h]<660){if(i.clientWidth||i.clientHeight){g.call(this)}else{setTimeout(function(){f(i)[c](g)},i[h]+66)}}})}}return this}}(jQuery,"flash"));
/*
 * 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(a){a.fn.fadeIn=function(b,c){return this.animate({opacity:"show"},b,function(){if(a.browser.msie){this.style.removeAttribute("filter")}if(a.isFunction(c)){c.call(this)}})};a.fn.fadeOut=function(b,c){return this.animate({opacity:"hide"},b,function(){if(a.browser.msie){this.style.removeAttribute("filter")}if(a.isFunction(c)){c.call(this)}})};a.fn.fadeTo=function(b,d,c){return this.animate({opacity:d},b,function(){if(d==1&&a.browser.msie){this.style.removeAttribute("filter")}if(a.isFunction(c)){c.call(this)}})}})(jQuery);(function(c){c.fn._hover=c.fn.hover;c.fn.hover=function(f,e,d){if(d){this.bind("hoverstart",f)}if(e){this.bind("hoverend",d?d:e)}return !f?this.trigger("hover"):this.bind("hover",d?e:f)};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 f=d.data||d;switch(d.type){case"mouseenter":f.dist2=0;f.event=d;d.type="hoverstart";if(c.event.handle.call(this,d)!==false){f.elem=this;c.event.add(this,"mousemove",a,f);f.timer=setTimeout(e,f.delay)}break;case"mousemove":f.dist2+=Math.pow(d.pageX-f.event.pageX,2)+Math.pow(d.pageY-f.event.pageY,2);f.event=d;break;case"mouseleave":clearTimeout(f.timer);if(f.hovered){d.type="hoverend";c.event.handle.call(this,d);f.hovered--}else{c.event.remove(f.elem,"mousemove",a)}break;default:if(f.dist2<=Math.pow(f.speed*(f.delay/1000),2)){c.event.remove(f.elem,"mousemove",a);f.event.type="hover";if(c.event.handle.call(f.elem,f.event)!==false){f.hovered++}}else{f.timer=setTimeout(e,f.delay)}f.dist2=0;break}function e(){a(f)}}})(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(h,e,g,f){if(!h){return this}styles=a(h);if(!styles){return this}return this.animate(styles,e,g,f)}});function a(f){if(f.substr(0,1)!="."){f="."+f}for(var e=0;e<document.styleSheets.length;e++){v=document.styleSheets[e];attrClass=c(f,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(h,g){if(g!=""){g=g.split(":");g[0]=d(g[0]);objStyle[g[0]]=b.trim(g[1])}});return objStyle}function c(f,e){attrClass=false;if(b.browser.msie){if(e.rules.length>0){b(e.rules).each(function(g,h){if(f==h.selectorText){attrClass=h.style.cssText}})}else{if(e.imports.length>0){b(e.imports).each(function(g,h){if(f==h.selectorText){attrClass=h.style.cssText}else{if(h=="[object]"||h=="[Object CSSStyleSheet]"||h=="[object CSSImportRule]"){return c(f,h)}}})}}}else{b(e.cssRules).each(function(g,h){if(f==h.selectorText){attrClass=h.style.cssText}else{if(h=="[object CSSImportRule]"){return c(f,h.styleSheet)}}})}return attrClass}function d(f){f=b.trim(f);f=f.replace(/-/g," ");f=f.toLowerCase();strArr=f.split(" ");var e="";b(strArr).each(function(h,g){if(h==0){e+=g}else{e+=g.substr(0,1).toUpperCase();e+=g.substr(1,g.length)}});return e}})(jQuery);
/*

jQuery Browser Plugin
        * Version 2.3
        * 2008-09-17 19:27:05
        * URL: http://jquery.thewikies.com/browser
        * Description: jQuery Browser Plugin extends browser detection capabilities and can assign browser selectors to CSS classes.
        * Author: Nate Cavanaugh, Minhchau Dang, & Jonathan Neal
        * Copyright: Copyright (c) 2008 Jonathan Neal under dual MIT/GPL license.
        * JSLint: This javascript file passes JSLint verification.
*/
(function(a){a.browserTest=function(e,g){var f="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},h=function(l,k,j,n){var m={name:b((k.exec(l)||[f,f])[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((!g)?a.browser:{},h(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=h(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())||[f])[0].replace("sunos","solaris")};if(!g){a("html").addClass([a.os.name,a.browser.name,a.browser.className,a.layout.name,a.layout.className].join(" "))}};a.browserTest(navigator.userAgent)})(jQuery);
/* 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 f=c=="Height"?"Top":"Left",e=c=="Height"?"Bottom":"Right";return this.is(":visible")?this[0]["client"+c]:a(this,c.toLowerCase())+a(this,"padding"+f)+a(this,"padding"+e)};b.fn["outer"+c]=function(f){if(!this[0]){return}var h=c=="Height"?"Top":"Left",e=c=="Height"?"Bottom":"Right";f=b.extend({margin:false},f||{});var g=this.is(":visible")?this[0]["offset"+c]:a(this,c.toLowerCase())+a(this,"border"+h+"Width")+a(this,"border"+e+"Width")+a(this,"padding"+h)+a(this,"padding"+e);return g+(f.margin?(a(this,"margin"+h)+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 h=0,g=0,f=this[0],i,c,e,d;if(f){e=this.offsetParent();i=this.offset();c=e.offset();i.top-=a(f,"marginTop");i.left-=a(f,"marginLeft");c.top+=a(e,"borderTopWidth");c.left+=a(e,"borderLeftWidth");d={top:i.top-c.top,left:i.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);
/*
 * 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(f){e.extend(e.tooltip.defaults,f)}};var d=function(f,g){var o=this;var k="";f=e(f);if(e.metadata){g=e.extend({},g,f.metadata().tooltip)}if(g.smart){if(!g.title){g.title=f.attr("title")}if(!g.text){g.text=f.attr("alt")}if(!g.href){g.href=f.attr("href")}}var k='<div class="title"><table cellspacing="0" cellpadding="0" border="0" class="tooltip"><body><tr><td class="tooltipLU"></td><td class="tooltipT"></td><td class="tooltipRU"></td></tr>';k+='<tr><td class="tooltipL"></td><td class="tooltipBODY"><div class="title">'+g.title+'</div></td><td class="tooltipR"></td></tr>';k+='<tr><td class="tooltipLB"></td><td class="tooltipB"></td><td class="tooltipRL"></td></tr></table></div>';if(k==""){delete this;return}f.attr("title","");e.data(f,"tooltip",o);o.dst=g.dst;f.bind(g.event+".tooltip",m).bind("mouseout.tooltip",j).bind("focus.tooltip",m).bind("blur.tooltip",j).bind("click.tooltip",l);function h(){if(o.timein){clearTimeout(o.timein);delete o.timein}if(o.timeout){clearTimeout(o.timeout);delete o.timeout}}function m(p){h();if(o.st==j){return}o.st=m;if(!o.dst){o.dst=e("<div>").appendTo(document.body).css({visibility:"hidden"})}o.ev=p;o.timein=setTimeout(n,g["in"]||0)}function n(){h();if(!o.dst){return}o.dst.addClass(g["class"]).css(g.css).html(k).bgiframe();if(g.duration>0){o.timein=setTimeout(l,g.duration)}o.dst.css({position:"absolute",visibility:"visible"});e("body").bind("click.tooltip",l);if(g.track){f.bind("mousemove.tooltip",i)}o.w=o.dst.width();o.h=o.dst.height();if(g.maxWidth&&o.w>g.maxWidth){o.dst.css("width",g.maxWidth);o.w=o.dst.width()}if(g.onshow){g.onshow.apply(o.dst)}if(g.track){}i()}function j(){h();if(o.st!=m){return}o.timeout=setTimeout(l,g.out||0)}function l(){h();e("body").unbind(".tooltip");e("src").unbind("mousemove.tooltip");if(!o.dst){return}o.dst.empty();o.dst.css("width","auto");if(g.onhide){g.onhide.apply(o.dst)}if(o.dst!=g.dst){o.dst.remove();delete o.dst}}function i(s){if(!s){s=o.ev}else{o.ev=s}if(!o.dst){return}var u={x:s.pageX+g.offset.x,y:s.pageY+g.offset.y,w:o.w,h:o.h};var q=window;winW=e(window).width();winH=e(window).height();var r={x:e(window).scrollLeft()+10,y:e(window).scrollTop()+10,w:winW-20,h:winH-20};if(u.x+u.w>r.x+r.w){u.x=r.x+r.w-u.w}if(u.y+u.h>r.y+r.h){u.y=s.pageY-u.h-g.offset.y}if(u.x<r.x){u.x=r.x}if(u.y<r.y){u.y=r.y}if(u.x+u.w>r.w){u.x=r.w-u.w}o.dst.css({top:u.y,left:u.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(f){a.apply(this);f=e.extend({},e.tooltip.defaults,f);return this.each(function(){new d(this,f)})}e.fn.tooltip=function(g,j){try{if(!j&&(typeof g!="string")){j=g;g="create"}var h=({setup:b,remove:a,create:c})[g];if(!h){return false}return h.apply(this,[j])}catch(i){return this}}})(jQuery);$(document).ready(function(){window.setTimeout(function(){var b=$("a[title]:not(abbr,.glossary,table,td,th,tr,.notooltip), img[title]:not(abbr,.glossary,table,td,th,tr,.notooltip,#filelist img)");for(var a=0;a<b.length;a++){if($(b[a]).attr("title").length>0){$(b[a]).tooltip({smart:true,url:""}).find("*").andSelf().removeAttr("title","").removeAttr("alt","")}}},1)});
/* 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(f){n=f.pageX;m=f.pageY};var c=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);if((Math.abs(h-n)+Math.abs(d-m))<l.sensitivity){a(f).unbind("mousemove",e);f.hoverIntent_s=1;return l.over.apply(f,[g])}else{h=n;d=m;f.hoverIntent_t=setTimeout(function(){c(g,f)},l.interval)}};var i=function(g,f){f.hoverIntent_t=clearTimeout(f.hoverIntent_t);f.hoverIntent_s=0;return l.out.apply(f,[g])};var b=function(q){var o=(q.type=="mouseover"?q.fromElement:q.toElement)||q.relatedTarget;while(o&&o!=this){try{o=o.parentNode}catch(q){o=this}}if(o==this){return false}var g=jQuery.extend({},q);var f=this;if(f.hoverIntent_t){f.hoverIntent_t=clearTimeout(f.hoverIntent_t)}if(q.type=="mouseover"){h=g.pageX;d=g.pageY;a(f).bind("mousemove",e);if(f.hoverIntent_s!=1){f.hoverIntent_t=setTimeout(function(){c(g,f)},l.interval)}}else{a(f).unbind("mousemove",e);if(f.hoverIntent_s==1){f.hoverIntent_t=setTimeout(function(){i(g,f)},l.timeout)}}};return this.mouseover(b).mouseout(b)}})(jQuery);
/* Copyright (c) 2008 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.
 *
 * Version 2.1.2-pre
 */
(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);
/* Copyright (c) 2008 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.
 *
 * Version: 1.0.3
 * Requires jQuery 1.1.3+
 * Docs: http://docs.jquery.com/Plugins/livequery
 */
(function(a){a.extend(a.fn,{livequery:function(f,e,d){var c=this,g;if(a.isFunction(f)){d=e,e=f,f=undefined}a.each(a.livequery.queries,function(h,j){if(c.selector==j.selector&&c.context==j.context&&f==j.type&&(!e||e.$lqguid==j.fn.$lqguid)&&(!d||d.$lqguid==j.fn2.$lqguid)){return(g=j)&&false}});g=g||new a.livequery(this.selector,this.context,f,e,d);g.stopped=false;g.run();return this},expire:function(f,e,d){var c=this;if(a.isFunction(f)){d=e,e=f,f=undefined}a.each(a.livequery.queries,function(g,h){if(c.selector==h.selector&&c.context==h.context&&(!f||f==h.type)&&(!e||e.$lqguid==h.fn.$lqguid)&&(!d||d.$lqguid==h.fn2.$lqguid)&&!this.stopped){a.livequery.stop(h.id)}});return this}});a.livequery=function(c,e,g,f,d){this.selector=c;this.context=e||document;this.type=g;this.fn=f;this.fn2=d;this.elements=[];this.stopped=false;this.id=a.livequery.queries.push(this)-1;f.$lqguid=f.$lqguid||a.livequery.guid++;if(d){d.$lqguid=d.$lqguid||a.livequery.guid++}return this};a.livequery.prototype={stop:function(){var c=this;if(this.type){this.elements.unbind(this.type,this.fn)}else{if(this.fn2){this.elements.each(function(d,e){c.fn2.apply(e)})}}this.elements=[];this.stopped=true},run:function(){if(this.stopped){return}var e=this;var f=this.elements,d=a(this.selector,this.context),c=d.not(f);this.elements=d;if(this.type){c.bind(this.type,this.fn);if(f.length>0){a.each(f,function(g,h){if(a.inArray(h,d)<0){a.event.remove(h,e.type,e.fn)}})}}else{c.each(function(){e.fn.apply(this)});if(this.fn2&&f.length>0){a.each(f,function(g,h){if(a.inArray(h,d)<0){e.fn2.apply(h)}})}}}};a.extend(a.livequery,{guid:0,queries:[],queue:[],running:false,timeout:null,checkQueue:function(){if(a.livequery.running&&a.livequery.queue.length){var c=a.livequery.queue.length;while(c--){a.livequery.queries[a.livequery.queue.shift()].run()}}},pause:function(){a.livequery.running=false},play:function(){a.livequery.running=true;a.livequery.run()},registerPlugin:function(){a.each(arguments,function(d,e){if(!a.fn[e]){return}var c=a.fn[e];a.fn[e]=function(){var f=c.apply(this,arguments);a.livequery.run();return f}})},run:function(c){if(c!=undefined){if(a.inArray(c,a.livequery.queue)<0){a.livequery.queue.push(c)}}else{a.each(a.livequery.queries,function(d){if(a.inArray(d,a.livequery.queue)<0){a.livequery.queue.push(d)}})}if(a.livequery.timeout){clearTimeout(a.livequery.timeout)}a.livequery.timeout=setTimeout(a.livequery.checkQueue,20)},stop:function(c){if(c!=undefined){a.livequery.queries[c].stop()}else{a.each(a.livequery.queries,function(d){a.livequery.queries[d].stop()})}}});a.livequery.registerPlugin("append","prepend","after","before","wrap","attr","removeAttr","addClass","removeClass","toggleClass","empty","remove");a(function(){a.livequery.play()});var b=a.prototype.init;a.prototype.init=function(d,f){var e=b.apply(this,arguments);if(d&&d.selector){e.context=d.context,e.selector=d.selector}if(typeof d=="string"){e.context=f||document,e.selector=d}return e};a.prototype.init.prototype=a.prototype})(jQuery);
/*
 * jQuery.query - Query String Modification and Creation for jQuery
 * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com)
 * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/).
 * Date: 2009/8/13
 *
 * @author Blair Mitchelmore
 * @version 2.1.7
 *
 **/
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?"#":"?":"";var f=e.numbers===false?false: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=/^([^[]+)(\[.*\])?$/.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=decodeURIComponent(this.split("=")[0]||"");var p=decodeURIComponent(this.split("=")[1]||"");if(!o){return}if(f){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=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},load:function(l){var n=l.replace(/^.*?[#](.+?)(?:\?.+)?$/,"$1");var m=l.replace(/^.*?[?](.+?)(?:#.+)?$/,"$1");return new j(l.length==m.length?"":m,l.length==n.length?"":n)},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,r=[],q=[],m=this;var o=function(s){s=s+"";if(c){s=s.replace(/ /g,"+")}return encodeURIComponent(s)};var l=function(s,u,w){if(!h(w)||w===false){return}var x=[o(u)];if(w!==true){x.push("=");x.push(o(w))}s.push(x.join(""))};var p=function(u,s){var w=function(x){return !s||s==""?[x].join(""):[s,"[",x,"]"].join("")};jQuery.each(u,function(x,y){if(typeof y=="object"){p(y,w(x))}else{l(q,w(x),y)}})};p(this.keys);if(q.length>0){r.push(b)}r.push(q.join(d));return r.join("")}};return new j(location.search,location.hash)}}(jQuery.query||{});
/*
Name:    Highslide JS
Version: 4.1.8 (October 27 2009)
Config:  default +events +unobtrusive +imagemap +slideshow +positioning +transitions +viewport +thumbstrip +inline +ajax +iframe +flash
Author:  Torstein Hønsi
Support: http://highslide.com/support

Licence: da23516c5f6529e3479f9731258a2ae8
Highslide JS is licensed under a Creative Commons Attribution-NonCommercial 2.5
License (http://creativecommons.org/licenses/by-nc/2.5/).
*/
if(!hs){var hs={lang:{cssDirection:"ltr",loadingText:"laden...",loadingTitle:"Abbrechen",focusTitle:"in den Vordergrund",fullExpandTitle:"Auf Originalgr&ouml;&szlig;e vergr&ouml;&szlig;ern",creditsText:"Powered by <i>Highslide JS",creditsTitle:"Highslide JS homepage",previousText:"Zur&uuml;ck",nextText:"Weiter",moveText:"Verschieben",closeText:"Schlie&szlig;en",closeTitle:"Schlie&szlig;en (ESC)",resizeTitle:"Gr&ouml;&szlig;e &auml;ndern",playText:"Abspielen",playTitle:"Dia-Show abspielen (Leertaste)",pauseText:"Pause",pauseTitle:"Dia-Show Pause (Leertaste)",previousTitle:"Zur&uuml;ck (Pfeiltaste Links)",nextTitle:"Weiter (Pfeiltaste Rechts)",moveTitle:"Verschieben",fullExpandText:"Volle Gr%F6%DFe",number:"Bild %1 von %2",restoreTitle:unescape("Zum Verg%F6%DFern klicken, Zum Verschieben Klicken und Ziehen. Pfeiltasten Links und Rechts zum Bl%E4ttern.")},graphicsDir:"/layout/img/hslide_",outlinesDir:"ol_",expandCursor:"/../../files/hslide_zoomin.cur",restoreCursor:false,expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:2001,loadingOpacity:0.75,allowMultipleInstances:false,numberOfImagesToPreload:5,outlineWhileAnimating:1,outlineStartOffset:3,padToMinWidth:false,fullExpandPosition:"bottom right",fullExpandOpacity:1,showCredits:false,creditsHref:"http://highslide.com/",creditsTarget:"_self",enableKeyListener:true,openerTagNames:["a","area"],transitions:[],transitionDuration:250,dimmingOpacity:0.75,dimmingDuration:50,allowWidthReduction:false,allowHeightReduction:true,preserveContent:true,objectLoadTime:"before",cacheAjax:true,anchor:"auto",align:"auto",targetX:null,targetY:null,dragByHeading:false,minWidth:100,minHeight:100,allowSizeReduction:true,outlineType:"drop-shadow",skin:{controls:'<div class="highslide-controls"><ul><li class="highslide-previous"><a href="#" title="{hs.lang.previousTitle}"><span>{hs.lang.previousText}</span></a></li><li class="highslide-play"><a href="#" title="{hs.lang.playTitle}"><span>{hs.lang.playText}</span></a></li><li class="highslide-pause"><a href="#" title="{hs.lang.pauseTitle}"><span>{hs.lang.pauseText}</span></a></li><li class="highslide-next"><a href="#" title="{hs.lang.nextTitle}"><span>{hs.lang.nextText}</span></a></li><li class="highslide-move"><a href="#" title="{hs.lang.moveTitle}"><span>{hs.lang.moveText}</span></a></li><li class="highslide-full-expand"><a href="#" title="{hs.lang.fullExpandTitle}"><span>{hs.lang.fullExpandText}</span></a></li><li class="highslide-close"><a href="#" title="{hs.lang.closeTitle}" ><span>{hs.lang.closeText}</span></a></li></ul></div>',contentWrapper:'<div class="highslide-header"><ul></ul></div><div class="highslide-body"></div><div class="highslide-footer"><div><span class="highslide-resize" title="{hs.lang.resizeTitle}"><span></span></span></div></div>'},preloadTheseImages:[],continuePreloading:true,expanders:[],overrides:["allowSizeReduction","useBox","anchor","align","targetX","targetY","outlineType","outlineWhileAnimating","captionId","captionText","captionEval","captionOverlay","headingId","headingText","headingEval","headingOverlay","creditsPosition","dragByHeading","autoplay","numberPosition","transitions","dimmingOpacity","width","height","contentId","allowWidthReduction","allowHeightReduction","preserveContent","maincontentId","maincontentText","maincontentEval","objectType","cacheAjax","objectWidth","objectHeight","objectLoadTime","swfOptions","wrapperClassName","minWidth","minHeight","maxWidth","maxHeight","slideshowGroup","easing","easingClose","fadeInOut","src"],overlays:[],idCounter:0,oPos:{x:["leftpanel","left","center","right","rightpanel"],y:["above","top","middle","bottom","below"]},mouse:{},headingOverlay:{},captionOverlay:{},swfOptions:{flashvars:{},params:{},attributes:{}},timers:[],slideshows:[],pendingOutlines:{},sleeping:[],preloadTheseAjax:[],cacheBindings:[],cachedGets:{},clones:{},onReady:[],uaVersion:/Trident\/4\.0/.test(navigator.userAgent)?8:parseFloat((navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1]),ie:(document.all&&!window.opera),safari:/Safari/.test(navigator.userAgent),geckoMac:/Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent),$:function(a){if(a){return document.getElementById(a)}},push:function(a,b){a[a.length]=b},createElement:function(a,f,e,d,c){var b=document.createElement(a);if(f){hs.extend(b,f)}if(c){hs.setStyles(b,{padding:0,border:"none",margin:0})}if(e){hs.setStyles(b,e)}if(d){d.appendChild(b)}return b},extend:function(b,c){for(var a in c){b[a]=c[a]}return b},setStyles:function(b,c){for(var a in c){if(hs.ie&&a=="opacity"){if(c[a]>0.99){b.style.removeAttribute("filter")}else{b.style.filter="alpha(opacity="+(c[a]*100)+")"}}else{b.style[a]=c[a]}}},animate:function(f,a,d){var c,g,j;if(typeof d!="object"||d===null){var i=arguments;d={duration:i[2],easing:i[3],complete:i[4]}}if(typeof d.duration!="number"){d.duration=250}d.easing=Math[d.easing]||Math.easeInQuad;d.curAnim=hs.extend({},a);for(var b in a){var h=new hs.fx(f,d,b);c=parseFloat(hs.css(f,b))||0;g=parseFloat(a[b]);j=b!="opacity"?"px":"";h.custom(c,g,j)}},css:function(a,c){if(document.defaultView){return document.defaultView.getComputedStyle(a,null).getPropertyValue(c)}else{if(c=="opacity"){c="filter"}var b=a.currentStyle[c.replace(/\-(\w)/g,function(e,d){return d.toUpperCase()})];if(c=="filter"){b=b.replace(/alpha\(opacity=([0-9]+)\)/,function(e,d){return d/100})}return b===""?1:b}},getPageSize:function(){var f=document,b=window,e=f.compatMode&&f.compatMode!="BackCompat"?f.documentElement:f.body;var c=hs.ie?e.clientWidth:(f.documentElement.clientWidth||self.innerWidth),a=hs.ie?e.clientHeight:self.innerHeight;hs.page={width:c,height:a,scrollLeft:hs.ie?e.scrollLeft:pageXOffset,scrollTop:hs.ie?e.scrollTop:pageYOffset}},getPosition:function(c){if(/area/i.test(c.tagName)){var e=document.getElementsByTagName("img");for(var b=0;b<e.length;b++){var a=e[b].useMap;if(a&&a.replace(/^.*?#/,"")==c.parentNode.name){c=e[b];break}}}var d={x:c.offsetLeft,y:c.offsetTop};while(c.offsetParent){c=c.offsetParent;d.x+=c.offsetLeft;d.y+=c.offsetTop;if(c!=document.body&&c!=document.documentElement){d.x-=c.scrollLeft;d.y-=c.scrollTop}}return d},expand:function(b,h,f,d){if(!b){b=hs.createElement("a",null,{display:"none"},hs.container)}if(typeof b.getParams=="function"){return h}if(d=="html"){for(var c=0;c<hs.sleeping.length;c++){if(hs.sleeping[c]&&hs.sleeping[c].a==b){hs.sleeping[c].awake();hs.sleeping[c]=null;return false}}hs.hasHtmlExpanders=true}try{new hs.Expander(b,h,f,d);return false}catch(g){return true}},htmlExpand:function(b,d,c){return hs.expand(b,d,c,"html")},getSelfRendered:function(){return hs.createElement("div",{className:"highslide-html-content",innerHTML:hs.replaceLang(hs.skin.contentWrapper)})},getElementByClass:function(e,c,d){var b=e.getElementsByTagName(c);for(var a=0;a<b.length;a++){if((new RegExp(d)).test(b[a].className)){return b[a]}}return null},replaceLang:function(c){c=c.replace(/\s/g," ");var b=/{hs\.lang\.([^}]+)\}/g,d=c.match(b),e;if(d){for(var a=0;a<d.length;a++){e=d[a].replace(b,"$1");if(typeof hs.lang[e]!="undefined"){c=c.replace(d[a],hs.lang[e])}}}return c},setClickEvents:function(){var b=document.getElementsByTagName("a");for(var a=0;a<b.length;a++){var c=hs.isUnobtrusiveAnchor(b[a]);if(c&&!b[a].hsHasSetClick){(function(){var d=c;if(hs.fireEvent(hs,"onSetClickEvent",{element:b[a],type:d})){b[a].onclick=(c=="image")?function(){return hs.expand(this)}:function(){return hs.htmlExpand(this,{objectType:d})}}})();b[a].hsHasSetClick=true}}hs.getAnchors()},isUnobtrusiveAnchor:function(a){if(a.rel=="highslide"){return"image"}else{if(a.rel=="highslide-ajax"){return"ajax"}else{if(a.rel=="highslide-iframe"){return"iframe"}else{if(a.rel=="highslide-swf"){return"swf"}}}}},getCacheBinding:function(b){for(var d=0;d<hs.cacheBindings.length;d++){if(hs.cacheBindings[d][0]==b){var e=hs.cacheBindings[d][1];hs.cacheBindings[d][1]=e.cloneNode(1);return e}}return null},preloadAjax:function(f){var b=hs.getAnchors();for(var d=0;d<b.htmls.length;d++){var c=b.htmls[d];if(hs.getParam(c,"objectType")=="ajax"&&hs.getParam(c,"cacheAjax")){hs.push(hs.preloadTheseAjax,c)}}hs.preloadAjaxElement(0)},preloadAjaxElement:function(d){if(!hs.preloadTheseAjax[d]){return}var b=hs.preloadTheseAjax[d];var c=hs.getNode(hs.getParam(b,"contentId"));if(!c){c=hs.getSelfRendered()}var e=new hs.Ajax(b,c,1);e.onError=function(){};e.onLoad=function(){hs.push(hs.cacheBindings,[b,c]);hs.preloadAjaxElement(d+1)};e.run()},focusTopmost:function(){var c=0,b=-1,a=hs.expanders,e,f;for(var d=0;d<a.length;d++){e=a[d];if(e){f=e.wrapper.style.zIndex;if(f&&f>c){c=f;b=d}}}if(b==-1){hs.focusKey=-1}else{a[b].focus()}},getParam:function(b,d){b.getParams=b.onclick;var c=b.getParams?b.getParams():null;b.getParams=null;return(c&&typeof c[d]!="undefined")?c[d]:(typeof hs[d]!="undefined"?hs[d]:null)},getSrc:function(b){var c=hs.getParam(b,"src");if(c){return c}return b.href},getNode:function(e){var c=hs.$(e),d=hs.clones[e],b={};if(!c&&!d){return null}if(!d){d=c.cloneNode(true);d.id="";hs.clones[e]=d;return c}else{return d.cloneNode(true)}},discardElement:function(a){if(a){hs.garbageBin.appendChild(a)}hs.garbageBin.innerHTML=""},dim:function(a){if(!hs.dimmer){hs.dimmer=hs.createElement("div",{className:"highslide-dimming highslide-viewport-size",owner:"",onclick:function(){if(hs.fireEvent(hs,"onDimmerClick")){hs.close()}}},{visibility:"visible",opacity:0},hs.container,true)}hs.dimmer.style.display="";hs.dimmer.owner+="|"+a.key;if(hs.geckoMac&&hs.dimmingGeckoFix){hs.setStyles(hs.dimmer,{background:"url("+hs.graphicsDir+"geckodimmer.png)",opacity:1})}else{hs.animate(hs.dimmer,{opacity:a.dimmingOpacity},hs.dimmingDuration)}},undim:function(a){if(!hs.dimmer){return}if(typeof a!="undefined"){hs.dimmer.owner=hs.dimmer.owner.replace("|"+a,"")}if((typeof a!="undefined"&&hs.dimmer.owner!="")||(hs.upcoming&&hs.getParam(hs.upcoming,"dimmingOpacity"))){return}if(hs.geckoMac&&hs.dimmingGeckoFix){hs.dimmer.style.display="none"}else{hs.animate(hs.dimmer,{opacity:0},hs.dimmingDuration,null,function(){hs.dimmer.style.display="none"})}},transit:function(a,d){var b=d=d||hs.getExpander();if(hs.upcoming){return false}else{hs.last=b}try{hs.upcoming=a;a.onclick()}catch(c){hs.last=hs.upcoming=null}try{if(!a||d.transitions[1]!="crossfade"){d.close()}}catch(c){}return false},previousOrNext:function(a,c){var b=hs.getExpander(a);if(b){return hs.transit(b.getAdjacentAnchor(c),b)}else{return false}},previous:function(a){return hs.previousOrNext(a,-1)},next:function(a){return hs.previousOrNext(a,1)},keyHandler:function(a){if(!a){a=window.event}if(!a.target){a.target=a.srcElement}if(typeof a.target.form!="undefined"){return true}if(!hs.fireEvent(hs,"onKeyDown",a)){return true}var b=hs.getExpander();var c=null;switch(a.keyCode){case 70:if(b){b.doFullExpand()}return true;case 32:c=2;break;case 34:case 39:case 40:c=1;break;case 8:case 33:case 37:case 38:c=-1;break;case 27:case 13:c=0}if(c!==null){if(c!=2){hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler)}if(!hs.enableKeyListener){return true}if(a.preventDefault){a.preventDefault()}else{a.returnValue=false}if(b){if(c==0){b.close()}else{if(c==2){if(b.slideshow){b.slideshow.hitSpace()}}else{if(b.slideshow){b.slideshow.pause()}hs.previousOrNext(b.key,c)}}return false}}return true},registerOverlay:function(a){hs.push(hs.overlays,hs.extend(a,{hsId:"hsId"+hs.idCounter++}))},addSlideshow:function(b){var d=b.slideshowGroup;if(typeof d=="object"){for(var c=0;c<d.length;c++){var e={};for(var a in b){e[a]=b[a]}e.slideshowGroup=d[c];hs.push(hs.slideshows,e)}}else{hs.push(hs.slideshows,b)}},getWrapperKey:function(c,b){var e,d=/^highslide-wrapper-([0-9]+)$/;e=c;while(e.parentNode){if(e.hsKey!==undefined){return e.hsKey}if(e.id&&d.test(e.id)){return e.id.replace(d,"$1")}e=e.parentNode}if(!b){e=c;while(e.parentNode){if(e.tagName&&hs.isHsAnchor(e)){for(var a=0;a<hs.expanders.length;a++){var f=hs.expanders[a];if(f&&f.a==e){return a}}}e=e.parentNode}}return null},getExpander:function(b,a){if(typeof b=="undefined"){return hs.expanders[hs.focusKey]||null}if(typeof b=="number"){return hs.expanders[b]||null}if(typeof b=="string"){b=hs.$(b)}return hs.expanders[hs.getWrapperKey(b,a)]||null},isHsAnchor:function(b){return(b.onclick&&b.onclick.toString().replace(/\s/g," ").match(/hs.(htmlE|e)xpand/))},reOrder:function(){for(var a=0;a<hs.expanders.length;a++){if(hs.expanders[a]&&hs.expanders[a].isExpanded){hs.focusTopmost()}}},fireEvent:function(c,a,b){return c&&c[a]?(c[a](c,b)!==false):true},mouseClickHandler:function(d){if(!d){d=window.event}if(d.button>1){return true}if(!d.target){d.target=d.srcElement}var b=d.target;while(b.parentNode&&!(/highslide-(image|move|html|resize)/.test(b.className))){b=b.parentNode}var f=hs.getExpander(b);if(f&&(f.isClosing||!f.isExpanded)){return true}if(f&&d.type=="mousedown"){if(d.target.form){return true}var a=b.className.match(/highslide-(image|move|resize)/);if(a){hs.dragArgs={exp:f,type:a[1],left:f.x.pos,width:f.x.size,top:f.y.pos,height:f.y.size,clickX:d.clientX,clickY:d.clientY};hs.addEventListener(document,"mousemove",hs.dragHandler);if(d.preventDefault){d.preventDefault()}if(/highslide-(image|html)-blur/.test(f.content.className)){f.focus();hs.hasFocused=true}return false}else{if(/highslide-html/.test(b.className)&&hs.focusKey!=f.key){f.focus();f.doShowHide("hidden")}}}else{if(d.type=="mouseup"){hs.removeEventListener(document,"mousemove",hs.dragHandler);if(hs.dragArgs){if(hs.styleRestoreCursor&&hs.dragArgs.type=="image"){hs.dragArgs.exp.content.style.cursor=hs.styleRestoreCursor}var c=hs.dragArgs.hasDragged;if(!c&&!hs.hasFocused&&!/(move|resize)/.test(hs.dragArgs.type)){if(hs.fireEvent(f,"onImageClick")){f.close()}}else{if(c||(!c&&hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide("hidden")}}if(hs.dragArgs.exp.releaseMask){hs.dragArgs.exp.releaseMask.style.display="none"}if(c){hs.fireEvent(hs.dragArgs.exp,"onDrop",hs.dragArgs)}hs.hasFocused=false;hs.dragArgs=null}else{if(/highslide-image-blur/.test(b.className)){b.style.cursor=hs.styleRestoreCursor}}}}return false},dragHandler:function(c){if(hs.ie&&hs.uaVersion<=6){return}if(!hs.dragArgs){return true}if(!c){c=window.event}var b=hs.dragArgs,d=b.exp;if(d.iframe){if(!d.releaseMask){d.releaseMask=hs.createElement("div",null,{position:"absolute",width:d.x.size+"px",height:d.y.size+"px",left:d.x.cb+"px",top:d.y.cb+"px",zIndex:4,background:(hs.ie?"white":"none"),opacity:0.01},d.wrapper,true)}if(d.releaseMask.style.display=="none"){d.releaseMask.style.display=""}}b.dX=c.clientX-b.clickX;b.dY=c.clientY-b.clickY;var f=Math.sqrt(Math.pow(b.dX,2)+Math.pow(b.dY,2));if(!b.hasDragged){b.hasDragged=(b.type!="image"&&f>0)||(f>(hs.dragSensitivity||5))}if(b.hasDragged&&c.clientX>5&&c.clientY>5){if(!hs.fireEvent(d,"onDrag",b)){return false}if(b.type=="resize"){d.resize(b)}else{d.moveTo(b.left+b.dX,b.top+b.dY);if(b.type=="image"){d.content.style.cursor="move"}}}return false},wrapperMouseHandler:function(c){try{if(!c){c=window.event}var b=/mouseover/i.test(c.type);if(!c.target){c.target=c.srcElement}if(hs.ie){c.relatedTarget=b?c.fromElement:c.toElement}var d=hs.getExpander(c.target);if(!d.isExpanded){return}if(!d||!c.relatedTarget||hs.getExpander(c.relatedTarget,true)==d||hs.dragArgs){return}hs.fireEvent(d,b?"onMouseOver":"onMouseOut",c);for(var a=0;a<d.overlays.length;a++){(function(){var e=hs.$("hsId"+d.overlays[a]);if(e&&e.hideOnMouseOut){if(b){hs.setStyles(e,{visibility:"visible",display:""})}hs.animate(e,{opacity:b?e.opacity:0},e.dur)}})()}}catch(c){}},addEventListener:function(a,c,b){if(a==document&&c=="ready"){hs.push(hs.onReady,b)}try{a.addEventListener(c,b,false)}catch(d){try{a.detachEvent("on"+c,b);a.attachEvent("on"+c,b)}catch(d){a["on"+c]=b}}},removeEventListener:function(a,c,b){try{a.removeEventListener(c,b,false)}catch(d){try{a.detachEvent("on"+c,b)}catch(d){a["on"+c]=null}}},preloadFullImage:function(b){if(hs.continuePreloading&&hs.preloadTheseImages[b]&&hs.preloadTheseImages[b]!="undefined"){var a=document.createElement("img");a.onload=function(){a=null;hs.preloadFullImage(b+1)};a.src=hs.preloadTheseImages[b]}},preloadImages:function(c){if(c&&typeof c!="object"){hs.numberOfImagesToPreload=c}var a=hs.getAnchors();for(var b=0;b<a.images.length&&b<hs.numberOfImagesToPreload;b++){hs.push(hs.preloadTheseImages,hs.getSrc(a.images[b]))}if(hs.outlineType){new hs.Outline(hs.outlineType,function(){hs.preloadFullImage(0)})}else{hs.preloadFullImage(0)}if(hs.restoreCursor){var d=hs.createElement("img",{src:hs.graphicsDir+hs.restoreCursor})}},init:function(){if(!hs.container){hs.getPageSize();hs.ieLt7=hs.ie&&hs.uaVersion<7;hs.ie6SSL=hs.ieLt7&&location.protocol=="https:";for(var a in hs.langDefaults){if(typeof hs[a]!="undefined"){hs.lang[a]=hs[a]}else{if(typeof hs.lang[a]=="undefined"&&typeof hs.langDefaults[a]!="undefined"){hs.lang[a]=hs.langDefaults[a]}}}hs.container=hs.createElement("div",{className:"highslide-container"},{position:"absolute",left:0,top:0,width:"100%",zIndex:hs.zIndexCounter,direction:"ltr"},document.body,true);hs.loading=hs.createElement("a",{className:"highslide-loading",title:hs.lang.loadingTitle,innerHTML:hs.lang.loadingText,href:"javascript:;"},{position:"absolute",top:"-9999px",opacity:hs.loadingOpacity,zIndex:1},hs.container);hs.garbageBin=hs.createElement("div",null,{display:"none"},hs.container);hs.viewport=hs.createElement("div",{className:"highslide-viewport highslide-viewport-size"},{visibility:(hs.safari&&hs.uaVersion<525)?"visible":"hidden"},hs.container,1);hs.clearing=hs.createElement("div",{"class":"clearFloat"},{clear:"both",paddingTop:"0px",height:"0px",lineHeight:"0px"},null,true);Math.linearTween=function(f,e,h,g){return h*f/g+e};Math.easeInQuad=function(f,e,h,g){return h*(f/=g)*f+e};Math.easeOutQuad=function(f,e,h,g){return -h*(f/=g)*(f-2)+e};hs.hideSelects=hs.ieLt7;hs.hideIframes=((window.opera&&hs.uaVersion<9)||navigator.vendor=="KDE"||(hs.ie&&hs.uaVersion<5.5));hs.fireEvent(this,"onActivate")}},ready:function(){if(hs.isReady){return}hs.isReady=true;for(var a=0;a<hs.onReady.length;a++){hs.onReady[a]()}},updateAnchors:function(){var a,d,l=[],h=[],k=[],b={},m;for(var e=0;e<hs.openerTagNames.length;e++){d=document.getElementsByTagName(hs.openerTagNames[e]);for(var c=0;c<d.length;c++){a=d[c];m=hs.isHsAnchor(a);if(m){hs.push(l,a);if(m[0]=="hs.expand"){hs.push(h,a)}else{if(m[0]=="hs.htmlExpand"){hs.push(k,a)}}var f=hs.getParam(a,"slideshowGroup")||"none";if(!b[f]){b[f]=[]}hs.push(b[f],a)}}}hs.anchors={all:l,groups:b,images:h,htmls:k};return hs.anchors},getAnchors:function(){return hs.anchors||hs.updateAnchors()},close:function(a){var b=hs.getExpander(a);if(b){b.close()}return false}};hs.fx=function(b,a,c){this.options=a;this.elem=b;this.prop=c;if(!a.orig){a.orig={}}};hs.fx.prototype={update:function(){(hs.fx.step[this.prop]||hs.fx.step._default)(this);if(this.options.step){this.options.step.call(this.elem,this.now,this)}},custom:function(e,d,c){this.startTime=(new Date()).getTime();this.start=e;this.end=d;this.unit=c;this.now=this.start;this.pos=this.state=0;var a=this;function b(f){return a.step(f)}b.elem=this.elem;if(b()&&hs.timers.push(b)==1){hs.timerId=setInterval(function(){var g=hs.timers;for(var f=0;f<g.length;f++){if(!g[f]()){g.splice(f--,1)}}if(!g.length){clearInterval(hs.timerId)}},13)}},step:function(d){var c=(new Date()).getTime();if(d||c>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var a=true;for(var b in this.options.curAnim){if(this.options.curAnim[b]!==true){a=false}}if(a){if(this.options.complete){this.options.complete.call(this.elem)}}return false}else{var e=c-this.startTime;this.state=e/this.options.duration;this.pos=this.options.easing(e,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};hs.extend(hs.fx,{step:{opacity:function(a){hs.setStyles(a.elem,{opacity:a.now})},_default:function(a){try{if(a.elem.style&&a.elem.style[a.prop]!=null){a.elem.style[a.prop]=a.now+a.unit}else{a.elem[a.prop]=a.now}}catch(b){}}}});hs.Outline=function(h,f){this.onLoad=f;this.outlineType=h;var a=hs.uaVersion,g;this.hasAlphaImageLoader=hs.ie&&a>=5.5&&a<7;if(!h){if(f){f()}return}hs.init();this.table=hs.createElement("table",{cellSpacing:0,className:h},{visibility:"hidden",position:"absolute",borderCollapse:"collapse",width:0},hs.container,true);var c=hs.createElement("tbody",null,null,this.table,1);var b=["left-up","center-up","right-up","left-middle","pane","right-middle","left-bottom","center-bottom","right-bottom",];this.td=[];for(var d=0;d<=8;d++){if(d%3==0){g=hs.createElement("tr",null,{height:"auto"},c,true)}this.td[d]=hs.createElement("td",null,null,g,true);this.td[d].className="highslide-outline-"+b[d];var e=d!=4?{lineHeight:0,fontSize:0}:{position:"relative"};hs.setStyles(this.td[d],e)}this.td[4].className=h+" highslide-outline";this.preloadGraphic()};hs.Outline.prototype={preloadGraphic:function(){var b=hs.graphicsDir+(hs.outlinesDir||"outlines/")+this.outlineType+".png";var a=hs.safari?hs.container:null;this.graphic=hs.createElement("img",null,{position:"absolute",top:"-9999px"},a,true);var c=this;this.graphic.onload=function(){c.onGraphicLoad()};this.graphic.src=b},onGraphicLoad:function(){var d=this.offset=this.graphic.width/4,f=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],c={height:(2*d)+"px",width:(2*d)+"px"};for(var b=0;b<=8;b++){if(f[b]){if(this.hasAlphaImageLoader){var a=(b==1||b==7)?"100%":this.graphic.width+"px";var e=hs.createElement("div",null,{width:"100%",height:"100%",position:"relative",overflow:"hidden"},this.td[b],true);hs.createElement("div",null,{filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.graphic.src+"')",position:"absolute",width:a,height:this.graphic.height+"px",left:(f[b][0]*d)+"px",top:(f[b][1]*d)+"px"},e,true)}else{hs.setStyles(this.td[b],{background:"url("+this.graphic.src+") "+(f[b][0]*d)+"px "+(f[b][1]*d)+"px"})}if(window.opera&&(b==3||b==5)){hs.createElement("div",null,c,this.td[b],true)}hs.setStyles(this.td[b],c)}}this.graphic=null;if(hs.pendingOutlines[this.outlineType]){hs.pendingOutlines[this.outlineType].destroy()}hs.pendingOutlines[this.outlineType]=this;if(this.onLoad){this.onLoad()}},setPosition:function(g,e,c,b,f){var d=this.exp,a=d.wrapper.style,e=e||0,g=g||{x:d.x.pos+e,y:d.y.pos+e,w:d.x.get("wsize")-2*e,h:d.y.get("wsize")-2*e};if(c){this.table.style.visibility=(g.h>=4*this.offset)?"visible":"hidden"}hs.setStyles(this.table,{left:(g.x-this.offset)+"px",top:(g.y-this.offset)+"px",width:(g.w+2*this.offset)+"px"});g.w-=2*this.offset;g.h-=2*this.offset;hs.setStyles(this.td[4],{width:g.w>=0?g.w+"px":0,height:g.h>=0?g.h+"px":0});if(this.hasAlphaImageLoader){this.td[3].style.height=this.td[5].style.height=this.td[4].style.height}},destroy:function(a){if(a){this.table.style.visibility="hidden"}else{hs.discardElement(this.table)}}};hs.Dimension=function(b,a){this.exp=b;this.dim=a;this.ucwh=a=="x"?"Width":"Height";this.wh=this.ucwh.toLowerCase();this.uclt=a=="x"?"Left":"Top";this.lt=this.uclt.toLowerCase();this.ucrb=a=="x"?"Right":"Bottom";this.rb=this.ucrb.toLowerCase();this.p1=this.p2=0};hs.Dimension.prototype={get:function(a){switch(a){case"loadingPos":return this.tpos+this.tb+(this.t-hs.loading["offset"+this.ucwh])/2;case"loadingPosXfade":return this.pos+this.cb+this.p1+(this.size-hs.loading["offset"+this.ucwh])/2;case"wsize":return this.size+2*this.cb+this.p1+this.p2;case"fitsize":return this.clientSize-this.marginMin-this.marginMax;case"maxsize":return this.get("fitsize")-2*this.cb-this.p1-this.p2;case"opos":return this.pos-(this.exp.outline?this.exp.outline.offset:0);case"osize":return this.get("wsize")+(this.exp.outline?2*this.exp.outline.offset:0);case"imgPad":return this.imgSize?Math.round((this.size-this.imgSize)/2):0}},calcBorders:function(){this.cb=(this.exp.content["offset"+this.ucwh]-this.t)/2;this.marginMax=hs["margin"+this.ucrb]},calcThumb:function(){this.t=this.exp.el[this.wh]?parseInt(this.exp.el[this.wh]):this.exp.el["offset"+this.ucwh];this.tpos=this.exp.tpos[this.dim];this.tb=(this.exp.el["offset"+this.ucwh]-this.t)/2;if(this.tpos==0||this.tpos==-1){this.tpos=(hs.page[this.wh]/2)+hs.page["scroll"+this.uclt]}},calcExpanded:function(){var a=this.exp;this.justify="auto";if(a.align=="center"){this.justify="center"}else{if(new RegExp(this.lt).test(a.anchor)){this.justify=null}else{if(new RegExp(this.rb).test(a.anchor)){this.justify="max"}}}this.pos=this.tpos-this.cb+this.tb;if(this.maxHeight&&this.dim=="x"){a.maxWidth=Math.min(a.maxWidth||this.full,a.maxHeight*this.full/a.y.full)}this.size=Math.min(this.full,a["max"+this.ucwh]||this.full);this.minSize=a.allowSizeReduction?Math.min(a["min"+this.ucwh],this.full):this.full;if(a.isImage&&a.useBox){this.size=a[this.wh];this.imgSize=this.full}if(this.dim=="x"&&hs.padToMinWidth){this.minSize=a.minWidth}this.target=a["target"+this.dim.toUpperCase()];this.marginMin=hs["margin"+this.uclt];this.scroll=hs.page["scroll"+this.uclt];this.clientSize=hs.page[this.wh]},setSize:function(a){var f=this.exp;if(f.isImage&&(f.useBox||hs.padToMinWidth)){this.imgSize=a;this.size=Math.max(this.size,this.imgSize);f.content.style[this.lt]=this.get("imgPad")+"px"}else{this.size=a}f.content.style[this.wh]=a+"px";f.wrapper.style[this.wh]=this.get("wsize")+"px";if(f.outline){f.outline.setPosition()}if(f.releaseMask){f.releaseMask.style[this.wh]=a+"px"}if(this.dim=="y"&&f.iDoc&&f.body.style.height!="auto"){try{f.iDoc.body.style.overflow="auto"}catch(b){}}if(f.isHtml){var c=f.scrollerDiv;if(this.sizeDiff===undefined){this.sizeDiff=f.innerContent["offset"+this.ucwh]-c["offset"+this.ucwh]}c.style[this.wh]=(this.size-this.sizeDiff)+"px";if(this.dim=="x"){f.mediumContent.style.width="auto"}if(f.body){f.body.style[this.wh]="auto"}}if(this.dim=="x"&&f.overlayBox){f.sizeOverlayBox(true)}if(this.dim=="x"&&f.slideshow&&f.isImage){if(a==this.full){f.slideshow.disable("full-expand")}else{f.slideshow.enable("full-expand")}}},setPos:function(a){this.pos=a;this.exp.wrapper.style[this.lt]=a+"px";if(this.exp.outline){this.exp.outline.setPosition()}}};hs.Expander=function(k,f,b,l){if(document.readyState&&hs.ie&&!hs.isReady){hs.addEventListener(document,"ready",function(){new hs.Expander(k,f,b,l)});return}this.a=k;this.custom=b;this.contentType=l||"image";this.isHtml=(l=="html");this.isImage=!this.isHtml;hs.continuePreloading=false;this.overlays=[];this.last=hs.last;hs.last=null;hs.init();var m=this.key=hs.expanders.length;for(var g=0;g<hs.overrides.length;g++){var c=hs.overrides[g];this[c]=f&&typeof f[c]!="undefined"?f[c]:hs[c]}if(!this.src){this.src=k.href}var d=(f&&f.thumbnailId)?hs.$(f.thumbnailId):k;d=this.thumb=d.getElementsByTagName("img")[0]||d;this.thumbsUserSetId=d.id||k.id;if(!hs.fireEvent(this,"onInit")){return true}for(var g=0;g<hs.expanders.length;g++){if(hs.expanders[g]&&hs.expanders[g].a==k&&!(this.last&&this.transitions[1]=="crossfade")){hs.expanders[g].focus();return false}}if(!hs.allowSimultaneousLoading){for(var g=0;g<hs.expanders.length;g++){if(hs.expanders[g]&&hs.expanders[g].thumb!=d&&!hs.expanders[g].onLoadStarted){hs.expanders[g].cancelLoading()}}}hs.expanders[m]=this;if(!hs.allowMultipleInstances&&!hs.upcoming){if(hs.expanders[m-1]){hs.expanders[m-1].close()}if(typeof hs.focusKey!="undefined"&&hs.expanders[hs.focusKey]){hs.expanders[hs.focusKey].close()}}this.el=d;this.tpos=hs.getPosition(d);hs.getPageSize();var j=this.x=new hs.Dimension(this,"x");j.calcThumb();var h=this.y=new hs.Dimension(this,"y");h.calcThumb();if(/area/i.test(d.tagName)){this.getImageMapAreaCorrection(d)}this.wrapper=hs.createElement("div",{id:"highslide-wrapper-"+this.key,className:"highslide-wrapper "+this.wrapperClassName},{visibility:"hidden",position:"absolute",zIndex:hs.zIndexCounter+=2},null,true);this.wrapper.onmouseover=this.wrapper.onmouseout=hs.wrapperMouseHandler;if(this.contentType=="image"&&this.outlineWhileAnimating==2){this.outlineWhileAnimating=0}if(!this.outlineType||(this.last&&this.isImage&&this.transitions[1]=="crossfade")){this[this.contentType+"Create"]()}else{if(hs.pendingOutlines[this.outlineType]){this.connectOutline();this[this.contentType+"Create"]()}else{this.showLoading();var e=this;new hs.Outline(this.outlineType,function(){e.connectOutline();e[e.contentType+"Create"]()})}}return true};hs.Expander.prototype={error:function(a){window.location.href=this.src},connectOutline:function(){var a=this.outline=hs.pendingOutlines[this.outlineType];a.exp=this;a.table.style.zIndex=this.wrapper.style.zIndex-1;hs.pendingOutlines[this.outlineType]=null},showLoading:function(){if(this.onLoadStarted||this.loading){return}this.loading=hs.loading;var c=this;this.loading.onclick=function(){c.cancelLoading()};if(!hs.fireEvent(this,"onShowLoading")){return}var c=this,a=this.x.get("loadingPos")+"px",b=this.y.get("loadingPos")+"px";if(!d&&this.last&&this.transitions[1]=="crossfade"){var d=this.last}if(d){a=d.x.get("loadingPosXfade")+"px";b=d.y.get("loadingPosXfade")+"px";this.loading.style.zIndex=hs.zIndexCounter++}setTimeout(function(){if(c.loading){hs.setStyles(c.loading,{left:a,top:b,zIndex:hs.zIndexCounter++})}},100)},imageCreate:function(){var b=this;var a=document.createElement("img");this.content=a;a.onload=function(){if(hs.expanders[b.key]){b.contentLoaded()}};if(hs.blockRightClick){a.oncontextmenu=function(){return false}}a.className="highslide-image";hs.setStyles(a,{visibility:"hidden",display:"block",position:"absolute",maxWidth:"9999px",zIndex:3});a.title=hs.lang.restoreTitle;if(hs.safari){hs.container.appendChild(a)}if(hs.ie&&hs.flushImgSize){a.src=null}a.src=this.src;this.showLoading()},htmlCreate:function(){if(!hs.fireEvent(this,"onBeforeGetContent")){return}this.content=hs.getCacheBinding(this.a);if(!this.content){this.content=hs.getNode(this.contentId)}if(!this.content){this.content=hs.getSelfRendered()}this.getInline(["maincontent"]);if(this.maincontent){var a=hs.getElementByClass(this.content,"div","highslide-body");if(a){a.appendChild(this.maincontent)}this.maincontent.style.display="block"}hs.fireEvent(this,"onAfterGetContent");var d=this.innerContent=this.content;if(/(swf|iframe)/.test(this.objectType)){this.setObjContainerSize(d)}hs.container.appendChild(this.wrapper);hs.setStyles(this.wrapper,{position:"static",padding:"0 "+hs.marginRight+"px 0 "+hs.marginLeft+"px"});this.content=hs.createElement("div",{className:"highslide-html"},{position:"relative",zIndex:3,overflow:"hidden"},this.wrapper);this.mediumContent=hs.createElement("div",{className:"highslide-html-medium"},null,this.content,1);this.mediumContent.appendChild(d);hs.setStyles(d,{position:"relative",display:"block",direction:hs.lang.cssDirection||""});if(this.width){d.style.width=this.width+"px"}if(this.height){hs.setStyles(d,{height:this.height+"px",overflow:"hidden"})}if(d.offsetWidth<this.minWidth){d.style.width=this.minWidth+"px"}if(this.objectType=="ajax"&&!hs.getCacheBinding(this.a)){this.showLoading();var c=this;var b=new hs.Ajax(this.a,d);b.src=this.src;b.onLoad=function(){if(hs.expanders[c.key]){c.contentLoaded()}};b.onError=function(){location.href=c.src};b.run()}else{if(this.objectType=="iframe"&&this.objectLoadTime=="before"){this.writeExtendedContent()}else{this.contentLoaded()}}},contentLoaded:function(){try{if(!this.content){return}this.content.onload=null;if(this.onLoadStarted){return}else{this.onLoadStarted=true}var j=this.x,g=this.y;if(this.loading){hs.setStyles(this.loading,{top:"-9999px"});this.loading=null;hs.fireEvent(this,"onHideLoading")}if(this.isImage){j.full=this.content.width;g.full=this.content.height;hs.setStyles(this.content,{width:j.t+"px",height:g.t+"px"});this.wrapper.appendChild(this.content);hs.container.appendChild(this.wrapper)}else{if(this.htmlGetSize){this.htmlGetSize()}}j.calcBorders();g.calcBorders();hs.setStyles(this.wrapper,{left:(j.tpos+j.tb-j.cb)+"px",top:(g.tpos+j.tb-g.cb)+"px"});this.initSlideshow();this.getOverlays();var f=j.full/g.full;j.calcExpanded();this.justify(j);g.calcExpanded();this.justify(g);if(this.isHtml){this.htmlSizeOperations()}if(this.overlayBox){this.sizeOverlayBox(0,1)}if(this.allowSizeReduction){if(this.isImage){this.correctRatio(f)}else{this.fitOverlayBox()}var k=this.slideshow;if(k&&this.last&&k.controls&&k.fixedControls){var h=k.overlayOptions.position||"",a;for(var c in hs.oPos){for(var b=0;b<5;b++){a=this[c];if(h.match(hs.oPos[c][b])){a.pos=this.last[c].pos+(this.last[c].p1-a.p1)+(this.last[c].size-a.size)*[0,0,0.5,1,1][b];if(k.fixedControls=="fit"){if(a.pos+a.size+a.p1+a.p2>a.scroll+a.clientSize-a.marginMax){a.pos=a.scroll+a.clientSize-a.size-a.marginMin-a.marginMax-a.p1-a.p2}if(a.pos<a.scroll+a.marginMin){a.pos=a.scroll+a.marginMin}}}}}}if(this.isImage&&this.x.full>(this.x.imgSize||this.x.size)){this.createFullExpand();if(this.overlays.length==1){this.sizeOverlayBox()}}}this.show()}catch(d){this.error(d)}},setObjContainerSize:function(a,d){var b=hs.getElementByClass(a,"DIV","highslide-body");if(/(iframe|swf)/.test(this.objectType)){if(this.objectWidth){b.style.width=this.objectWidth+"px"}if(this.objectHeight){b.style.height=this.objectHeight+"px"}}},writeExtendedContent:function(){if(this.hasExtendedContent){return}var f=this;this.body=hs.getElementByClass(this.innerContent,"DIV","highslide-body");if(this.objectType=="iframe"){this.showLoading();var i=hs.clearing.cloneNode(1);this.body.appendChild(i);this.newWidth=this.innerContent.offsetWidth;if(!this.objectWidth){this.objectWidth=i.offsetWidth}var c=this.innerContent.offsetHeight-this.body.offsetHeight,d=this.objectHeight||hs.page.height-c-hs.marginTop-hs.marginBottom,e=this.objectLoadTime=="before"?' onload="if (hs.expanders['+this.key+"]) hs.expanders["+this.key+'].contentLoaded()" ':"";this.body.innerHTML+='<iframe name="hs'+(new Date()).getTime()+'" frameborder="0" key="'+this.key+'"  style="width:'+this.objectWidth+"px; height:"+d+'px" '+e+' src="'+this.src+'" ></iframe>';this.ruler=this.body.getElementsByTagName("div")[0];this.iframe=this.body.getElementsByTagName("iframe")[0];if(this.objectLoadTime=="after"){this.correctIframeSize()}}if(this.objectType=="swf"){this.body.id=this.body.id||"hs-flash-id-"+this.key;var b=this.swfOptions;if(!b.params){b.params={}}if(typeof b.params.wmode=="undefined"){b.params.wmode="transparent"}if(swfobject){swfobject.embedSWF(this.src,this.body.id,this.objectWidth,this.objectHeight,b.version||"7",b.expressInstallSwfurl,b.flashvars,b.params,b.attributes)}else{if(jQuery){var g=b.params;if(b.params&&b.attributes){for(myAttr in b.attributes){if(!g[myAttr]){g[myAttr]=b.attributes[myAttr]}}}else{if(!b.params&&b.attributes){g=b.attributes}}$("#"+this.body.id).flash({swf:this.src,flashvars:b.flashvars,paramAttributes:g})}}}this.hasExtendedContent=true},htmlGetSize:function(){if(this.iframe&&!this.objectHeight){this.iframe.style.height=this.body.style.height=this.getIframePageHeight()+"px"}this.innerContent.appendChild(hs.clearing);if(!this.x.full){this.x.full=this.innerContent.offsetWidth}this.y.full=this.innerContent.offsetHeight;this.innerContent.removeChild(hs.clearing);if(hs.ie&&this.newHeight>parseInt(this.innerContent.currentStyle.height)){this.newHeight=parseInt(this.innerContent.currentStyle.height)}hs.setStyles(this.wrapper,{position:"absolute",padding:"0"});hs.setStyles(this.content,{width:this.x.t+"px",height:this.y.t+"px"})},getIframePageHeight:function(){var a;try{var d=this.iDoc=this.iframe.contentDocument||this.iframe.contentWindow.document;var b=d.createElement("div",{"class":"clearFloat"},{clear:"both",paddingTop:"0px",height:"0px",lineHeight:"0px"},null,true);b.style.clear="both";d.body.appendChild(b);a=b.offsetTop;if(hs.ie){a+=parseInt(d.body.currentStyle.marginTop)+parseInt(d.body.currentStyle.marginBottom)-1}d.body.removeChild(b)}catch(c){a=300}return a},correctIframeSize:function(){var b=this.innerContent.offsetWidth-this.ruler.offsetWidth;hs.discardElement(this.ruler);if(b<0){b=0}var a=this.innerContent.offsetHeight-this.iframe.offsetHeight;if(this.iDoc&&!this.objectHeight&&!this.height&&this.y.size==this.y.full){try{this.iDoc.body.style.overflow="hidden"}catch(c){}}hs.setStyles(this.iframe,{width:Math.abs(this.x.size-b)+"px",height:Math.abs(this.y.size-a)+"px"});hs.setStyles(this.body,{width:this.iframe.style.width,height:this.iframe.style.height});this.scrollingContent=this.iframe;this.scrollerDiv=this.scrollingContent},htmlSizeOperations:function(){this.setObjContainerSize(this.innerContent);if(this.objectType=="swf"&&this.objectLoadTime=="before"){this.writeExtendedContent()}if(this.x.size<this.x.full&&!this.allowWidthReduction){this.x.size=this.x.full}if(this.y.size<this.y.full&&!this.allowHeightReduction){this.y.size=this.y.full}this.scrollerDiv=this.innerContent;hs.setStyles(this.mediumContent,{position:"relative",width:this.x.size+"px"});hs.setStyles(this.innerContent,{border:"none",width:"auto",height:"auto"});var e=hs.getElementByClass(this.innerContent,"DIV","highslide-body");if(e&&!/(iframe|swf)/.test(this.objectType)){var b=e;e=hs.createElement(b.nodeName,null,{overflow:"hidden"},null,true);b.parentNode.insertBefore(e,b);e.appendChild(hs.clearing);e.appendChild(b);var c=this.innerContent.offsetWidth-e.offsetWidth;var a=this.innerContent.offsetHeight-e.offsetHeight;e.removeChild(hs.clearing);var d=hs.safari||navigator.vendor=="KDE"?1:0;hs.setStyles(e,{width:(this.x.size-c-d)+"px",height:(this.y.size-a)+"px",overflow:"auto",position:"relative"});if(d&&b.offsetHeight>e.offsetHeight){e.style.width=(parseInt(e.style.width)+d)+"px"}this.scrollingContent=e;this.scrollerDiv=this.scrollingContent}if(this.iframe&&this.objectLoadTime=="before"){this.correctIframeSize()}if(!this.scrollingContent&&this.y.size<this.mediumContent.offsetHeight){this.scrollerDiv=this.content}if(this.scrollerDiv==this.content&&!this.allowWidthReduction&&!/(iframe|swf)/.test(this.objectType)){this.x.size+=17}if(this.scrollerDiv&&this.scrollerDiv.offsetHeight>this.scrollerDiv.parentNode.offsetHeight){setTimeout("try { hs.expanders["+this.key+"].scrollerDiv.style.overflow = 'auto'; } catch(e) {}",hs.expandDuration)}},getImageMapAreaCorrection:function(d){var h=d.coords.split(",");for(var b=0;b<h.length;b++){h[b]=parseInt(h[b])}if(d.shape.toLowerCase()=="circle"){this.x.tpos+=h[0]-h[2];this.y.tpos+=h[1]-h[2];this.x.t=this.y.t=2*h[2]}else{var f,e,a=f=h[0],g=e=h[1];for(var b=0;b<h.length;b++){if(b%2==0){a=Math.min(a,h[b]);f=Math.max(f,h[b])}else{g=Math.min(g,h[b]);e=Math.max(e,h[b])}}this.x.tpos+=a;this.x.t=f-a;this.y.tpos+=g;this.y.t=e-g}},justify:function(f,b){var g,h=f.target,e=f==this.x?"x":"y";if(h&&h.match(/ /)){g=h.split(" ");h=g[0]}if(h&&hs.$(h)){f.pos=hs.getPosition(hs.$(h))[e];if(g&&g[1]&&g[1].match(/^[-]?[0-9]+px$/)){f.pos+=parseInt(g[1])}if(f.size<f.minSize){f.size=f.minSize}}else{if(f.justify=="auto"||f.justify=="center"){var d=false;var a=f.exp.allowSizeReduction;if(f.justify=="center"){f.pos=Math.round(f.scroll+(f.clientSize+f.marginMin-f.marginMax-f.get("wsize"))/2)}else{f.pos=Math.round(f.pos-((f.get("wsize")-f.t)/2))}if(f.pos<f.scroll+f.marginMin){f.pos=f.scroll+f.marginMin;d=true}if(!b&&f.size<f.minSize){f.size=f.minSize;a=false}if(f.pos+f.get("wsize")>f.scroll+f.clientSize-f.marginMax){if(!b&&d&&a){f.size=Math.min(f.size,f.get(e=="y"?"fitsize":"maxsize"))}else{if(f.get("wsize")<f.get("fitsize")){f.pos=f.scroll+f.clientSize-f.marginMax-f.get("wsize")}else{f.pos=f.scroll+f.marginMin;if(!b&&a){f.size=f.get(e=="y"?"fitsize":"maxsize")}}}}if(!b&&f.size<f.minSize){f.size=f.minSize;a=false}}else{if(f.justify=="max"){f.pos=Math.floor(f.pos-f.size+f.t)}}}if(f.pos<f.marginMin){var c=f.pos;f.pos=f.marginMin;if(a&&!b){f.size=f.size-(f.pos-c)}}},correctRatio:function(c){var a=this.x,g=this.y,e=false,d=Math.min(a.full,a.size),b=Math.min(g.full,g.size),f=(this.useBox||hs.padToMinWidth);if(d/b>c){d=b*c;if(d<a.minSize){d=a.minSize;b=d/c}e=true}else{if(d/b<c){b=d/c;e=true}}if(hs.padToMinWidth&&a.full<a.minSize){a.imgSize=a.full;g.size=g.imgSize=g.full}else{if(this.useBox){a.imgSize=d;g.imgSize=b}else{a.size=d;g.size=b}}e=this.fitOverlayBox(f?null:c,e);if(f&&g.size<g.imgSize){g.imgSize=g.size;a.imgSize=g.size*c}if(e||f){a.pos=a.tpos-a.cb+a.tb;a.minSize=a.size;this.justify(a,true);g.pos=g.tpos-g.cb+g.tb;g.minSize=g.size;this.justify(g,true);if(this.overlayBox){this.sizeOverlayBox()}}},fitOverlayBox:function(b,c){var a=this.x,d=this.y;if(this.overlayBox&&(this.isImage||this.allowHeightReduction)){while(d.size>this.minHeight&&a.size>this.minWidth&&d.get("wsize")>d.get("fitsize")){d.size-=10;if(b){a.size=d.size*b}this.sizeOverlayBox(0,1);c=true}}return c},reflow:function(){if(this.scrollerDiv){var a=/iframe/i.test(this.scrollerDiv.tagName)?(this.getIframePageHeight()+1)+"px":"auto";if(this.body){this.body.style.height=a}this.scrollerDiv.style.height=a;this.y.setSize(this.innerContent.offsetHeight)}},show:function(){var a=this.x,b=this.y;this.doShowHide("hidden");hs.fireEvent(this,"onBeforeExpand");if(this.slideshow&&this.slideshow.thumbstrip){this.slideshow.thumbstrip.selectThumb()}this.changeSize(1,{wrapper:{width:a.get("wsize"),height:b.get("wsize"),left:a.pos,top:b.pos},content:{left:a.p1+a.get("imgPad"),top:b.p1+b.get("imgPad"),width:a.imgSize||a.size,height:b.imgSize||b.size}},hs.expandDuration)},changeSize:function(d,i,b){var k=this.transitions,e=d?(this.last?this.last.a:null):hs.upcoming,j=(k[1]&&e&&hs.getParam(e,"transitions")[1]==k[1])?k[1]:k[0];if(this[j]&&j!="expand"){this[j](d,i);return}if(this.outline&&!this.outlineWhileAnimating){if(d){this.outline.setPosition()}else{this.outline.destroy((this.isHtml&&this.preserveContent))}}if(!d){this.destroyOverlays()}var c=this,h=c.x,g=c.y,f=this.easing;if(!d){f=this.easingClose||f}var a=d?function(){if(c.outline){c.outline.table.style.visibility="visible"}setTimeout(function(){c.afterExpand()},50)}:function(){c.afterClose()};if(d){hs.setStyles(this.wrapper,{width:h.t+"px",height:g.t+"px"})}if(d&&this.isHtml){hs.setStyles(this.wrapper,{left:(h.tpos-h.cb+h.tb)+"px",top:(g.tpos-g.cb+g.tb)+"px"})}if(this.fadeInOut){hs.setStyles(this.wrapper,{opacity:d?0:1});hs.extend(i.wrapper,{opacity:d})}hs.animate(this.wrapper,i.wrapper,{duration:b,easing:f,step:function(n,l){if(c.outline&&c.outlineWhileAnimating&&l.prop=="top"){var m=d?l.pos:1-l.pos;var o={w:h.t+(h.get("wsize")-h.t)*m,h:g.t+(g.get("wsize")-g.t)*m,x:h.tpos+(h.pos-h.tpos)*m,y:g.tpos+(g.pos-g.tpos)*m};c.outline.setPosition(o,0,1)}if(c.isHtml){if(l.prop=="left"){c.mediumContent.style.left=(h.pos-n)+"px"}if(l.prop=="top"){c.mediumContent.style.top=(g.pos-n)+"px"}}}});hs.animate(this.content,i.content,b,f,a);if(d){this.wrapper.style.visibility="visible";this.content.style.visibility="visible";if(this.isHtml){this.innerContent.style.visibility="visible"}this.a.className+=" highslide-active-anchor"}},fade:function(f,h){this.outlineWhileAnimating=false;var c=this,j=f?hs.expandDuration:0;if(f){hs.animate(this.wrapper,h.wrapper,0);hs.setStyles(this.wrapper,{opacity:0,visibility:"visible"});hs.animate(this.content,h.content,0);this.content.style.visibility="visible";hs.animate(this.wrapper,{opacity:1},j,null,function(){c.afterExpand()})}if(this.outline){this.outline.table.style.zIndex=this.wrapper.style.zIndex;var b=f||-1,d=this.outline.offset,a=f?3:d,g=f?d:3;for(var e=a;b*e<=b*g;e+=b,j+=25){(function(){var i=f?g-e:a-e;setTimeout(function(){c.outline.setPosition(0,i,1)},j)})()}}if(f){}else{setTimeout(function(){if(c.outline){c.outline.destroy(c.preserveContent)}c.destroyOverlays();hs.animate(c.wrapper,{opacity:0},hs.restoreDuration,null,function(){c.afterClose()})},j)}},crossfade:function(g,o,p){if(!g){return}var f=this,q=this.last,m=this.x,l=this.y,d=q.x,b=q.y,a=this.wrapper,j=this.content,c=this.overlayBox;hs.removeEventListener(document,"mousemove",hs.dragHandler);hs.setStyles(j,{width:(m.imgSize||m.size)+"px",height:(l.imgSize||l.size)+"px"});if(c){c.style.overflow="visible"}this.outline=q.outline;if(this.outline){this.outline.exp=f}q.outline=null;var i=hs.createElement("div",{className:"highslide-image"},{position:"absolute",zIndex:4,overflow:"hidden",display:"none"});var k={oldImg:q,newImg:this};for(var e in k){this[e]=k[e].content.cloneNode(1);hs.setStyles(this[e],{position:"absolute",border:0,visibility:"visible"});i.appendChild(this[e])}a.appendChild(i);if(this.isHtml){hs.setStyles(this.mediumContent,{left:0,top:0})}if(c){c.className="";a.appendChild(c)}i.style.display="";q.content.style.display="none";if(hs.safari){var h=navigator.userAgent.match(/Safari\/([0-9]{3})/);if(h&&parseInt(h[1])<525){this.wrapper.style.visibility="visible"}}hs.animate(a,{width:m.size},{duration:hs.transitionDuration,step:function(x,s){var A=s.pos,r=1-A;var z,u={},w=["pos","size","p1","p2"];for(var y in w){z=w[y];u["x"+z]=Math.round(r*d[z]+A*m[z]);u["y"+z]=Math.round(r*b[z]+A*l[z]);u.ximgSize=Math.round(r*(d.imgSize||d.size)+A*(m.imgSize||m.size));u.ximgPad=Math.round(r*d.get("imgPad")+A*m.get("imgPad"));u.yimgSize=Math.round(r*(b.imgSize||b.size)+A*(l.imgSize||l.size));u.yimgPad=Math.round(r*b.get("imgPad")+A*l.get("imgPad"))}if(f.outline){f.outline.setPosition({x:u.xpos,y:u.ypos,w:u.xsize+u.xp1+u.xp2+2*m.cb,h:u.ysize+u.yp1+u.yp2+2*l.cb})}q.wrapper.style.clip="rect("+(u.ypos-b.pos)+"px, "+(u.xsize+u.xp1+u.xp2+u.xpos+2*d.cb-d.pos)+"px, "+(u.ysize+u.yp1+u.yp2+u.ypos+2*b.cb-b.pos)+"px, "+(u.xpos-d.pos)+"px)";hs.setStyles(j,{top:(u.yp1+l.get("imgPad"))+"px",left:(u.xp1+m.get("imgPad"))+"px",marginTop:(l.pos-u.ypos)+"px",marginLeft:(m.pos-u.xpos)+"px"});hs.setStyles(a,{top:u.ypos+"px",left:u.xpos+"px",width:(u.xp1+u.xp2+u.xsize+2*m.cb)+"px",height:(u.yp1+u.yp2+u.ysize+2*l.cb)+"px"});hs.setStyles(i,{width:(u.ximgSize||u.xsize)+"px",height:(u.yimgSize||u.ysize)+"px",left:(u.xp1+u.ximgPad)+"px",top:(u.yp1+u.yimgPad)+"px",visibility:"visible"});hs.setStyles(f.oldImg,{top:(b.pos-u.ypos+b.p1-u.yp1+b.get("imgPad")-u.yimgPad)+"px",left:(d.pos-u.xpos+d.p1-u.xp1+d.get("imgPad")-u.ximgPad)+"px"});hs.setStyles(f.newImg,{opacity:A,top:(l.pos-u.ypos+l.p1-u.yp1+l.get("imgPad")-u.yimgPad)+"px",left:(m.pos-u.xpos+m.p1-u.xp1+m.get("imgPad")-u.ximgPad)+"px"});if(c){hs.setStyles(c,{width:u.xsize+"px",height:u.ysize+"px",left:(u.xp1+m.cb)+"px",top:(u.yp1+l.cb)+"px"})}},complete:function(){a.style.visibility=j.style.visibility="visible";j.style.display="block";i.style.display="none";f.a.className+=" highslide-active-anchor";f.afterExpand();q.afterClose();f.last=null}})},reuseOverlay:function(d,c){if(!this.last){return false}for(var b=0;b<this.last.overlays.length;b++){var a=hs.$("hsId"+this.last.overlays[b]);if(a&&a.hsId==d.hsId){this.genOverlayBox();a.reuse=this.key;hs.push(this.overlays,this.last.overlays[b]);return true}}return false},afterExpand:function(){this.isExpanded=true;this.focus();if(this.isHtml&&this.objectLoadTime=="after"){this.writeExtendedContent()}if(this.iframe){try{var g=this,f=this.iframe.contentDocument||this.iframe.contentWindow.document;hs.addEventListener(f,"mousedown",function(){if(hs.focusKey!=g.key){g.focus()}})}catch(d){}if(hs.ie&&typeof this.isClosing!="boolean"){this.iframe.style.width=(this.objectWidth-1)+"px"}}if(this.dimmingOpacity){hs.dim(this)}if(hs.upcoming&&hs.upcoming==this.a){hs.upcoming=null}this.prepareNextOutline();var c=hs.page,b=hs.mouse.x+c.scrollLeft,a=hs.mouse.y+c.scrollTop;this.mouseIsOver=this.x.pos<b&&b<this.x.pos+this.x.get("wsize")&&this.y.pos<a&&a<this.y.pos+this.y.get("wsize");if(this.overlayBox){this.showOverlays()}hs.fireEvent(this,"onAfterExpand")},prepareNextOutline:function(){var a=this.key;var b=this.outlineType;new hs.Outline(b,function(){try{hs.expanders[a].preloadNext()}catch(c){}})},preloadNext:function(){var b=this.getAdjacentAnchor(1);if(b&&b.onclick.toString().match(/hs\.expand/)){var a=hs.createElement("img",{src:hs.getSrc(b)})}},getAdjacentAnchor:function(c){var b=this.getAnchorIndex(),a=hs.anchors.groups[this.slideshowGroup||"none"];if(!a[b+c]&&this.slideshow&&this.slideshow.repeat){if(c==1){return a[0]}else{if(c==-1){return a[a.length-1]}}}return a[b+c]||null},getAnchorIndex:function(){var a=hs.getAnchors().groups[this.slideshowGroup||"none"];if(a){for(var b=0;b<a.length;b++){if(a[b]==this.a){return b}}}return null},getNumber:function(){if(this[this.numberPosition]){var a=hs.anchors.groups[this.slideshowGroup||"none"];if(a){var b=hs.lang.number.replace("%1",this.getAnchorIndex()+1).replace("%2",a.length);this[this.numberPosition].innerHTML='<div class="highslide-number">'+b+"</div>"+this[this.numberPosition].innerHTML}}},initSlideshow:function(){if(!this.last){for(var c=0;c<hs.slideshows.length;c++){var b=hs.slideshows[c],d=b.slideshowGroup;if(typeof d=="undefined"||d===null||d===this.slideshowGroup){this.slideshow=new hs.Slideshow(this.key,b)}}}else{this.slideshow=this.last.slideshow}var b=this.slideshow;if(!b){return}var a=b.expKey=this.key;b.checkFirstAndLast();b.disable("full-expand");if(b.controls){var e=b.overlayOptions||{};e.overlayId=b.controls;e.hsId="controls";this.createOverlay(e)}if(b.thumbstrip){b.thumbstrip.add(this)}if(!this.last&&this.autoplay){b.play(true)}if(b.autoplay){b.autoplay=setTimeout(function(){hs.next(a)},(b.interval||500))}},cancelLoading:function(){hs.discardElement(this.wrapper);hs.expanders[this.key]=null;if(hs.upcoming==this.a){hs.upcoming=null}hs.undim(this.key);if(this.loading){hs.loading.style.left="-9999px"}hs.fireEvent(this,"onHideLoading")},writeCredits:function(){if(this.credits){return}this.credits=hs.createElement("a",{href:hs.creditsHref,target:hs.creditsTarget,className:"highslide-credits",innerHTML:hs.lang.creditsText,title:hs.lang.creditsTitle});this.createOverlay({overlayId:this.credits,position:this.creditsPosition||"top left",hsId:"credits"})},getInline:function(types,addOverlay){for(var i=0;i<types.length;i++){var type=types[i],s=null;if(type=="caption"&&!hs.fireEvent(this,"onBeforeGetCaption")){return}else{if(type=="heading"&&!hs.fireEvent(this,"onBeforeGetHeading")){return}}if(!this[type+"Id"]&&this.thumbsUserSetId){this[type+"Id"]=type+"-for-"+this.thumbsUserSetId}if(this[type+"Id"]){this[type]=hs.getNode(this[type+"Id"])}if(!this[type]&&!this[type+"Text"]&&this[type+"Eval"]){try{s=eval(this[type+"Eval"])}catch(e){}}if(!this[type]&&this[type+"Text"]){s=this[type+"Text"]}if(!this[type]&&!s){this[type]=hs.getNode(this.a["_"+type+"Id"]);if(!this[type]){var next=this.a.nextSibling;while(next&&!hs.isHsAnchor(next)){if((new RegExp("highslide-"+type)).test(next.className||null)){if(!next.id){this.a["_"+type+"Id"]=next.id="hsId"+hs.idCounter++}this[type]=hs.getNode(next.id);break}next=next.nextSibling}}}if(!this[type]&&!s&&this.numberPosition==type){s="\n"}if(!this[type]&&s){this[type]=hs.createElement("div",{className:"highslide-"+type,innerHTML:s})}if(addOverlay&&this[type]){var o={position:(type=="heading")?"above":"below"};for(var x in this[type+"Overlay"]){o[x]=this[type+"Overlay"][x]}o.overlayId=this[type];this.createOverlay(o)}}},doShowHide:function(a){if(hs.hideSelects){this.showHideElements("SELECT",a)}if(hs.hideIframes){this.showHideElements("IFRAME",a)}if(hs.geckoMac){this.showHideElements("*",a)}},showHideElements:function(c,b){var e=document.getElementsByTagName(c);var a=c=="*"?"overflow":"visibility";for(var f=0;f<e.length;f++){if(a=="visibility"||(document.defaultView.getComputedStyle(e[f],"").getPropertyValue("overflow")=="auto"||e[f].getAttribute("hidden-by")!=null)){var h=e[f].getAttribute("hidden-by");if(b=="visible"&&h){h=h.replace("["+this.key+"]","");e[f].setAttribute("hidden-by",h);if(!h){e[f].style[a]=e[f].origProp}}else{if(b=="hidden"){var k=hs.getPosition(e[f]);k.w=e[f].offsetWidth;k.h=e[f].offsetHeight;if(!this.dimmingOpacity){var j=(k.x+k.w<this.x.get("opos")||k.x>this.x.get("opos")+this.x.get("osize"));var g=(k.y+k.h<this.y.get("opos")||k.y>this.y.get("opos")+this.y.get("osize"))}var d=hs.getWrapperKey(e[f]);if(!j&&!g&&d!=this.key){if(!h){e[f].setAttribute("hidden-by","["+this.key+"]");e[f].origProp=e[f].style[a];e[f].style[a]="hidden"}else{if(h.indexOf("["+this.key+"]")==-1){e[f].setAttribute("hidden-by",h+"["+this.key+"]")}}}else{if((h=="["+this.key+"]"||hs.focusKey==d)&&d!=this.key){e[f].setAttribute("hidden-by","");e[f].style[a]=e[f].origProp||""}else{if(h&&h.indexOf("["+this.key+"]")>-1){e[f].setAttribute("hidden-by",h.replace("["+this.key+"]",""))}}}}}}}},focus:function(){this.wrapper.style.zIndex=hs.zIndexCounter+=2;for(var a=0;a<hs.expanders.length;a++){if(hs.expanders[a]&&a==hs.focusKey){var b=hs.expanders[a];b.content.className+=" highslide-"+b.contentType+"-blur";if(b.isImage){b.content.style.cursor=hs.ie?"hand":"pointer";b.content.title=hs.lang.focusTitle}hs.fireEvent(b,"onBlur")}}if(this.outline){this.outline.table.style.zIndex=this.wrapper.style.zIndex-1}this.content.className="highslide-"+this.contentType;if(this.isImage){this.content.title=hs.lang.restoreTitle;if(hs.restoreCursor){hs.styleRestoreCursor=window.opera?"pointer":"url("+hs.graphicsDir+hs.restoreCursor+"), pointer";if(hs.ie&&hs.uaVersion<6){hs.styleRestoreCursor="hand"}this.content.style.cursor=hs.styleRestoreCursor}}hs.focusKey=this.key;hs.addEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);hs.fireEvent(this,"onFocus")},moveTo:function(a,b){this.x.setPos(a);this.y.setPos(b)},resize:function(d){var a,b,c=d.width/d.height;a=Math.max(d.width+d.dX,Math.min(this.minWidth,this.x.full));if(this.isImage&&Math.abs(a-this.x.full)<12){a=this.x.full}b=this.isHtml?d.height+d.dY:a/c;if(b<Math.min(this.minHeight,this.y.full)){b=Math.min(this.minHeight,this.y.full);if(this.isImage){a=b*c}}this.resizeTo(a,b)},resizeTo:function(a,b){this.y.setSize(b);this.x.setSize(a);this.wrapper.style.height=this.y.get("wsize")+"px"},close:function(){if(this.isClosing||!this.isExpanded){return}if(this.transitions[1]=="crossfade"&&hs.upcoming){hs.getExpander(hs.upcoming).cancelLoading();hs.upcoming=null}if(!hs.fireEvent(this,"onBeforeClose")){return}this.isClosing=true;if(this.slideshow&&!hs.upcoming){this.slideshow.pause()}hs.removeEventListener(document,window.opera?"keypress":"keydown",hs.keyHandler);try{if(this.isHtml){this.htmlPrepareClose()}this.content.style.cursor="default";this.changeSize(0,{wrapper:{width:this.x.t,height:this.y.t,left:this.x.tpos-this.x.cb+this.x.tb,top:this.y.tpos-this.y.cb+this.y.tb},content:{left:0,top:0,width:this.x.t,height:this.y.t}},hs.restoreDuration)}catch(a){this.afterClose()}},htmlPrepareClose:function(){if(hs.geckoMac){if(!hs.mask){hs.mask=hs.createElement("div",null,{position:"absolute"},hs.container)}hs.setStyles(hs.mask,{width:this.x.size+"px",height:this.y.size+"px",left:this.x.pos+"px",top:this.y.pos+"px",display:"block"})}if(this.objectType=="swf"){try{hs.$(this.body.id).StopPlay()}catch(a){}}if(this.objectLoadTime=="after"&&!this.preserveContent){this.destroyObject()}if(this.scrollerDiv&&this.scrollerDiv!=this.scrollingContent){this.scrollerDiv.style.overflow="hidden"}},destroyObject:function(){if(hs.ie&&this.iframe){try{this.iframe.contentWindow.document.body.innerHTML=""}catch(a){}}if(this.objectType=="swf"){swfobject.removeSWF(this.body.id)}else{if(jsQuery){$("#"+this.body.id).html("")}}this.body.innerHTML=""},sleep:function(){if(this.outline){this.outline.table.style.display="none"}this.releaseMask=null;this.wrapper.style.display="none";hs.push(hs.sleeping,this)},awake:function(){try{hs.expanders[this.key]=this;if(!hs.allowMultipleInstances&&hs.focusKey!=this.key){try{hs.expanders[hs.focusKey].close()}catch(b){}}var d=hs.zIndexCounter++,a={display:"",zIndex:d};hs.setStyles(this.wrapper,a);this.isClosing=false;var c=this.outline||0;if(c){if(!this.outlineWhileAnimating){a.visibility="hidden"}hs.setStyles(c.table,a)}if(this.slideshow){this.initSlideshow()}this.show()}catch(b){}},createOverlay:function(e){var d=e.overlayId,a=(e.relativeTo=="viewport"&&!/panel$/.test(e.position));if(typeof d=="string"){d=hs.getNode(d)}if(e.html){d=hs.createElement("div",{innerHTML:e.html})}if(!d||typeof d=="string"){return}if(!hs.fireEvent(this,"onCreateOverlay",{overlay:d})){return}d.style.display="block";e.hsId=e.hsId||e.overlayId;if(this.transitions[1]=="crossfade"&&this.reuseOverlay(e,d)){return}this.genOverlayBox();var c=e.width&&/^[0-9]+(px|%)$/.test(e.width)?e.width:"auto";if(/^(left|right)panel$/.test(e.position)&&!/^[0-9]+px$/.test(e.width)){c="200px"}var b=hs.createElement("div",{id:"hsId"+hs.idCounter++,hsId:e.hsId},{position:"absolute",visibility:"hidden",width:c,direction:hs.lang.cssDirection||"",opacity:0},a?hs.viewport:this.overlayBox,true);if(a){b.hsKey=this.key}b.appendChild(d);hs.extend(b,{opacity:1,offsetX:0,offsetY:0,dur:(e.fade===0||e.fade===false||(e.fade==2&&hs.ie))?0:250});hs.extend(b,e);if(this.gotOverlays){this.positionOverlay(b);if(!b.hideOnMouseOut||this.mouseIsOver){hs.animate(b,{opacity:b.opacity},b.dur)}}hs.push(this.overlays,hs.idCounter-1)},positionOverlay:function(e){var f=e.position||"middle center",c=(e.relativeTo=="viewport"),b=e.offsetX,a=e.offsetY;if(c){hs.viewport.style.display="block";e.hsKey=this.key;if(e.offsetWidth>e.parentNode.offsetWidth){e.style.width="100%"}}else{if(e.parentNode!=this.overlayBox){this.overlayBox.appendChild(e)}}if(/left$/.test(f)){e.style.left=b+"px"}if(/center$/.test(f)){hs.setStyles(e,{left:"50%",marginLeft:(b-Math.round(e.offsetWidth/2))+"px"})}if(/right$/.test(f)){e.style.right=-b+"px"}if(/^leftpanel$/.test(f)){hs.setStyles(e,{right:"100%",marginRight:this.x.cb+"px",top:-this.y.cb+"px",bottom:-this.y.cb+"px",overflow:"auto"});this.x.p1=e.offsetWidth}else{if(/^rightpanel$/.test(f)){hs.setStyles(e,{left:"100%",marginLeft:this.x.cb+"px",top:-this.y.cb+"px",bottom:-this.y.cb+"px",overflow:"auto"});this.x.p2=e.offsetWidth}}var d=e.parentNode.offsetHeight;e.style.height="auto";if(c&&e.offsetHeight>d){e.style.height=hs.ieLt7?d+"px":"100%"}if(/^top/.test(f)){e.style.top=a+"px"}if(/^middle/.test(f)){hs.setStyles(e,{top:"50%",marginTop:(a-Math.round(e.offsetHeight/2))+"px"})}if(/^bottom/.test(f)){e.style.bottom=-a+"px"}if(/^above$/.test(f)){hs.setStyles(e,{left:(-this.x.p1-this.x.cb)+"px",right:(-this.x.p2-this.x.cb)+"px",bottom:"100%",marginBottom:this.y.cb+"px",width:"auto"});this.y.p1=e.offsetHeight}else{if(/^below$/.test(f)){hs.setStyles(e,{position:"relative",left:(-this.x.p1-this.x.cb)+"px",right:(-this.x.p2-this.x.cb)+"px",top:"100%",marginTop:this.y.cb+"px",width:"auto"});this.y.p2=e.offsetHeight;e.style.position="absolute"}}},getOverlays:function(){this.getInline(["heading","caption"],true);this.getNumber();if(this.caption){hs.fireEvent(this,"onAfterGetCaption")}if(this.heading){hs.fireEvent(this,"onAfterGetHeading")}if(this.heading&&this.dragByHeading){this.heading.className+=" highslide-move"}if(hs.showCredits){this.writeCredits()}for(var a=0;a<hs.overlays.length;a++){var d=hs.overlays[a],e=d.thumbnailId,b=d.slideshowGroup;if((!e&&!b)||(e&&e==this.thumbsUserSetId)||(b&&b===this.slideshowGroup)){if(this.isImage||(this.isHtml&&d.useOnHtml)){this.createOverlay(d)}}}var c=[];for(var a=0;a<this.overlays.length;a++){var d=hs.$("hsId"+this.overlays[a]);if(/panel$/.test(d.position)){this.positionOverlay(d)}else{hs.push(c,d)}}for(var a=0;a<c.length;a++){this.positionOverlay(c[a])}this.gotOverlays=true},genOverlayBox:function(){if(!this.overlayBox){this.overlayBox=hs.createElement("div",{className:this.wrapperClassName},{position:"absolute",width:(this.x.size||(this.useBox?this.width:null)||this.x.full)+"px",height:(this.y.size||this.y.full)+"px",visibility:"hidden",overflow:"hidden",zIndex:hs.ie?4:"auto"},hs.container,true)}},sizeOverlayBox:function(f,d){var c=this.overlayBox,a=this.x,h=this.y;hs.setStyles(c,{width:a.size+"px",height:h.size+"px"});if(f||d){for(var e=0;e<this.overlays.length;e++){var g=hs.$("hsId"+this.overlays[e]);var b=(hs.ieLt7||document.compatMode=="BackCompat");if(g&&/^(above|below)$/.test(g.position)){if(b){g.style.width=(c.offsetWidth+2*a.cb+a.p1+a.p2)+"px"}h[g.position=="above"?"p1":"p2"]=g.offsetHeight}if(g&&b&&/^(left|right)panel$/.test(g.position)){g.style.height=(c.offsetHeight+2*h.cb)+"px"}}}if(f){hs.setStyles(this.content,{top:h.p1+"px"});hs.setStyles(c,{top:(h.p1+h.cb)+"px"})}},showOverlays:function(){var a=this.overlayBox;a.className="";hs.setStyles(a,{top:(this.y.p1+this.y.cb)+"px",left:(this.x.p1+this.x.cb)+"px",overflow:"visible"});if(hs.safari){a.style.visibility="visible"}this.wrapper.appendChild(a);for(var c=0;c<this.overlays.length;c++){var d=hs.$("hsId"+this.overlays[c]);d.style.zIndex=d.hsId=="controls"?5:4;if(!d.hideOnMouseOut||this.mouseIsOver){d.style.visibility="visible";hs.setStyles(d,{visibility:"visible",display:""});hs.animate(d,{opacity:d.opacity},d.dur)}}},destroyOverlays:function(){if(!this.overlays.length){return}if(this.slideshow){var d=this.slideshow.controls;if(d&&hs.getExpander(d)==this){d.parentNode.removeChild(d)}}for(var a=0;a<this.overlays.length;a++){var b=hs.$("hsId"+this.overlays[a]);if(b&&b.parentNode==hs.viewport&&hs.getExpander(b)==this){hs.discardElement(b)}}if(this.isHtml&&this.preserveContent){this.overlayBox.style.top="-9999px";hs.container.appendChild(this.overlayBox)}else{hs.discardElement(this.overlayBox)}},createFullExpand:function(){if(this.slideshow&&this.slideshow.controls){this.slideshow.enable("full-expand");return}this.fullExpandLabel=hs.createElement("a",{href:"javascript:hs.expanders["+this.key+"].doFullExpand();",title:hs.lang.fullExpandTitle,className:"highslide-full-expand"});if(!hs.fireEvent(this,"onCreateFullExpand")){return}this.createOverlay({overlayId:this.fullExpandLabel,position:hs.fullExpandPosition,hideOnMouseOut:true,opacity:hs.fullExpandOpacity})},doFullExpand:function(){try{if(!hs.fireEvent(this,"onDoFullExpand")){return}if(this.fullExpandLabel){hs.discardElement(this.fullExpandLabel)}this.focus();var b=this.x.size;this.resizeTo(this.x.full,this.y.full);var a=this.x.pos-(this.x.size-b)/2;if(a<hs.marginLeft){a=hs.marginLeft}this.moveTo(a,this.y.pos);this.doShowHide("hidden")}catch(c){this.error(c)}},afterClose:function(){this.a.className=this.a.className.replace("highslide-active-anchor","");this.doShowHide("visible");if(this.isHtml&&this.preserveContent&&this.transitions[1]!="crossfade"){this.sleep()}else{if(this.outline&&this.outlineWhileAnimating){this.outline.destroy()}hs.discardElement(this.wrapper)}if(hs.mask){hs.mask.style.display="none"}this.destroyOverlays();if(!hs.viewport.childNodes.length){hs.viewport.style.display="none"}if(this.dimmingOpacity){hs.undim(this.key)}hs.fireEvent(this,"onAfterClose");hs.expanders[this.key]=null;hs.reOrder()}};hs.Ajax=function(b,c,d){this.a=b;this.content=c;this.pre=d};hs.Ajax.prototype={run:function(){var d;if(!this.src){this.src=hs.getSrc(this.a)}if(this.src.match("#")){var a=this.src.split("#");this.src=a[0];this.id=a[1]}if(hs.cachedGets[this.src]){this.cachedGet=hs.cachedGets[this.src];if(this.id){this.getElementContent()}else{this.loadHTML()}return}try{d=new XMLHttpRequest()}catch(b){try{d=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){try{d=new ActiveXObject("Microsoft.XMLHTTP")}catch(b){this.onError()}}}var f=this;d.onreadystatechange=function(){if(f.xhr.readyState==4){if(f.id){f.getElementContent()}else{f.loadHTML()}}};var c=this.src;this.xhr=d;if(hs.forceAjaxReload){c=c.replace(/$/,(/\?/.test(c)?"&":"?")+"dummy="+(new Date()).getTime())}d.open("GET",c,true);d.setRequestHeader("X-Requested-With","XMLHttpRequest");d.setRequestHeader("Content-Type","application/x-www-form-urlencoded");d.send(null)},getElementContent:function(){hs.init();var a=window.opera||hs.ie6SSL?{src:"about:blank"}:null;this.iframe=hs.createElement("iframe",a,{position:"absolute",top:"-9999px"},hs.container);this.loadHTML()},loadHTML:function(){var c=this.cachedGet||this.xhr.responseText,b;if(this.pre){hs.cachedGets[this.src]=c}if(!hs.ie||hs.uaVersion>=5.5){c=c.replace(new RegExp("<link[^>]*>","gi"),"").replace(new RegExp("<script[^>]*>.*?<\/script>","gi"),"");if(this.iframe){var f=this.iframe.contentDocument;if(!f&&this.iframe.contentWindow){f=this.iframe.contentWindow.document}if(!f){var g=this;setTimeout(function(){g.loadHTML()},25);return}f.open();f.write(c);f.close();try{c=f.getElementById(this.id).innerHTML}catch(d){try{c=this.iframe.document.getElementById(this.id).innerHTML}catch(d){}}hs.discardElement(this.iframe)}else{b=/(<body[^>]*>|<\/body>)/ig;if(b.test(c)){c=c.split(b)[hs.ie?1:2]}}}hs.getElementByClass(this.content,"DIV","highslide-body").innerHTML=c;this.onLoad();for(var a in this){this[a]=null}}};hs.Slideshow=function(c,b){if(hs.dynamicallyUpdateAnchors!==false){hs.updateAnchors()}this.expKey=c;for(var a in b){this[a]=b[a]}if(this.useControls){this.getControls()}if(this.thumbstrip){this.thumbstrip=hs.Thumbstrip(this)}};hs.Slideshow.prototype={getControls:function(){this.controls=hs.createElement("div",{innerHTML:hs.replaceLang(hs.skin.controls)},null,hs.container);var b=["play","pause","previous","next","move","full-expand","close"];this.btn={};var c=this;for(var a=0;a<b.length;a++){this.btn[b[a]]=hs.getElementByClass(this.controls,"li","highslide-"+b[a]);this.enable(b[a])}this.btn.pause.style.display="none"},checkFirstAndLast:function(){if(this.repeat||!this.controls){return}var c=hs.expanders[this.expKey],b=c.getAnchorIndex(),a=/disabled$/;if(b==0){this.disable("previous")}else{if(a.test(this.btn.previous.getElementsByTagName("a")[0].className)){this.enable("previous")}}if(b+1==hs.anchors.groups[c.slideshowGroup||"none"].length){this.disable("next");this.disable("play")}else{if(a.test(this.btn.next.getElementsByTagName("a")[0].className)){this.enable("next");this.enable("play")}}},enable:function(d){if(!this.btn){return}var c=this,b=this.btn[d].getElementsByTagName("a")[0],e=/disabled$/;b.onclick=function(){c[d]();return false};if(e.test(b.className)){b.className=b.className.replace(e,"")}},disable:function(c){if(!this.btn){return}var b=this.btn[c].getElementsByTagName("a")[0];b.onclick=function(){return false};if(!/disabled$/.test(b.className)){b.className+=" disabled"}},hitSpace:function(){if(this.autoplay){this.pause()}else{this.play()}},play:function(a){if(this.btn){this.btn.play.style.display="none";this.btn.pause.style.display=""}this.autoplay=true;if(!a){hs.next(this.expKey)}},pause:function(){if(this.btn){this.btn.pause.style.display="none";this.btn.play.style.display=""}clearTimeout(this.autoplay);this.autoplay=null},previous:function(){this.pause();hs.previous(this.btn.previous)},next:function(){this.pause();hs.next(this.btn.next)},move:function(){},"full-expand":function(){hs.getExpander().doFullExpand()},close:function(){hs.close(this.btn.close)}};hs.Thumbstrip=function(k){function p(i){hs.extend(f||{},{overlayId:r,hsId:"thumbstrip",className:"highslide-thumbstrip-"+m+"-overlay "+(f.className||"")});if(hs.ieLt7){f.fade=0}i.createOverlay(f);hs.setStyles(r.parentNode,{overflow:"hidden"})}function c(i){d(undefined,Math.round(i*r[h?"offsetWidth":"offsetHeight"]*0.7))}function d(N,O){if(N===undefined){for(var M=0;M<j.length;M++){if(j[M]==hs.expanders[k.expKey].a){N=M;break}}}if(N===undefined){return}var I=r.getElementsByTagName("a"),B=I[N],y=B.parentNode,A=h?"Left":"Top",P=h?"Right":"Bottom",K=h?"Width":"Height",D="offset"+A,J="offset"+K,z=n.parentNode.parentNode[J],H=z-s[J],x=parseInt(s.style[h?"left":"top"])||0,E=x,F=20;if(O!==undefined){E=x-O;if(H>0){H=0}if(E>0){E=0}if(E<H){E=H}}else{for(var M=0;M<I.length;M++){I[M].className=""}B.className="highslide-active-anchor";var L=N>0?I[N-1].parentNode[D]:y[D],C=y[D]+y[J]+(I[N+1]?I[N+1].parentNode[J]:0);if(C>z-x){E=z-C}else{if(L<-x){E=-L}}}var G=y[D]+(y[J]-g[J])/2+E;hs.animate(s,h?{left:E}:{top:E},null,"easeOutQuad");hs.animate(g,h?{left:G}:{top:G},null,"easeOutQuad");l.style.display=E<0?"block":"none";u.style.display=(E>H)?"block":"none"}var j=hs.anchors.groups[hs.expanders[k.expKey].slideshowGroup||"none"],f=k.thumbstrip,m=f.mode||"horizontal",w=(m=="float"),o=w?["div","ul","li","span"]:["table","tbody","tr","td"],h=(m=="horizontal"),r=hs.createElement("div",{className:"highslide-thumbstrip highslide-thumbstrip-"+m,innerHTML:'<div class="highslide-thumbstrip-inner"><'+o[0]+"><"+o[1]+"></"+o[1]+"></"+o[0]+'></div><div class="highslide-scroll-up"><div></div></div><div class="highslide-scroll-down"><div></div></div><div class="highslide-marker"><div></div></div>'},{display:"none"},hs.container),e=r.childNodes,n=e[0],l=e[1],u=e[2],g=e[3],s=n.firstChild,a=r.getElementsByTagName(o[1])[0],b;for(var q=0;q<j.length;q++){if(q==0||!h){b=hs.createElement(o[2],null,null,a)}(function(){var x=j[q],i=hs.createElement(o[3],null,null,b),y=q;hs.createElement("a",{href:x.href,onclick:function(){hs.getExpander(this).focus();return hs.transit(x)},innerHTML:hs.stripItemFormatter?hs.stripItemFormatter(x):x.innerHTML},null,i)})()}if(!w){l.onclick=function(){c(-1)};u.onclick=function(){c(1)};hs.addEventListener(a,document.onmousewheel!==undefined?"mousewheel":"DOMMouseScroll",function(i){var x=0;i=i||window.event;if(i.wheelDelta){x=i.wheelDelta/120;if(hs.opera){x=-x}}else{if(i.detail){x=-i.detail/3}}if(x){c(-x*0.2)}if(i.preventDefault){i.preventDefault()}i.returnValue=false})}return{add:p,selectThumb:d}};hs.langDefaults=hs.lang;var HsExpander=hs.Expander;if(hs.ie){(function(){try{document.documentElement.doScroll("left")}catch(a){setTimeout(arguments.callee,50);return}hs.ready()})()}hs.addEventListener(document,"DOMContentLoaded",hs.ready);hs.addEventListener(window,"load",hs.ready);hs.addEventListener(document,"ready",function(){if(hs.expandCursor||hs.dimmingOpacity){var c=hs.createElement("style",{type:"text/css"},null,document.getElementsByTagName("HEAD")[0]);function b(e,f){if(!hs.ie){c.appendChild(document.createTextNode(e+" {"+f+"}"))}else{var d=document.styleSheets[document.styleSheets.length-1];if(typeof(d.addRule)=="object"){d.addRule(e,f)}}}function a(d){return"expression( ( ( ignoreMe = document.documentElement."+d+" ? document.documentElement."+d+" : document.body."+d+" ) ) + 'px' );"}if(hs.expandCursor){b(".highslide img","cursor: url("+hs.graphicsDir+hs.expandCursor+"), pointer !important;")}b(".highslide-viewport-size",hs.ie&&(hs.uaVersion<7||document.compatMode=="BackCompat")?"position: absolute; left:"+a("scrollLeft")+"top:"+a("scrollTop")+"width:"+a("clientWidth")+"height:"+a("clientHeight"):"position: fixed; width: 100%; height: 100%; left: 0; top: 0")}});hs.addEventListener(window,"resize",function(){hs.getPageSize();if(hs.viewport){for(var a=0;a<hs.viewport.childNodes.length;a++){var b=hs.viewport.childNodes[a],c=hs.getExpander(b);c.positionOverlay(b);if(b.hsId=="thumbstrip"){c.slideshow.thumbstrip.selectThumb()}}}});hs.addEventListener(document,"mousemove",function(a){hs.mouse={x:a.clientX,y:a.clientY}});hs.addEventListener(document,"mousedown",hs.mouseClickHandler);hs.addEventListener(document,"mouseup",hs.mouseClickHandler);hs.addEventListener(document,"ready",hs.setClickEvents);hs.addEventListener(window,"load",hs.preloadImages);hs.addEventListener(window,"load",hs.preloadAjax);
/*
  Easing Equations v1.5
  May 1, 2003
  (c) 2003 Robert Penner, all rights reserved. 
  This work is subject to the terms in http://www.robertpenner.com/easing_terms_of_use.html.  
*/
}Math.linearTween=function(e,a,g,f){return g*e/f+a};Math.easeInQuad=function(e,a,g,f){return g*(e/=f)*e+a};Math.easeOutQuad=function(e,a,g,f){return -g*(e/=f)*(e-2)+a};Math.easeInOutQuad=function(e,a,g,f){if((e/=f/2)<1){return g/2*e*e+a}return -g/2*((--e)*(e-2)-1)+a};Math.easeInCubic=function(e,a,g,f){return g*(e/=f)*e*e+a};Math.easeOutCubic=function(e,a,g,f){return g*((e=e/f-1)*e*e+1)+a};Math.easeInOutCubic=function(e,a,g,f){if((e/=f/2)<1){return g/2*e*e*e+a}return g/2*((e-=2)*e*e+2)+a};Math.easeInQuart=function(e,a,g,f){return g*(e/=f)*e*e*e+a};Math.easeOutQuart=function(e,a,g,f){return -g*((e=e/f-1)*e*e*e-1)+a};Math.easeInOutQuart=function(e,a,g,f){if((e/=f/2)<1){return g/2*e*e*e*e+a}return -g/2*((e-=2)*e*e*e-2)+a};Math.easeInQuint=function(e,a,g,f){return g*(e/=f)*e*e*e*e+a};Math.easeOutQuint=function(e,a,g,f){return g*((e=e/f-1)*e*e*e*e+1)+a};Math.easeInOutQuint=function(e,a,g,f){if((e/=f/2)<1){return g/2*e*e*e*e*e+a}return g/2*((e-=2)*e*e*e*e+2)+a};Math.easeInSine=function(e,a,g,f){return -g*Math.cos(e/f*(Math.PI/2))+g+a};Math.easeOutSine=function(e,a,g,f){return g*Math.sin(e/f*(Math.PI/2))+a};Math.easeInOutSine=function(e,a,g,f){return -g/2*(Math.cos(Math.PI*e/f)-1)+a};Math.easeInExpo=function(e,a,g,f){return(e==0)?a:g*Math.pow(2,10*(e/f-1))+a};Math.easeOutExpo=function(e,a,g,f){return(e==f)?a+g:g*(-Math.pow(2,-10*e/f)+1)+a};Math.easeInOutExpo=function(e,a,g,f){if(e==0){return a}if(e==f){return a+g}if((e/=f/2)<1){return g/2*Math.pow(2,10*(e-1))+a}return g/2*(-Math.pow(2,-10*--e)+2)+a};Math.easeInCirc=function(e,a,g,f){return -g*(Math.sqrt(1-(e/=f)*e)-1)+a};Math.easeOutCirc=function(e,a,g,f){return g*Math.sqrt(1-(e=e/f-1)*e)+a};Math.easeInOutCirc=function(e,a,g,f){if((e/=f/2)<1){return -g/2*(Math.sqrt(1-e*e)-1)+a}return g/2*(Math.sqrt(1-(e-=2)*e)+1)+a};Math.easeInElastic=function(g,e,k,j,f,i){if(g==0){return e}if((g/=j)==1){return e+k}if(!i){i=j*0.3}if(f<Math.abs(k)){f=k;var h=i/4}else{var h=i/(2*Math.PI)*Math.asin(k/f)}return -(f*Math.pow(2,10*(g-=1))*Math.sin((g*j-h)*(2*Math.PI)/i))+e};Math.easeOutElastic=function(g,e,k,j,f,i){if(g==0){return e}if((g/=j)==1){return e+k}if(!i){i=j*0.3}if(f<Math.abs(k)){f=k;var h=i/4}else{var h=i/(2*Math.PI)*Math.asin(k/f)}return f*Math.pow(2,-10*g)*Math.sin((g*j-h)*(2*Math.PI)/i)+k+e};Math.easeInOutElastic=function(g,e,k,j,f,i){if(g==0){return e}if((g/=j/2)==2){return e+k}if(!i){i=j*(0.3*1.5)}if(f<Math.abs(k)){f=k;var h=i/4}else{var h=i/(2*Math.PI)*Math.asin(k/f)}if(g<1){return -0.5*(f*Math.pow(2,10*(g-=1))*Math.sin((g*j-h)*(2*Math.PI)/i))+e}return f*Math.pow(2,-10*(g-=1))*Math.sin((g*j-h)*(2*Math.PI)/i)*0.5+k+e};Math.easeInBack=function(e,a,h,g,f){if(f==undefined){f=1.70158}return h*(e/=g)*e*((f+1)*e-f)+a};Math.easeOutBack=function(e,a,h,g,f){if(f==undefined){f=1.70158}return h*((e=e/g-1)*e*((f+1)*e+f)+1)+a};Math.easeInOutBack=function(e,a,h,g,f){if(f==undefined){f=1.70158}if((e/=g/2)<1){return h/2*(e*e*(((f*=(1.525))+1)*e-f))+a}return h/2*((e-=2)*e*(((f*=(1.525))+1)*e+f)+2)+a};Math.easeInBounce=function(e,a,g,f){return g-Math.easeOutBounce(f-e,0,g,f)+a};Math.easeOutBounce=function(e,a,g,f){if((e/=f)<(1/2.75)){return g*(7.5625*e*e)+a}else{if(e<(2/2.75)){return g*(7.5625*(e-=(1.5/2.75))*e+0.75)+a}else{if(e<(2.5/2.75)){return g*(7.5625*(e-=(2.25/2.75))*e+0.9375)+a}else{return g*(7.5625*(e-=(2.625/2.75))*e+0.984375)+a}}}};Math.easeInOutBounce=function(e,a,g,f){if(e<f/2){return Math.easeInBounce(e*2,0,g,f)*0.5+a}return Math.easeOutBounce(e*2-f,0,g,f)*0.5+g*0.5+a};hs.Expander.prototype.onBeforeExpand=function(){if(/slow/.test(this.a.className)){this.a.oldExpandDuration=hs.expandDuration;this.a.oldExpandSteps=hs.expandSteps;hs.expandDuration=500;hs.expandSteps=20}};hs.Expander.prototype.onAfterExpand=function(){if(/slow/.test(this.a.className)){hs.expandDuration=this.a.oldExpandDuration;hs.expandSteps=this.a.oldExpandSteps}};hs.Expander.prototype.onBeforeClose=function(){if(/slow/.test(this.a.className)){this.a.oldRestoreDuration=hs.restoreDuration;this.a.oldRestoreSteps=hs.restoreSteps;hs.restoreDuration=500;hs.restoreSteps=20}};hs.Expander.prototype.onAfterClose=function(){if(/slow/.test(this.a.className)){hs.restoreDuration=this.a.oldRestoreDuration;hs.restoreSteps=this.a.oldRestoreSteps}};if(hs.addEventListener&&hs.Outline){hs.addEventListener(window,"load",function(){new hs.Outline("drop-shadow")})}$(document).ready(function(){$("#bodyContent a[rel^=lightbox]").each(function(){$.log("found lightbox for URL: "+$(this).attr("href"));$(this).click(function(){var a=$(this).attr("rev");if(a){a=jQuery.array2Object(String(a).split(/;/))}if(!a){a={preserveContent:false}}if($(this).attr("rel").indexOf("[tablepopup]")>0){a=jQuery.extend({objectType:"iframe",width:"860",height:"600",align:"center"},a)}if(a.href&&a.href.length>0&&$(this).attr("href")&&!$(this).data("oldHREF")){$(this).data("oldHREF",$(this).attr("href")).attr("href",a.href)}$.log("opening lightbox for URL: "+$(this).attr("href"));if($(this).attr("href").match(/\.(png|jpe?g|gif)$/)){return hs.expand($(this)[0],a)}else{$.log("opening lightbox for URL: "+$(this).attr("href"));return hs.htmlExpand($(this)[0],a)}})})});function nexxar_lib_resizeLightboxIFrame(b,a,c){if(!b||b.length<=0){return}b=b.replace(/\?.*/,"");if(!a&&!c){return}$("iframe[src^='"+b+"']").parents("div.highslide-container").eq(0).each(function(){var j=$(this).find("iframe").height();var g=j;var d=$(this).find("td.highslide-outline").height();var f=0;var l=$(this).find("iframe").width();var e=l,k=l;var k=$(this).find("td.highslide-outline").width();var i=0;if(a&&a>=0){f=(a-j)/2}else{a=j}if(c&&c>=0){i=(c-l)/2}else{c=l}if(c==l&&a==j){return}$(this).find("div.highslide-body,div.highslide-html,iframe").css({height:a+"px",width:c+"px"});$(this).find("td.highslide-outline").css({height:(a-(j-d))+"px",width:(c-(l-k))+"px"});$(this).find("div.highslide-wrapper,table").each(function(){$(this).css({top:(parseInt($(this).css("top"))-f)+"px",left:(parseInt($(this).css("left"))-i)+"px"})})})}var NexxarLib={_minFlashVersion:"[Skin not found: flash_version]".replace(/\s+/g,""),pageUsesFlash:false,_registeredFlashObjects:[],currentPageID:-1,pageBaseURL:"/",defaultExtension:".html",defaultScriptExtension:".php",pageURLName:window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1).replace(/\.(php|html?|aspx?|jsp|jserv)$/i,""),pageExtension:window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1).replace(/^.*(\.(php|html?|aspx?|jsp|jserv))$/i,"$1"),isPagePrintVersion:(this.pageURLName=="print.html"||this.pageURLName=="print"||this.pageURLName=="print.php"||this.pageURLName=="print"+this.defaultExtension),convertEM2PX:function(b,a){if(!a){a=parseFloat($("html").css("font-size"),10)}if(b&&/^.*\dem$/.test(b)){return parseFloat(b,10)*a}else{if(b&&/^.*\d%$/.test(b)){return parseFloat(b,10)*100*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){}if(typeof(hs)!="undefined"&&hs.graphicsDir){hs.graphicsDir=this.getBaseURLPath()+"/layout/img/hslide_"}},getBaseURLPath:function(){if(this.pageBaseURL&&this.pageBaseURL!="/"){return this.pageBaseURL}else{return""}},getBaseURLFull:function(){return window.location.protocol+"//"+window.location.host+this.getBaseURLPath()},getScriptBaseURL:function(){if(typeof(this._scriptBaseURL)=="string"&&this._scriptBaseURL.length>0){return this._scriptBaseURL}return this.getBaseURLFull()},setScriptBaseURL:function(a){this._scriptBaseURL=a},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|de|nl))+/"),"/");if(a.match(/.(html?|php|as[ph]x?|jsp|jserv)$/i)){this.defaultExtension=RegExp.$1;a=a.substring(0,a.length-this.defaultExtension.length-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("/serviceseiten/dateisammlung/files/collection.php")}if(c<0){c=b.indexOf("/serviceseiten")}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}}},convert2AbsoluteURL:function(c){if(c&&!c.match(/^(https?|ftp|svn):/)){newURL=window.location.protocol+"//"+window.location.host;while(c.match(/^\/\.\.\//)){c=c.replace(/^\/\.\.\//g,"/")}if(c.charAt(0)=="/"){newURL+=c}else{var d=c.indexOf("?");var b="";if(d>=0){b=c.substr(d);c=c.substring(0,d)}var a=String(window.location.pathname).replace(/\/[^\/]+$/,"/")+c;while(a.match(/\/[^\/]+\/\.\.\//)){a=a.replace(/\/[^\/]+\/\.\.\//g,"/")}while(a.match(/^\/\.\.\//)){a=a.replace(/^\/\.\.\//g,"/")}newURL+=a+b}return newURL}return c},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);if(b&&typeof(b)=="string"){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},registerFlash:function(a,c){if(a&&typeof(c)!="undefined"){var b=$.flash;if(!b.hasVersion("6")||this._minFlashVersion.length<=5&&this._minFlashVersion.length>0&&!b.hasVersion(this._minFlashVersion)||typeof(c)!="undefined"&&typeof(c.flashVersion)!="undefined"&&b.hasVersion(c.flashVersion)){return}this.pageUsesFlash=true;this._registeredFlashObjects[this._registeredFlashObjects.length]={id:a,o:b.create(c),params:c}}},activateRegisteredFlash:function(a){var c=this._registeredFlashObjects;if(typeof(a)=="undefined"){a=-1}for(var b=0;b<c.length;b++){if(typeof(c[b].id)=="undefined"||c[b].id.length<=0){return}if(typeof(a)=="string"&&a!=c[b].id){continue}else{if(typeof(a)=="number"&&a>=0&&a!=b){continue}}$("#"+c[b].id).html(c[b].o).show();if(typeof(c[b].params.onCreate)=="function"){c[b].params.onCreate($(c[b].id))}if(typeof(c[b].params.nonFlashID)=="string"){$("#"+c[b].params.nonFlashID).hide()}try{SWFAddress.addId(c[b].id)}catch(d){}}},recreateRegisteredFlash:function(a){this.removeRegisteredFlash(a);this.activateRegisteredFlash(a)},removeRegisteredFlash:function(a){var c=this._registeredFlashObjects;if(typeof(a)=="undefined"){a=-1}for(var b=0;b<c.length;b++){if(typeof(c[b].id)=="undefined"||c[b].id.length<=0){return}if(typeof(a)=="string"&&a!=c[b].id){continue}else{if(typeof(a)=="number"&&a>=0&&a!=b){continue}}$("#"+c[b].id).empty();if(typeof(c[b].params.nonFlashID)=="string"){$("#"+c[b].params.nonFlashID).show()}try{SWFAddress.removeId(c[b].id)}catch(d){}}},toJSON:function(d,b){var a="";switch(typeof(d)){case"string":a+='"'+d+'"';break;case"number":case"boolean":a=d.toString();break;case"object":a=[];var c=(b?'"':"");for(var e in d){if(d[e]==Object.prototype[e]){continue}a.push(c+e+c+":"+this.toJSON(d[e],b))}a="{"+a.join(",")+"}";break;case"object":a="["+d.join(",")+"]";break}return a}};(function(a){if(typeof(NexxarPageData)!="undefined"&&typeof(NexxarPageData.pagePath)!="undefined"){NexxarLib.activateLibrary(NexxarPageData.pagePath,NexxarPageData.pageId)}if(typeof(NexxarPageData)!="undefined"&&typeof(NexxarPageData.scriptBaseURL)!="undefined"){NexxarLib.setScriptBaseURL(NexxarPageData.scriptBaseURL)}if(a.pageExtension==a.pageURLName){a.pageExtension=""}a.isPagePrintVersion=(a.pageURLName=="print.html"||a.pageURLName=="print"||a.pageURLName=="print.php"||a.pageURLName=="print"+a.defaultExtension)?true:false;if((a.pageURLName=="druckmanager.php"||a.pageURLName=="druckmanager"+a.defaultExtension)&&a.getQueryParam("print")=="all"){a.isPagePrintVersion=true}$(document).ready(function(){a.domIsReady=true;a.activateRegisteredFlash()});a.imageCache={_cache:[],_imagesToLoadOnReady:[],loadImage:function(c){if(!c){return}if(c.substring(0,4)!="http"&&c.substring(0,4)!="file"){c=a.getBaseURLPath()+c}var b=new Image();b.src=c;this._cache[this._cache.length]=b},preloadImage:function(b){if(a.domIsReady){this.loadImage(b)}else{this._imagesToLoadOnReady[this._imagesToLoadOnReady.length]=b}}};$(document).ready(function(){for(var b;b<a.imageCache._imagesToLoadOnReady.length;b++){a.imageCache.loadImage(a.imageCache._imagesToLoadOnReady[b])}})})(NexxarLib);(function(a){if(String(window.location.protocol).match(/file/)){return}if(location.pathname.indexOf("/suche")<0){return}var b=$.query.get("q");if(typeof(b)!="string"||b.length<=0){return}a.showDidYouMean=function(c){$(document).ready(function(){if($("#didYouMean").length<=0){return}$("#didYouMean").show().find(".dymContainer").attr("href",location.pathname.replace(/\.html?$/,a.getDefaultScriptExtension())+"?submit=submit&didmean=1&q="+encodeURIComponent(c.didYouMean)).html(c.didYouMean+" ("+c.count+" Fundstellen)");var d=String(window.location.href);if(d.indexOf("#")>0){d=d.split("#",2)}else{d=[d,""]}d=d[0]+(d[0].indexOf("?")<0?"?":"&")+"&spellQ="+encodeURIComponent(c.didYouMean)+d[1];nexxar_gwsTrackURL(d,true)})};document.write(unescape('%3Cscript type="text/javascript" src="'+a.getScriptBaseURL()+"/layout/didyoumean.json"+a.getDefaultScriptExtension()+"?callback=NexxarLib.showDidYouMean&json=1&q="+encodeURIComponent(b)+'"%3E%3C/script%3E'))})(NexxarLib);function nexxar_print_setImg(){$("#mainbar img").each(function(){var a=$(this).attr("oldDisplay");if(document.formular.setImg[0].checked){if(!a){return}else{$(this).css("display",a)}a=$(this).parent().attr("oldDisplay");if(!a){return}else{$(this).parent().css("display",a)}}else{if(document.formular.setImg[1].checked){if(!a){$(this).attr("oldDisplay",$(this).css("display")).parent().attr("oldDisplay",$(this).parent().css("display"))}$(this).css("display","none").parent().css("display","none")}}})}function nexxar_activateTooltip(){}$(document).ready(function(){if(!$.browser.msie||!NexxarLib.pageUsesFlash){nexxar_activateTooltip()}else{$(window).load(function(){window.setTimeout("nexxar_activateTooltip()",15000)})}if($.browser.msie&&$.browser.version<=6){$("body").mousemove(function(a){if(!$("ul#mainNav > li.hover,ul#mainNav li.hover div.submenu:visible").pixelIsInside(a.pageX,a.pageY)){$("ul#mainNav > li.hover").removeClass("hover")}if(!$("#mainNav > li.level1, #metaNav div.submenu").pixelIsInside(a.pageX,a.pageY)){$("#mainNav li.level1 div.prevIsHovering").removeClass("prevIsHovering")}});$("ul#mainNav > li.level1").mouseover(function(){$("ul#mainNav> li.hover").not(this).removeClass("hover");$(this).addClass("hover");$("#mainNav li.level1 div.prevIsHovering").removeClass("prevIsHovering");$(this).not(".cnt00").next().find("div.level1").addClass("prevIsHovering")})}else{$("body").mousemove(function(a){if(!$("#mainNav > li.level1, #metaNav div.submenu").pixelIsInside(a.pageX,a.pageY)){$("#mainNav li.level1 div.prevIsHovering").removeClass("prevIsHovering")}});$("ul#mainNav > li.level1").mouseover(function(){$("#mainNav li.level1 div.prevIsHovering").removeClass("prevIsHovering");$(this).not(".cnt00").next().find("div.level1").addClass("prevIsHovering")})}$("#inleaf1 img,#inleaf2 img").mouseover(function(a){$(".toolsInfo").html($(this).attr("alt"))}).mouseout(function(a){$(".toolsInfo").html("&nbsp;")});$("#t1").click(function(a){$("#tools1").show();$("#tools2").hide();$(this).attr("class","active");$("#t2").attr("class","inactive");return false});$("#t2").click(function(a){$("#tools2").show();$("#tools1").hide();$(this).attr("class","active");$("#t1").attr("class","inactive");return false})});if(window.location.pathname.indexOf("/willkommen")>=0){(function(b){var c=["beteiligungen.swf","box_addall.swf","box_checkbox.swf","box_delall.swf","generator.swf","misc_indexed.swf","misc_swap.swf","navi_line.swf","navi_table.swf","navi_vertbar.swf","output_html.swf","output_png.swf","output_print.swf","output_xls.swf","table_off.swf","table_on.swf"];for(var a=0;a<c.length;a++){NexxarLib.imageCache.preloadImage("/serviceseiten/kennzahlen/files/"+c[a])}b(document).ready(function(){b("#startcontent").css({position:"relative",width:"740px",height:"393px"});b("#start_content1,#start_content2,#start_content3").css({display:"none",position:"absolute",height:"366px"});b("#start_button1,#start_button2,#start_button3").removeClass("hidden start_button_active");b("#start_button1,#start_button2,#start_button3").click(function(){b("#start_content1,#start_content2,#start_content3").hide();b("#start_button1,#start_button2,#start_button3").removeClass("hidden start_button_active");var e=parseInt(b(this).attr("id").replace(/start_button/,""));if(e==1||b(this).data("alreadyFirstClicked")!="1"){b(this).data("alreadyFirstClicked","1");NexxarLib.recreateRegisteredFlash(e-1)}b(this).addClass("start_button_active");b("#start_content"+e).show()});if(typeof(window.location.hash)!="undefined"&&window.location.hash.length>0&&String(window.location.hash).match(/^(.*[/;&#])?tab=([123])([/;&#].*)?$/)){var d=RegExp.$2;b("#start_button"+d).click()}else{b("#start_button1").click()}})})(jQuery)}if(window.location.pathname.indexOf("output.php")>=0){document.write(unescape('%3Cstyle type="text/css"%3E #closePopup {display:none;}%3C/style%3E'))}$(document).ready(function(){$("#sendLinkOpener1:not([rel^='lightbox'])").click(function(){return hs.htmlExpand($(this).get(0),{objectType:"iframe",preserveContent:false,width:600,height:450,align:"center"})});$("#sendLinkOpener2:not([rel^='lightbox'])").click(function(){return hs.htmlExpand($(this).get(0),{objectType:"iframe",preserveContent:false,width:600,height:450,align:"center"})});$("#printPopUpOpener1:not([rel^='lightbox'])").click(function(){return hs.htmlExpand($(this).get(0),{objectType:"iframe",preserveContent:false,width:650,height:600,align:"center"})});$("#printPopUpOpener2:not([rel^='lightbox'])").click(function(){return hs.htmlExpand($(this).get(0),{objectType:"iframe",preserveContent:false,width:650,height:600,align:"center"})});$("#sitemapLinkOpener:not([rel^='lightbox'])").click(function(){return hs.htmlExpand($(this).get(0),{objectType:"iframe",preserveContent:true,width:600,height:450,align:"center"})});$("#fileLibraryOpener:not([rel^='lightbox']), a[rel='filelibrary']").click(function(){return hs.htmlExpand($(this).get(0),{objectType:"iframe",preserveContent:false,width:730,height:340,align:"center"})})});var operabar=(window.opera?"=yes":"");function printPopUp(e){var a=680;var c=560;var b="";if(window.opera){b="=yes"}var d="gb2009_printPopUp";return PopUpOpenWindow(e,d,"resizable=yes, status=no, toolbar=no, scrollbars"+b,a,c)}function PopUpOpenWindow(i,c,b,a,f){var d;var g=navigator.userAgent.match(/Windows NT ([5-9]).([0-9])/);if(navigator.userAgent.match(/firefox/i)||g&&g[2]&&g[1]&&((g[2]>=1)||(g[2]>5))){if(navigator.userAgent.match(/ MSIE/)){f=f+20}else{f=f+15}}if(!i.match(/^(https?|file|ftp):\/\//i)&&typeof(geberPopUpBaseURL)=="string"&&geberPopUpBaseURL!=null&&geberPopUpBaseURL.length>0){i=geberPopUpBaseURL+"/"+i}if(!b){b=""}try{d=window.open(i,c,b+",width="+a+",height="+f)}catch(j){return false}try{d.resizeTo(a,f)}catch(j){}try{d.focus()}catch(j){}return true}window.setTimeout("nexxar_doPreLoadGWSImage()",50);function nexxar_doPreLoadGWSImage(){var c=String(window.location.href);var a=document.referrer==null?"":String(document.referrer);if((typeof(a)=="undefined"||a==""||a.length<=0)&&(opener)){try{a=String(opener.location.href)}catch(b){}}if((typeof(a)=="undefined"||a==""||a.length<=0)&&(parent)){try{a=String(parent.location.href)}catch(b){}}geber_doGWSImage(c,a)}function nexxar_gwsPrepareDownload(a,f){try{if(f){var d=f.protocol+"//"+f.host;var b=f.pathname.replace(/downloads?\.php[3-9]?\?file=/,"");if(b.substr(0,1)!="/"){d+="/"}d+=b+f.search+f.hash;f.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(a,b){nexxar_send2GWS(encodeURIComponent(a),b?encodeURIComponent(b):"")}function nexxar_send2GWS(f,j,a){if(String(window.location.hostname).match(/iedit.(geber.at|nexxar.com)|localhost|127\.0\.0\.1/)||String(window.location.protocol).match(/file|https/)){try{console.log("tracking"+(typeof(a)!="undefined"&&a?" (notrack=1)":"")+": "+f)}catch(g){}return}var d="http://gws.geber.at/kqv/gws.gif?js=1&pg="+f+"&ref="+j+"&rep=ergo-GB2009"+(typeof(a)!="undefined"&&a?"&notrack=1":"");try{d+="&screen="+screen.width+"x"+screen.height}catch(g){}var h=$.cookies.get("STATs-ID");if(!h||h.length<0){h="";for(var c=0;c<34;c++){h+=Math.ceil(Math.random()*255).toString(16)}$.cookies.set("STATs-ID",h.substring(0,32),{path:"/"})}if(h&&h.length>0){d+="&STATS-ID="+h}d+="&time="+Number((new Date()).getTime()).toString(16);var b=new Image();b.src=d}function nexxar_gwsTrackURL(a,b){if(a&&a.length>0){window.setTimeout("nexxar_send2GWS('"+encodeURIComponent(NexxarLib.convert2AbsoluteURL(a))+"', '"+encodeURIComponent(window.location.href)+"', "+(typeof(b)!="undefined"&&b?"true":"false")+")",5)}}function nexxar_gwsClickHandler(a,b){if($(a).hasClass("isExternalURL")||$(a).hasClass("verweisextern")||$(a).hasClass("extern")||($(a).attr("target")=="_blank"&&(b=="n"||b=="m"||b=="pf"))){if($(a).data("gwsTrackerHasHandler")!="1"){$(a).click(function(){nexxar_gwsTrackURL(NexxarLib.getBaseURLFull()+"/serviceseiten/berichtverlassen;wurl="+encodeURIComponent($(this).attr("href")))}).data("gwsTrackerHasHandler","1")}}else{if(a&&b){if(a.href&&!a.href.match(/(\?|&|&amp;)cat=/)&&a.href.indexOf("javascript")<0){if($.browser.msie){var d=$(a).text();if(a.href.indexOf(d)>=0){return true}}var e=(a.href.indexOf("?")<0?"?":"&")+"cat="+b;if(a.href.match(/#/)){a.href=a.href.replace(/#/,e+"#")}else{a.href+=e}}else{if(a.action&&!a.action.match(/(\?|&|&amp;)cat=/)&&a.action.indexOf("javascript")<0){a.action+=(a.action.indexOf("?")<0?"?":"&")+"cat="+b}}}}return true}function nexxar_doGWSImage(a,b){return geber_doGWSImage(a,b)}if(typeof(SWFAddress)!="undefined"){SWFAddress.setTracker("nexxar_flashTracker")}function nexxar_flashTracker(a){if(NexxarLib._trackingFlashFirstWasDone){nexxar_gwsTrackURL(window.location.protocol+"//"+window.location.host+a+"?cat=flash#"+window.location.hash)}NexxarLib._trackingFlashFirstWasDone=true}function nexxar_doAddTrackCat(b,a){if(typeof(b)!="undefined"&&b.length>0){for(var c=0;c<b.length;c++){nexxar_gwsClickHandler(b[c],a)}}}function nexxar_addTrackLinkCategories(){nexxar_doAddTrackCat($("#inleaf1 a, #inleaf2 a, #inleaf3 a, #pagebody .inleaf_right a"),"i");nexxar_doAddTrackCat($("#pageheader div.history a"),"h");nexxar_doAddTrackCat($("#pageheader div.metanavigation a, #metanavigation a"),"n");nexxar_doAddTrackCat($("#compare a, #lastyearlink a, #lastyearlink, #compare"),"v");nexxar_doAddTrackCat($("#linkbox_intern a"),"c");nexxar_doAddTrackCat($("#pageheader div.topnavigation a"),"n");nexxar_doAddTrackCat($("#pagebody div.rightpanel div.downloads a, #pagebody .toolbox a, #pagetools1 a, #pagetools2 a").not(".verweisextern,.email"),"t");nexxar_doAddTrackCat($("#pagebody .content a, #headerContent a, #searchHeader a"),"b");nexxar_doAddTrackCat($("#pageFixedFooter a"),"pf");var a=$("#linkbox_external a, #tools2 a, #homelink, #pageheader div.topnaviElems > div.externalElems a");for(var b=0;a&&b<a.length;b++){if(a[b].tagName.toLowerCase()=="a"&&$(a[b]).data("gwsTrackerHasHandler")!="1"){$(a[b]).click(function(){nexxar_gwsTrackURL(NexxarLib.getBaseURLFull()+"/serviceseiten/berichtverlassen;wurl="+encodeURIComponent($(this).attr("href")))}).data("gwsTrackerHasHandler","1")}}nexxar_doAddTrackCat($("#contentMenu a, #subjectMenu a"),"m")}$(document).ready(function(){window.setTimeout("nexxar_addTrackLinkCategories();",5)});function geber_table_handlemouseover(a){if($.browser.msie&&$.browser.version>=7){window.setTimeout(function(){$(a).addClass("highlightmouseover")},1)}else{$(a).addClass("highlightmouseover")}}function geber_table_handlemouseout(a){if($.browser.msie&&$.browser.version>=7){window.setTimeout(function(){$(a).removeClass("highlightmouseover")},1)}else{$(a).removeClass("highlightmouseover")}}function geber_table_handlemouseclick(a){if($.browser.msie&&$.browser.version>=7){window.setTimeout(function(){$(a).toggleClass("highlightclick")},1)}else{$(a).toggleClass("highlightclick")}}
/*
 * jQuery UI 1.8
 *
 * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||(function(a){a.ui={version:"1.8",plugin:{add:function(c,d,f){var e=a.ui[c].prototype;for(var b in f){e.plugins[b]=e.plugins[b]||[];e.plugins[b].push([d,f[b]])}},call:function(b,d,c){var f=b.plugins[d];if(!f||!b.element[0].parentNode){return}for(var e=0;e<f.length;e++){if(b.options[f[e][0]]){f[e][1].apply(b.element,c)}}}},contains:function(d,c){return document.compareDocumentPosition?d.compareDocumentPosition(c)&16:d!==c&&d.contains(c)},hasScroll:function(e,c){if(a(e).css("overflow")=="hidden"){return false}var b=(c&&c=="left")?"scrollLeft":"scrollTop",d=false;if(e[b]>0){return true}e[b]=1;d=(e[b]>0);e[b]=0;return d},isOverAxis:function(c,b,d){return(c>b)&&(c<(b+d))},isOver:function(g,c,f,e,b,d){return a.ui.isOverAxis(g,f,b)&&a.ui.isOverAxis(c,e,d)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};a.fn.extend({_focus:a.fn.focus,focus:function(b,c){return typeof b==="number"?this.each(function(){var d=this;setTimeout(function(){a(d).focus();(c&&c.call(d))},b)}):this._focus.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var b;if((a.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){b=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(a.curCSS(this,"position",1))&&(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}else{b=this.parents().filter(function(){return(/(auto|scroll)/).test(a.curCSS(this,"overflow",1)+a.curCSS(this,"overflow-y",1)+a.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!b.length?a(document):b},zIndex:function(e){if(e!==undefined){return this.css("zIndex",e)}if(this.length){var c=a(this[0]),b,d;while(c.length&&c[0]!==document){b=c.css("position");if(b=="absolute"||b=="relative"||b=="fixed"){d=parseInt(c.css("zIndex"));if(!isNaN(d)&&d!=0){return d}}c=c.parent()}}return 0}});a.extend(a.expr[":"],{data:function(d,c,b){return !!a.data(d,b[3])},focusable:function(c){var d=c.nodeName.toLowerCase(),b=a.attr(c,"tabindex");return(/input|select|textarea|button|object/.test(d)?!c.disabled:"a"==d||"area"==d?c.href||!isNaN(b):!isNaN(b))&&!a(c)["area"==d?"parents":"closest"](":hidden").length},tabbable:function(c){var b=a.attr(c,"tabindex");return(isNaN(b)||b>=0)&&a(c).is(":focusable")}})})(jQuery);
/*
 * jQuery UI Widget 1.8
 *
 * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Widget
 */
(function(b){var a=b.fn.remove;b.fn.remove=function(c,d){return this.each(function(){if(!d){if(!c||b.filter(c,[this]).length){b("*",this).add(this).each(function(){b(this).triggerHandler("remove")})}}return a.call(b(this),c,d)})};b.widget=function(d,f,c){var e=d.split(".")[0],h;d=d.split(".")[1];h=e+"-"+d;if(!c){c=f;f=b.Widget}b.expr[":"][h]=function(i){return !!b.data(i,d)};b[e]=b[e]||{};b[e][d]=function(i,j){if(arguments.length){this._createWidget(i,j)}};var g=new f();g.options=b.extend({},g.options);b[e][d].prototype=b.extend(true,g,{namespace:e,widgetName:d,widgetEventPrefix:b[e][d].prototype.widgetEventPrefix||d,widgetBaseClass:h},c);b.widget.bridge(d,b[e][d])};b.widget.bridge=function(d,c){b.fn[d]=function(g){var e=typeof g==="string",f=Array.prototype.slice.call(arguments,1),h=this;g=!e&&f.length?b.extend.apply(null,[true,g].concat(f)):g;if(e&&g.substring(0,1)==="_"){return h}if(e){this.each(function(){var i=b.data(this,d),j=i&&b.isFunction(i[g])?i[g].apply(i,f):i;if(j!==i&&j!==undefined){h=j;return false}})}else{this.each(function(){var i=b.data(this,d);if(i){if(g){i.option(g)}i._init()}else{b.data(this,d,new c(g,this))}})}return h}};b.Widget=function(c,d){if(arguments.length){this._createWidget(c,d)}};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(d,e){this.element=b(e).data(this.widgetName,this);this.options=b.extend(true,{},this.options,b.metadata&&b.metadata.get(e)[this.widgetName],d);var c=this;this.element.bind("remove."+this.widgetName,function(){c.destroy()});this._create();this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled")},widget:function(){return this.element},option:function(e,f){var d=e,c=this;if(arguments.length===0){return b.extend({},c.options)}if(typeof e==="string"){if(f===undefined){return this.options[e]}d={};d[e]=f}b.each(d,function(g,h){c._setOption(g,h)});return c},_setOption:function(c,d){this.options[c]=d;if(c==="disabled"){this.widget()[d?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",d)}return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(d,e,f){var h=this.options[d];e=b.Event(e);e.type=(d===this.widgetEventPrefix?d:this.widgetEventPrefix+d).toLowerCase();f=f||{};if(e.originalEvent){for(var c=b.event.props.length,g;c;){g=b.event.props[--c];e[g]=e.originalEvent[g]}}this.element.trigger(e,f);return !(b.isFunction(h)&&h.call(this.element[0],e,f)===false||e.isDefaultPrevented())}}})(jQuery);(function(c){var b=0,a=0;c.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'},_create:function(){this._tabify(true)},_setOption:function(d,e){if(d=="selected"){if(this.options.collapsible&&e==this.options.selected){return}this.select(e)}else{this.options[d]=e;this._tabify()}},_tabId:function(d){return d.title&&d.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+(++b)},_sanitizeSelector:function(d){return d.replace(/:/g,"\\:")},_cookie:function(){var d=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+(++a));return c.cookie.apply(null,[d].concat(c.makeArray(arguments)))},_ui:function(e,d){return{tab:e,panel:d,index:this.anchors.index(e)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var d=c(this);d.html(d.data("label.tabs")).removeData("label.tabs")})},_tabify:function(q){this.list=this.element.find("ol,ul").eq(0);this.lis=c("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return c("a",this)[0]});this.panels=c([]);var r=this,f=this.options;var e=/^#.+/;this.anchors.each(function(u,o){var s=c(o).attr("href");var w=s.split("#")[0],x;if(w&&(w===location.toString().split("#")[0]||(x=c("base")[0])&&w===x.href)){s=o.hash;o.href=s}if(e.test(s)){r.panels=r.panels.add(r._sanitizeSelector(s))}else{if(s!="#"){c.data(o,"href.tabs",s);c.data(o,"load.tabs",s.replace(/#.*$/,""));var z=r._tabId(o);o.href="#"+z;var y=c("#"+z);if(!y.length){y=c(f.panelTemplate).attr("id",z).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(r.panels[u-1]||r.list);y.data("destroy.tabs",true)}r.panels=r.panels.add(y)}else{f.disabled.push(u)}}});if(q){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all");this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(f.selected===undefined){if(location.hash){this.anchors.each(function(s,o){if(o.hash==location.hash){f.selected=s;return false}})}if(typeof f.selected!="number"&&f.cookie){f.selected=parseInt(r._cookie(),10)}if(typeof f.selected!="number"&&this.lis.filter(".ui-tabs-selected").length){f.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}f.selected=f.selected||(this.lis.length?0:-1)}else{if(f.selected===null){f.selected=-1}}f.selected=((f.selected>=0&&this.anchors[f.selected])||f.selected<0)?f.selected:0;f.disabled=c.unique(f.disabled.concat(c.map(this.lis.filter(".ui-state-disabled"),function(s,o){return r.lis.index(s)}))).sort();if(c.inArray(f.selected,f.disabled)!=-1){f.disabled.splice(c.inArray(f.selected,f.disabled),1)}this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active");if(f.selected>=0&&this.anchors.length){this.panels.eq(f.selected).removeClass("ui-tabs-hide");this.lis.eq(f.selected).addClass("ui-tabs-selected ui-state-active");r.element.queue("tabs",function(){r._trigger("show",null,r._ui(r.anchors[f.selected],r.panels[f.selected]))});this.load(f.selected)}c(window).bind("unload",function(){r.lis.add(r.anchors).unbind(".tabs");r.lis=r.anchors=r.panels=null})}else{f.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"))}this.element[f.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");if(f.cookie){this._cookie(f.selected,f.cookie)}for(var j=0,p;(p=this.lis[j]);j++){c(p)[c.inArray(j,f.disabled)!=-1&&!c(p).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled")}if(f.cache===false){this.anchors.removeData("cache.tabs")}this.lis.add(this.anchors).unbind(".tabs");if(f.event!="mouseover"){var h=function(o,i){if(i.is(":not(.ui-state-disabled)")){i.addClass("ui-state-"+o)}};var l=function(o,i){i.removeClass("ui-state-"+o)};this.lis.bind("mouseover.tabs",function(){h("hover",c(this))});this.lis.bind("mouseout.tabs",function(){l("hover",c(this))});this.anchors.bind("focus.tabs",function(){h("focus",c(this).closest("li"))});this.anchors.bind("blur.tabs",function(){l("focus",c(this).closest("li"))})}var d,k;if(f.fx){if(c.isArray(f.fx)){d=f.fx[0];k=f.fx[1]}else{d=k=f.fx}}function g(i,o){i.css({display:""});if(!c.support.opacity&&o.opacity){i[0].style.removeAttribute("filter")}}var m=k?function(i,o){NexxarLib.activateRegisteredFlash();c(i).closest("li").addClass("ui-tabs-selected ui-state-active");o.hide().removeClass("ui-tabs-hide").animate(k,k.duration||"normal",function(){g(o,k);r._trigger("show",null,r._ui(i,o[0]))})}:function(i,o){NexxarLib.activateRegisteredFlash();c(i).closest("li").addClass("ui-tabs-selected ui-state-active");o.removeClass("ui-tabs-hide");r._trigger("show",null,r._ui(i,o[0]))};var n=d?function(o,i){i.animate(d,d.duration||"normal",function(){r.lis.removeClass("ui-tabs-selected ui-state-active");i.addClass("ui-tabs-hide");g(i,d);r.element.dequeue("tabs")})}:function(o,i,s){r.lis.removeClass("ui-tabs-selected ui-state-active");i.addClass("ui-tabs-hide");r.element.dequeue("tabs")};this.anchors.bind(f.event+".tabs",function(){var o=this,u=c(this).closest("li"),i=r.panels.filter(":not(.ui-tabs-hide)"),s=c(r._sanitizeSelector(this.hash));if((u.hasClass("ui-tabs-selected")&&!f.collapsible)||u.hasClass("ui-state-disabled")||u.hasClass("ui-state-processing")||r._trigger("select",null,r._ui(this,s[0]))===false){this.blur();return false}f.selected=r.anchors.index(this);r.abort();if(f.collapsible){if(u.hasClass("ui-tabs-selected")){f.selected=-1;if(f.cookie){r._cookie(f.selected,f.cookie)}r.element.queue("tabs",function(){n(o,i)}).dequeue("tabs");this.blur();return false}else{if(!i.length){if(f.cookie){r._cookie(f.selected,f.cookie)}r.element.queue("tabs",function(){m(o,s)});r.load(r.anchors.index(this));this.blur();return false}}}if(f.cookie){r._cookie(f.selected,f.cookie)}if(s.length){if(i.length){r.element.queue("tabs",function(){n(o,i)})}r.element.queue("tabs",function(){m(o,s)});r.load(r.anchors.index(this))}else{throw"jQuery UI Tabs: Mismatching fragment identifier."}if(c.browser.msie){this.blur()}});this.anchors.bind("click.tabs",function(){return false})},destroy:function(){var d=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=c.data(this,"href.tabs");if(e){this.href=e}var f=c(this).unbind(".tabs");c.each(["href","load","cache"],function(g,h){f.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){if(c.data(this,"destroy.tabs")){c(this).remove()}else{c(this).removeClass(["ui-state-default","ui-corner-top","ui-tabs-selected","ui-state-active","ui-state-hover","ui-state-focus","ui-state-disabled","ui-tabs-panel","ui-widget-content","ui-corner-bottom","ui-tabs-hide"].join(" "))}});if(d.cookie){this._cookie(null,d.cookie)}return this},add:function(g,f,e){if(e===undefined){e=this.anchors.length}var d=this,i=this.options,k=c(i.tabTemplate.replace(/#\{href\}/g,g).replace(/#\{label\}/g,f)),j=!g.indexOf("#")?g.replace("#",""):this._tabId(c("a",k)[0]);k.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var h=c("#"+j);if(!h.length){h=c(i.panelTemplate).attr("id",j).data("destroy.tabs",true)}h.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(e>=this.lis.length){k.appendTo(this.list);h.appendTo(this.list[0].parentNode)}else{k.insertBefore(this.lis[e]);h.insertBefore(this.panels[e])}i.disabled=c.map(i.disabled,function(m,l){return m>=e?++m:m});this._tabify();if(this.anchors.length==1){i.selected=0;k.addClass("ui-tabs-selected ui-state-active");h.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){d._trigger("show",null,d._ui(d.anchors[0],d.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[e],this.panels[e]));return this},remove:function(d){var f=this.options,g=this.lis.eq(d).remove(),e=this.panels.eq(d).remove();if(g.hasClass("ui-tabs-selected")&&this.anchors.length>1){this.select(d+(d+1<this.anchors.length?1:-1))}f.disabled=c.map(c.grep(f.disabled,function(j,h){return j!=d}),function(j,h){return j>=d?--j:j});this._tabify();this._trigger("remove",null,this._ui(g.find("a")[0],e[0]));return this},enable:function(d){var e=this.options;if(c.inArray(d,e.disabled)==-1){return}this.lis.eq(d).removeClass("ui-state-disabled");e.disabled=c.grep(e.disabled,function(g,f){return g!=d});this._trigger("enable",null,this._ui(this.anchors[d],this.panels[d]));return this},disable:function(e){var d=this,f=this.options;if(e!=f.selected){this.lis.eq(e).addClass("ui-state-disabled");f.disabled.push(e);f.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[e],this.panels[e]))}return this},select:function(d){if(typeof d=="string"){d=this.anchors.index(this.anchors.filter("[href$="+d+"]"))}else{if(d===null){d=-1}}if(d==-1&&this.options.collapsible){d=this.options.selected}this.anchors.eq(d).trigger(this.options.event+".tabs");return this},load:function(g){var e=this,i=this.options,d=this.anchors.eq(g)[0],f=c.data(d,"load.tabs");this.abort();if(!f||this.element.queue("tabs").length!==0&&c.data(d,"cache.tabs")){this.element.dequeue("tabs");return}this.lis.eq(g).addClass("ui-state-processing");if(i.spinner){var h=c("span",d);h.data("label.tabs",h.html()).html(i.spinner)}this.xhr=c.ajax(c.extend({},i.ajaxOptions,{url:f,success:function(k,j){c(e._sanitizeSelector(d.hash)).html(k);e._cleanup();if(i.cache){c.data(d,"cache.tabs",true)}e._trigger("load",null,e._ui(e.anchors[g],e.panels[g]));try{i.ajaxOptions.success(k,j)}catch(l){}},error:function(l,j,k){e._cleanup();e._trigger("load",null,e._ui(e.anchors[g],e.panels[g]));try{i.ajaxOptions.error(l,j,g,d)}catch(k){}}}));e.element.dequeue("tabs");return this},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(e,d){this.anchors.eq(e).removeData("cache.tabs").data("load.tabs",d);return this},length:function(){return this.anchors.length}});c.extend(c.ui.tabs,{version:"1.8"});c.extend(c.ui.tabs.prototype,{rotation:null,rotate:function(f,h){var d=this,i=this.options;var e=d._rotate||(d._rotate=function(j){clearTimeout(d.rotation);d.rotation=setTimeout(function(){var k=i.selected;d.select(++k<d.anchors.length?k:0)},f);if(j){j.stopPropagation()}});var g=d._unrotate||(d._unrotate=!h?function(j){if(j.clientX){d.rotate(null)}}:function(j){t=i.selected;e()});if(f){this.element.bind("tabsshow",e);this.anchors.bind(i.event+".tabs",g);e()}else{clearTimeout(d.rotation);this.element.unbind("tabsshow",e);this.anchors.unbind(i.event+".tabs",g);delete this._rotate;delete this._unrotate}return this}})})(jQuery);function nexxar_autoAccordeon(a,e){var b=$("#bodyContent "+a).not(".nothing");var d=a;b.each(function(){$(this).css("cursor","pointer");$(this).css("padding-left","20px");$(this).css("background","transparent none no-repeat");$(this).css("background-image","url("+NexxarLib.getBaseURLPath()+"/layout/img/bg_accordion_h.gif)");$(this).css("background-position","0px -16px")});var c=b.eq(e);if(c.length==0){e=0;c=b.eq(0)}c.addClass("selected");c.css("background-position","0px -90px");c.css("color","#333333");c.nextUntil(d).children().andSelf().fadeIn("normal",function(){$(this).removeAttr("filter")});b.mouseover(function(){$(this).css("background-position","0px -185px");$(this).css("color","#333333")});b.mouseout(function(){if(!$(this).hasClass("selected")){$(this).css("background-position","0px -16px");$(this).css("color","")}else{$(this).css("background-position","0px -90px");$(this).css("color","#333333")}});b.click(function(){if(!$(this).hasClass("selected")){$(this).nextUntil(d).children().andSelf().fadeIn("normal",function(){$(this).removeAttr("filter")});$(this).nextUntil(d+", h2").css("background-position","0px -90px");$(this).addClass("selected")}else{$(this).nextUntil(d+", .nothing").fadeOut("normal");$(this).css("background-position","0px -185px");$(this).removeClass("selected")}}).each(function(f){var g=f;$(this).addClass("acc"+f);$(this).addClass("accord");$(this).not(c).nextUntil(d+",h2 , .nothing").css("display","none")})}(function(f){var a="containerWrapperClass",k="contentClass",n="switchClass",l="switchListClass",h="idPrefix",p="switchIDPrefix",i="detectTitleFunc",m="defaultSwitchText",b={};b[a]="uiTab";b[k]="uiTabContent";b[n]="uiTabSwitch";b[l]="uiTabSwitchList";b[m]="";b[h]="jqUITab";b[p]="_Tab_";var e=["tab","tabImage","tabTable","tabText","tabBild","tabTabelle"],o={tab:"unnamed",tabImage:"Grafik",tabTable:"Tabelle",tabText:"Text",tabBild:"Grafik",tabTabelle:"Tabelle"},j=new RegExp("^(.*\\s)?("+e.join("x?[0-9]*|")+"x?[0-9]*)(\\s.*)?$","i"),g=":first",c=true,d="tabTitle";getMarkerText=function(r){if(typeof(r)!="string"||r.length<=0){return}var q=j.exec(r);if(typeof(q)=="undefined"||q==null){return}if(q.length>2){return q[2]}};getTabMarkerOfElem=function(s){var q=f(s).html();if(typeof(s)=="undefined"){return}var r=q.replace(/^.*<[^>]*class=["']([^"']*)["'].*$/i,"$1").replace(/^.*<[^>]*class=([^"'\s]*).*$/i,"$1");if(r==q){r=f(s).eq(0).attr("class")}if(typeof(r)=="undefined"||r.length<=0){return}return getMarkerText(String(r))};findTabGroupsInChildrenList=function(u,A){if(typeof(u)=="undefined"){return}var r=f(u).children(),s=[],y,x,z=[],q=[];for(var w=0;w<r.length;w++){y=x;x=getTabMarkerOfElem(r[w]);if(typeof(y)=="undefined"||y=="none"){if(typeof(x)!="undefined"&&x!="none"){q[q.length]=r[w]}}else{if(typeof(x)=="undefined"){z[z.length]=[convertArray2JQuery(q),String(y)];q=[];s[s.length]=z;z=[]}else{if(x!=y){z[z.length]=[convertArray2JQuery(q),String(y)];q=[r[w]]}else{q[q.length]=r[w]}}}}if(q.length>0){z[z.length]=[convertArray2JQuery(q),String(x)];q=[]}if(z.length>0){s[s.length]=z;z=[]}return s};convertArray2JQuery=function(q){if(typeof(q)!="array"&&typeof(q)!="object"||q.length<=0){return}var s=f(q[0]);for(var r=1;r<q.length;r++){s=s.add(q[r])}return s};prepareTabGroups=function(q,r){if(typeof(q)!="array"&&typeof(q)!="object"){return}var u=[];for(var s=0;s<q.length;s++){u[s]=prepareSingleTabGroup(q[s],r);if(s==0){u[s].addClass("first")}else{if(s==q.length-1){u[s].addClass("last")}}}return u};prepareSingleTabGroup=function(u,D){if(typeof(u)!="array"&&typeof(u)!="object"){return}var w=D[h]+String(Math.floor(Math.random()*9999));var r=[];var x=f('<ul class="'+D[l]+'"/>');var A=u.marker;var C=[];for(var z=0;z<u.length;z++){var B=w+D[p]+z;f(u[z].obj).attr("id",B);var y=D[m];if(typeof(y)!="string"||y.length<=0){y=String(z)}var A=u[z].marker;y=detectTabSwitchName(u[z].obj,A,y);if(jQuery.isFunction(D[i])){y=D[i].call(u[z].obj,A,y)}if(typeof(y)!="string"||y.length<=0){y=D[m]}if(typeof(y)!="string"||y.length<=0){y=String(z)}var q="";if(z==0){q=" first"}else{if(z==u.length-1){q=" last"}}x.append('<li class="'+D[n]+q+'"><a href="#'+B+'">'+y+"</a></li>");C[C.length]=u[z].obj}C=convertArray2JQuery(C);f(C).wrapAll('<div class="'+D[a]+'" />');var s=f(C).parent();s.attr("id",w);s.prepend(x);return s};prepareSingleTab=function(s,q,r){if(typeof(s)=="undefined"){return}f(s).wrapAll('<div class="'+q+" "+r[k]+'"/>');return f(s).parent()};detectTabSwitchName=function(w,s,u){var r;if(typeof(w)!="undefined"){var x=f(w).find("."+d);if(typeof(x)!="undefined"&&x.length>0){r=x.eq(0).text()}else{if(typeof(s)!="undefined"){var q=s.replace(/x?[0-9]*$/,"");f.log("detecting default tab text for marker: "+q);r=o[q]}}if(typeof(r)=="undefined"){var y=f(w).find("img, p, h1, h2, h3, h4, h5, h6, h7");if(typeof(y)!="undefined"&&y.length>0){y=y.eq(0);if(y.is("h1, h2, h3, h4, h5, h6, h7")){r=f(y).text()}}}}return(typeof(r)!="undefined"?r:u)};f.extend(f.fn,{autotab:function(F){var B=this,w=[];F=f.extend({},b,F);for(var D=0;D<B.length;D++){var z=B[D];var r=findTabGroupsInChildrenList(z,F);for(var u=0;u<r.length;u++){var y=r[u];for(var s=0;s<y.length;s++){y[s]={obj:prepareSingleTab(y[s][0],y[s][1],F),marker:y[s][1]}}r[u]=y}w=f.merge(w,r)}var A=convertArray2JQuery(prepareTabGroups(w,F));delete (F.idPrefix);var E=f(A).tabs(F);if(String(window.location.hash).length>0){var q=getMarkerText(String(window.location.hash).replace(/[#\/;,&]/g," "));if(typeof(q)!="undefined"&&q.length>0){var C=f(E).find(".ui-tabs-panel."+q);if(C.length>0){var x=f(C).eq(0).attr("id");E.tabs("select","#"+x)}}}return E}})})(jQuery);$(document).ready(function(){$("#suggestform").mousedown(function(){$(this).attr("clicked",1)});$("#searchfield").attr("autocomplete","off").focus(function(){$("#suggestform").show()}).blur(function(){if(jQuery("#suggestform").attr("clicked")!="1"){jQuery("#suggestform").hide()}});$("#suggestform").html(decodeURIComponent("%3cdiv%20class=%22borderPane%22%3e%0d%0a%20%20%3cdiv%20class=%22title%22%3eSchlagworte%3c%2Fdiv%3e%0d%0a%20%20%3cdiv%20class=%22bg_keywords%22%3e%0d%0a%3cul%20klass=%22bg_keywords%22%3e%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fnm.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eNeue%20Markenstrategie%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fgv.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eGesch%c3%a4ftsverlauf%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fne.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eNeugesch%c3%a4ft%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fer.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eErgebnis%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Ffi.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eFinanzlage%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fpr.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eProdukte%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fmi.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eMitarbeiter%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fau.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eAusblick%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fbe.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eBeitragseinnahmen%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fdi.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eDirektvertrieb%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fse.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eService%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3cli%3e%3ca%20href=%22NexxarURLBasePath%2Fserviceseiten%2Fschlagwortsuche%2Fum.html%22%3e%3cspan%20class=%22hitcounter%22%3e%3c%2Fspan%3e%3cspan%20class=%22title%22%3eUmwelt%3c%2Fspan%3e%3c%2Fa%3e%3c%2Fli%3e%0d%0a%0d%0a%3c%2Ful%3e%0d%0a%20%20%3c%2Fdiv%3e%0d%0a%3c%2Fdiv%3e").replace(/NexxarURLBasePath/g,NexxarLib.getBaseURLPath())).hide().bgiframe()});
