
/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}


navHover=function(){var _1=document.getElementById("navmenu").getElementsByTagName("LI");for(var i=0;i<_1.length;i++){_1[i].onmouseover=function(){this.className+=" iehover";};_1[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" iehover\\b"),"");};}};if(window.attachEvent){window.attachEvent("onload",navHover);}addEvent(window,"load",init,false);function init(){var _3=document.getElementsByTagName("input");for(var i=0;i<_3.length;i++){var _5=_3[i];if(_5.type=="text"&&_5.className.match(/\bcleardefault\b/)){addEvent(_5,"focus",clearDefaultText,false);addEvent(_5,"blur",replaceDefaultText,false);if(_5.value!=""){_5.defaultText=_5.value;}}}}function clearDefaultText(e){var _7=window.event?window.event.srcElement:e?e.target:null;if(!_7){return;}if(_7.value==_7.defaultText){_7.value="";}}function replaceDefaultText(e){var _9=window.event?window.event.srcElement:e?e.target:null;if(!_9){return;}if(_9.value==""&&_9.defaultText){_9.value=_9.defaultText;}}addEvent(window,"load",init,false);function init(){var _a=document.getElementsByTagName("input");for(var i=0;i<_a.length;i++){var _c=_a[i];if(_c.type=="text"&&_c.className.match(/\bcleardefault\b/)){addEvent(_c,"focus",clearDefaultText,false);addEvent(_c,"blur",replaceDefaultText,false);if(_c.value!=""){_c.defaultText=_c.value;}}}}function clearDefaultText(e){var _e=window.event?window.event.srcElement:e?e.target:null;if(!_e){return;}if(_e.value==_e.defaultText){_e.value="";}}function replaceDefaultText(e){var _10=window.event?window.event.srcElement:e?e.target:null;if(!_10){return;}if(_10.value==""&&_10.defaultText){_10.value=_10.defaultText;}}function addEvent(_11,_12,_13,_14){if(_11.addEventListener){_11.addEventListener(_12,_13,_14);return true;}else{if(_11.attachEvent){var r=_11.attachEvent("on"+_12,_13);return r;}else{return false;}}}function knackerEvent(_16){if(_16&&_16.stopPropagation){_16.stopPropagation();}if(window.event&&window.event.cancelBubble){window.event.cancelBubble=true;}if(_16&&_16.preventDefault){_16.preventDefault();}if(window.event){window.event.returnValue=false;}}function cancelEventSafari(){return false;}function getElementStyle(_17,_18){var _19=document.getElementById(_17);if(_19.currentStyle){return _19.currentStyle[toCamelCase(_18)];}else{if(window.getComputedStyle){var _1a=window.getComputedStyle(_19,"");return _1a.getPropertyValue(_18);}else{return "";}}}function toCamelCase(_1b){var _1c=_1b.toLowerCase().split("-");if(_1c.length==1){return _1c[0];}var ret=(_1b.indexOf("-")==0)?_1c[0].charAt(0).toUpperCase()+_1c[0].substring(1):_1c[0];for(var i=1;i<_1c.length;i++){var s=_1c[i];ret+=s.charAt(0).toUpperCase()+s.substring(1);}return ret;}function disableTestLinks(){var _20=document.getElementsByTagName("a");for(var i=0;i<_20.length;i++){if(_20[i].href.match(/[^#]#$/)){addEvent(_20[i],"click",knackerEvent,false);}}}function createCookie(_22,_23,_24){var _25="";if(_24){var _26=new Date();_26.setTime(_26.getTime()+(_24*24*60*60*1000));var _27="; expires="+_26.toGMTString();}document.cookie=_22+"="+_23+_27+"; path=/";}function readCookie(_28){var _29=document.cookie.split(";");var _2a=_28+"=";for(var i=0;i<_29.length;i++){var _2c=_29[i];while(_2c.charAt(0)==" "){_2c=_2c.substring(1,_2c.length);}if(_2c.indexOf(_2a)==0){return _2c.substring(_2a.length,_2c.length);}}return null;}function eraseCookie(_2d){createCookie(_2d,"",-1);}if(typeof window.jQuery=="undefined"){window.undefined=window.undefined;var jQuery=function(a,c){if(window==this||!this.init){return new jQuery(a,c);}return this.init(a,c);};if(typeof $!="undefined"){jQuery._$=$;}var $=jQuery;jQuery.fn=jQuery.prototype={init:function(a,c){a=a||document;if(jQuery.isFunction(a)){return new jQuery(document)[jQuery.fn.ready?"ready":"load"](a);}if(typeof a=="string"){var m=/^[^<]*(<(.|\s)+>)[^>]*$/.exec(a);if(m){a=jQuery.clean([m[1]]);}else{return new jQuery(c).find(a);}}return this.setArray(a.constructor==Array&&a||(a.jquery||a.length&&a!=window&&!a.nodeType&&a[0]!=undefined&&a[0].nodeType)&&jQuery.makeArray(a)||[a]);},jquery:"1.1.3.1",size:function(){return this.length;},length:0,get:function(num){return num==undefined?jQuery.makeArray(this):this[num];},pushStack:function(a){var ret=jQuery(a);ret.prevObject=this;return ret;},setArray:function(a){this.length=0;[].push.apply(this,a);return this;},each:function(fn,_38){return jQuery.each(this,fn,_38);},index:function(obj){var pos=-1;this.each(function(i){if(this==obj){pos=i;}});return pos;},attr:function(key,_3d,_3e){var obj=key;if(key.constructor==String){if(_3d==undefined){return this.length&&jQuery[_3e||"attr"](this[0],key)||undefined;}else{obj={};obj[key]=_3d;}}return this.each(function(_40){for(var _41 in obj){jQuery.attr(_3e?this.style:this,_41,jQuery.prop(this,obj[_41],_3e,_40,_41));}});},css:function(key,_43){return this.attr(key,_43,"curCSS");},text:function(e){if(typeof e=="string"){return this.empty().append(document.createTextNode(e));}var t="";jQuery.each(e||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8){t+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);}});});return t;},wrap:function(){var a,args=arguments;return this.each(function(){if(!a){a=jQuery.clean(args,this.ownerDocument);}var b=a[0].cloneNode(true);this.parentNode.insertBefore(b,this);while(b.firstChild){b=b.firstChild;}b.appendChild(this);});},append:function(){return this.domManip(arguments,true,1,function(a){this.appendChild(a);});},prepend:function(){return this.domManip(arguments,true,-1,function(a){this.insertBefore(a,this.firstChild);});},before:function(){return this.domManip(arguments,false,1,function(a){this.parentNode.insertBefore(a,this);});},after:function(){return this.domManip(arguments,false,-1,function(a){this.parentNode.insertBefore(a,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},find:function(t){var _4d=jQuery.map(this,function(a){return jQuery.find(t,a);});return this.pushStack(/[^+>] [^+>]/.test(t)||t.indexOf("..")>-1?jQuery.unique(_4d):_4d);},clone:function(_4f){var _50=this.add(this.find("*"));_50.each(function(){this._$events={};for(var _51 in this.$events){this._$events[_51]=jQuery.extend({},this.$events[_51]);}}).unbind();var r=this.pushStack(jQuery.map(this,function(a){return a.cloneNode(_4f!=undefined?_4f:true);}));_50.each(function(){var _54=this._$events;for(var _55 in _54){for(var _56 in _54[_55]){jQuery.event.add(this,_55,_54[_55][_56],_54[_55][_56].data);}}this._$events=null;});return r;},filter:function(t){return this.pushStack(jQuery.isFunction(t)&&jQuery.grep(this,function(el,_59){return t.apply(el,[_59]);})||jQuery.multiFilter(t,this));},not:function(t){return this.pushStack(t.constructor==String&&jQuery.multiFilter(t,this,true)||jQuery.grep(this,function(a){return (t.constructor==Array||t.jquery)?jQuery.inArray(a,t)<0:a!=t;}));},add:function(t){return this.pushStack(jQuery.merge(this.get(),t.constructor==String?jQuery(t).get():t.length!=undefined&&(!t.nodeName||t.nodeName=="FORM")?t:[t]));},is:function(_5d){return _5d?jQuery.multiFilter(_5d,this).length>0:false;},val:function(val){return val==undefined?(this.length?this[0].value:null):this.attr("value",val);},html:function(val){return val==undefined?(this.length?this[0].innerHTML:null):this.empty().append(val);},domManip:function(_60,_61,dir,fn){var _64=this.length>1,a;return this.each(function(){if(!a){a=jQuery.clean(_60,this.ownerDocument);if(dir<0){a.reverse();}}var obj=this;if(_61&&jQuery.nodeName(this,"table")&&jQuery.nodeName(a[0],"tr")){obj=this.getElementsByTagName("tbody")[0]||this.appendChild(document.createElement("tbody"));}jQuery.each(a,function(){fn.apply(obj,[_64?this.cloneNode(true):this]);});});}};jQuery.extend=jQuery.fn.extend=function(){var _66=arguments[0],a=1;if(arguments.length==1){_66=this;a=0;}var _67;while((_67=arguments[a++])!=null){for(var i in _67){_66[i]=_67[i];}}return _66;};jQuery.extend({noConflict:function(){if(jQuery._$){$=jQuery._$;}return jQuery;},isFunction:function(fn){return !!fn&&typeof fn!="string"&&!fn.nodeName&&fn.constructor!=Array&&/function/i.test(fn+"");},isXMLDoc:function(_6a){return _6a.tagName&&_6a.ownerDocument&&!_6a.ownerDocument.body;},nodeName:function(_6b,_6c){return _6b.nodeName&&_6b.nodeName.toUpperCase()==_6c.toUpperCase();},each:function(obj,fn,_6f){if(obj.length==undefined){for(var i in obj){fn.apply(obj[i],_6f||[i,obj[i]]);}}else{for(var i=0,ol=obj.length;i<ol;i++){if(fn.apply(obj[i],_6f||[i,obj[i]])===false){break;}}}return obj;},prop:function(_72,_73,_74,_75,_76){if(jQuery.isFunction(_73)){_73=_73.call(_72,[_75]);}var _77=/z-?index|font-?weight|opacity|zoom|line-?height/i;return _73&&_73.constructor==Number&&_74=="curCSS"&&!_77.test(_76)?_73+"px":_73;},className:{add:function(_78,c){jQuery.each(c.split(/\s+/),function(i,cur){if(!jQuery.className.has(_78.className,cur)){_78.className+=(_78.className?" ":"")+cur;}});},remove:function(_7c,c){_7c.className=c!=undefined?jQuery.grep(_7c.className.split(/\s+/),function(cur){return !jQuery.className.has(c,cur);}).join(" "):"";},has:function(t,c){return jQuery.inArray(c,(t.className||t).toString().split(/\s+/))>-1;}},swap:function(e,o,f){for(var i in o){e.style["old"+i]=e.style[i];e.style[i]=o[i];}f.apply(e,[]);for(var i in o){e.style[i]=e.style["old"+i];}},css:function(e,p){if(p=="height"||p=="width"){var old={},oHeight,oWidth,d=["Top","Bottom","Right","Left"];jQuery.each(d,function(){old["padding"+this]=0;old["border"+this+"Width"]=0;});jQuery.swap(e,old,function(){if(jQuery(e).is(":visible")){oHeight=e.offsetHeight;oWidth=e.offsetWidth;}else{e=jQuery(e.cloneNode(true)).find(":radio").removeAttr("checked").end().css({visibility:"hidden",position:"absolute",display:"block",right:"0",left:"0"}).appendTo(e.parentNode)[0];var _89=jQuery.css(e.parentNode,"position")||"static";if(_89=="static"){e.parentNode.style.position="relative";}oHeight=e.clientHeight;oWidth=e.clientWidth;if(_89=="static"){e.parentNode.style.position="static";}e.parentNode.removeChild(e);}});return p=="height"?oHeight:oWidth;}return jQuery.curCSS(e,p);},curCSS:function(_8a,_8b,_8c){var ret;if(_8b=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(_8a.style,"opacity");return ret==""?"1":ret;}if(_8b.match(/float/i)){_8b=jQuery.styleFloat;}if(!_8c&&_8a.style[_8b]){ret=_8a.style[_8b];}else{if(document.defaultView&&document.defaultView.getComputedStyle){if(_8b.match(/float/i)){_8b="float";}_8b=_8b.replace(/([A-Z])/g,"-$1").toLowerCase();var cur=document.defaultView.getComputedStyle(_8a,null);if(cur){ret=cur.getPropertyValue(_8b);}else{if(_8b=="display"){ret="none";}else{jQuery.swap(_8a,{display:"block"},function(){var c=document.defaultView.getComputedStyle(this,"");ret=c&&c.getPropertyValue(_8b)||"";});}}}else{if(_8a.currentStyle){var _90=_8b.replace(/\-(\w)/g,function(m,c){return c.toUpperCase();});ret=_8a.currentStyle[_8b]||_8a.currentStyle[_90];}}}return ret;},clean:function(a,doc){var r=[];doc=doc||document;jQuery.each(a,function(i,arg){if(!arg){return;}if(arg.constructor==Number){arg=arg.toString();}if(typeof arg=="string"){var s=jQuery.trim(arg).toLowerCase(),div=doc.createElement("div"),tb=[];var _99=!s.indexOf("<opt")&&[1,"<select>","</select>"]||!s.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||(!s.indexOf("<thead")||!s.indexOf("<tbody")||!s.indexOf("<tfoot")||!s.indexOf("<colg"))&&[1,"<table>","</table>"]||!s.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!s.indexOf("<td")||!s.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!s.indexOf("<col")&&[2,"<table><colgroup>","</colgroup></table>"]||[0,"",""];div.innerHTML=_99[1]+arg+_99[2];while(_99[0]--){div=div.firstChild;}if(jQuery.browser.msie){if(!s.indexOf("<table")&&s.indexOf("<tbody")<0){tb=div.firstChild&&div.firstChild.childNodes;}else{if(_99[1]=="<table>"&&s.indexOf("<tbody")<0){tb=div.childNodes;}}for(var n=tb.length-1;n>=0;--n){if(jQuery.nodeName(tb[n],"tbody")&&!tb[n].childNodes.length){tb[n].parentNode.removeChild(tb[n]);}}}arg=jQuery.makeArray(div.childNodes);}if(0===arg.length&&(!jQuery.nodeName(arg,"form")&&!jQuery.nodeName(arg,"select"))){return;}if(arg[0]==undefined||jQuery.nodeName(arg,"form")||arg.options){r.push(arg);}else{r=jQuery.merge(r,arg);}});return r;},attr:function(_9b,_9c,_9d){var fix=jQuery.isXMLDoc(_9b)?{}:jQuery.props;if(fix[_9c]){if(_9d!=undefined){_9b[fix[_9c]]=_9d;}return _9b[fix[_9c]];}else{if(_9d==undefined&&jQuery.browser.msie&&jQuery.nodeName(_9b,"form")&&(_9c=="action"||_9c=="method")){return _9b.getAttributeNode(_9c).nodeValue;}else{if(_9b.tagName){if(_9d!=undefined){_9b.setAttribute(_9c,_9d);}if(jQuery.browser.msie&&/href|src/.test(_9c)&&!jQuery.isXMLDoc(_9b)){return _9b.getAttribute(_9c,2);}return _9b.getAttribute(_9c);}else{if(_9c=="opacity"&&jQuery.browser.msie){if(_9d!=undefined){_9b.zoom=1;_9b.filter=(_9b.filter||"").replace(/alpha\([^)]*\)/,"")+(parseFloat(_9d).toString()=="NaN"?"":"alpha(opacity="+_9d*100+")");}return _9b.filter?(parseFloat(_9b.filter.match(/opacity=([^)]*)/)[1])/100).toString():"";}_9c=_9c.replace(/-([a-z])/ig,function(z,b){return b.toUpperCase();});if(_9d!=undefined){_9b[_9c]=_9d;}return _9b[_9c];}}}},trim:function(t){return t.replace(/^\s+|\s+$/g,"");},makeArray:function(a){var r=[];if(typeof a!="array"){for(var i=0,al=a.length;i<al;i++){r.push(a[i]);}}else{r=a.slice(0);}return r;},inArray:function(b,a){for(var i=0,al=a.length;i<al;i++){if(a[i]==b){return i;}}return -1;},merge:function(_a8,_a9){for(var i=0;_a9[i];i++){_a8.push(_a9[i]);}return _a8;},unique:function(_ab){var r=[],num=jQuery.mergeNum++;for(var i=0,fl=_ab.length;i<fl;i++){if(num!=_ab[i].mergeNum){_ab[i].mergeNum=num;r.push(_ab[i]);}}return r;},mergeNum:0,grep:function(_ae,fn,inv){if(typeof fn=="string"){fn=new Function("a","i","return "+fn);}var _b1=[];for(var i=0,el=_ae.length;i<el;i++){if(!inv&&fn(_ae[i],i)||inv&&!fn(_ae[i],i)){_b1.push(_ae[i]);}}return _b1;},map:function(_b3,fn){if(typeof fn=="string"){fn=new Function("a","return "+fn);}var _b5=[];for(var i=0,el=_b3.length;i<el;i++){var val=fn(_b3[i],i);if(val!==null&&val!=undefined){if(val.constructor!=Array){val=[val];}_b5=_b5.concat(val);}}return _b5;}});new function(){var b=navigator.userAgent.toLowerCase();jQuery.browser={version:(b.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1],safari:/webkit/.test(b),opera:/opera/.test(b),msie:/msie/.test(b)&&!/opera/.test(b),mozilla:/mozilla/.test(b)&&!/(compatible|webkit)/.test(b)};jQuery.boxModel=!jQuery.browser.msie||document.compatMode=="CSS1Compat";jQuery.styleFloat=jQuery.browser.msie?"styleFloat":"cssFloat",jQuery.props={"for":"htmlFor","class":"className","float":jQuery.styleFloat,cssFloat:jQuery.styleFloat,styleFloat:jQuery.styleFloat,innerHTML:"innerHTML",className:"className",value:"value",disabled:"disabled",checked:"checked",readonly:"readOnly",selected:"selected",maxlength:"maxLength"};};jQuery.each({parent:"a.parentNode",parents:"jQuery.parents(a)",next:"jQuery.nth(a,2,'nextSibling')",prev:"jQuery.nth(a,2,'previousSibling')",siblings:"jQuery.sibling(a.parentNode.firstChild,a)",children:"jQuery.sibling(a.firstChild)"},function(i,n){jQuery.fn[i]=function(a){var ret=jQuery.map(this,n);if(a&&typeof a=="string"){ret=jQuery.multiFilter(a,ret);}return this.pushStack(ret);};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after"},function(i,n){jQuery.fn[i]=function(){var a=arguments;return this.each(function(){for(var j=0,al=a.length;j<al;j++){jQuery(a[j])[n](this);}});};});jQuery.each({removeAttr:function(key){jQuery.attr(this,key,"");this.removeAttribute(key);},addClass:function(c){jQuery.className.add(this,c);},removeClass:function(c){jQuery.className.remove(this,c);},toggleClass:function(c){jQuery.className[jQuery.className.has(this,c)?"remove":"add"](this,c);},remove:function(a){if(!a||jQuery.filter(a,[this]).r.length){this.parentNode.removeChild(this);}},empty:function(){while(this.firstChild){this.removeChild(this.firstChild);}}},function(i,n){jQuery.fn[i]=function(){return this.each(n,arguments);};});jQuery.each(["eq","lt","gt","contains"],function(i,n){jQuery.fn[n]=function(num,fn){return this.filter(":"+n+"("+num+")",fn);};});jQuery.each(["height","width"],function(i,n){jQuery.fn[n]=function(h){return h==undefined?(this.length?jQuery.css(this[0],n):null):this.css(n,h.constructor==String?h:h+"px");};});jQuery.extend({expr:{"":"m[2]=='*'||jQuery.nodeName(a,m[2])","#":"a.getAttribute('id')==m[2]",":":{lt:"i<m[3]-0",gt:"i>m[3]-0",nth:"m[3]-0==i",eq:"m[3]-0==i",first:"i==0",last:"i==r.length-1",even:"i%2==0",odd:"i%2","first-child":"a.parentNode.getElementsByTagName('*')[0]==a","last-child":"jQuery.nth(a.parentNode.lastChild,1,'previousSibling')==a","only-child":"!jQuery.nth(a.parentNode.lastChild,2,'previousSibling')",parent:"a.firstChild",empty:"!a.firstChild",contains:"(a.textContent||a.innerText||'').indexOf(m[3])>=0",visible:"\"hidden\"!=a.type&&jQuery.css(a,\"display\")!=\"none\"&&jQuery.css(a,\"visibility\")!=\"hidden\"",hidden:"\"hidden\"==a.type||jQuery.css(a,\"display\")==\"none\"||jQuery.css(a,\"visibility\")==\"hidden\"",enabled:"!a.disabled",disabled:"a.disabled",checked:"a.checked",selected:"a.selected||jQuery.attr(a,'selected')",text:"'text'==a.type",radio:"'radio'==a.type",checkbox:"'checkbox'==a.type",file:"'file'==a.type",password:"'password'==a.type",submit:"'submit'==a.type",image:"'image'==a.type",reset:"'reset'==a.type",button:"\"button\"==a.type||jQuery.nodeName(a,\"button\")",input:"/input|select|textarea|button/i.test(a.nodeName)"},"[":"jQuery.find(m[2],a).length"},parse:[/^\[ *(@)([\w-]+) *([!*$^~=]*) *('?"?)(.*?)\4 *\]/,/^(\[)\s*(.*?(\[.*?\])?[^[]*?)\s*\]/,/^(:)([\w-]+)\("?'?(.*?(\(.*?\))?[^(]*?)"?'?\)/,new RegExp("^([:.#]*)("+(jQuery.chars=jQuery.browser.safari&&jQuery.browser.version<"3.0.0"?"\\w":"(?:[\\w\u0128-\uffff*_-]|\\\\.)")+"+)")],multiFilter:function(_cf,_d0,not){var old,cur=[];while(_cf&&_cf!=old){old=_cf;var f=jQuery.filter(_cf,_d0,not);_cf=f.t.replace(/^\s*,\s*/,"");cur=not?_d0=f.r:jQuery.merge(cur,f.r);}return cur;},find:function(t,_d5){if(typeof t!="string"){return [t];}if(_d5&&!_d5.nodeType){_d5=null;}_d5=_d5||document;if(!t.indexOf("//")){_d5=_d5.documentElement;t=t.substr(2,t.length);}else{if(!t.indexOf("/")&&!_d5.ownerDocument){_d5=_d5.documentElement;t=t.substr(1,t.length);if(t.indexOf("/")>=1){t=t.substr(t.indexOf("/"),t.length);}}}var ret=[_d5],done=[],last;while(t&&last!=t){var r=[];last=t;t=jQuery.trim(t).replace(/^\/\//,"");var _d8=false;var re=new RegExp("^[/>]\\s*("+jQuery.chars+"+)");var m=re.exec(t);if(m){var _db=m[1].toUpperCase();for(var i=0;ret[i];i++){for(var c=ret[i].firstChild;c;c=c.nextSibling){if(c.nodeType==1&&(_db=="*"||c.nodeName.toUpperCase()==_db.toUpperCase())){r.push(c);}}}ret=r;t=t.replace(re,"");if(t.indexOf(" ")==0){continue;}_d8=true;}else{re=/^((\/?\.\.)|([>\/+~]))\s*([a-z]*)/i;if((m=re.exec(t))!=null){r=[];var _de=m[4],mergeNum=jQuery.mergeNum++;m=m[1];for(var j=0,rl=ret.length;j<rl;j++){if(m.indexOf("..")<0){var n=m=="~"||m=="+"?ret[j].nextSibling:ret[j].firstChild;for(;n;n=n.nextSibling){if(n.nodeType==1){if(m=="~"&&n.mergeNum==mergeNum){break;}if(!_de||n.nodeName.toUpperCase()==_de.toUpperCase()){if(m=="~"){n.mergeNum=mergeNum;}r.push(n);}if(m=="+"){break;}}}}else{r.push(ret[j].parentNode);}}ret=r;t=jQuery.trim(t.replace(re,""));_d8=true;}}if(t&&!_d8){if(!t.indexOf(",")){if(_d5==ret[0]){ret.shift();}done=jQuery.merge(done,ret);r=ret=[_d5];t=" "+t.substr(1,t.length);}else{var re2=new RegExp("^("+jQuery.chars+"+)(#)("+jQuery.chars+"+)");var m=re2.exec(t);if(m){m=[0,m[2],m[3],m[1]];}else{re2=new RegExp("^([#.]?)("+jQuery.chars+"*)");m=re2.exec(t);}m[2]=m[2].replace(/\\/g,"");var _e3=ret[ret.length-1];if(m[1]=="#"&&_e3&&_e3.getElementById){var oid=_e3.getElementById(m[2]);if((jQuery.browser.msie||jQuery.browser.opera)&&oid&&typeof oid.id=="string"&&oid.id!=m[2]){oid=jQuery("[@id=\""+m[2]+"\"]",_e3)[0];}ret=r=oid&&(!m[3]||jQuery.nodeName(oid,m[3]))?[oid]:[];}else{for(var i=0;ret[i];i++){var tag=m[1]!=""||m[0]==""?"*":m[2];if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param";}r=jQuery.merge(r,ret[i].getElementsByTagName(tag));}if(m[1]=="."){r=jQuery.classFilter(r,m[2]);}if(m[1]=="#"){var tmp=[];for(var i=0;r[i];i++){if(r[i].getAttribute("id")==m[2]){tmp=[r[i]];break;}}r=tmp;}ret=r;}t=t.replace(re2,"");}}if(t){var val=jQuery.filter(t,r);ret=r=val.r;t=jQuery.trim(val.t);}}if(t){ret=[];}if(ret&&_d5==ret[0]){ret.shift();}done=jQuery.merge(done,ret);return done;},classFilter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var _ef=(" "+r[i].className+" ").indexOf(m)>=0;if(!not&&_ef||not&&!_ef){tmp.push(r[i]);}}return tmp;},filter:function(t,r,not){var _f3;while(t&&t!=_f3){_f3=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t.substring(m[0].length);m[2]=m[2].replace(/\\/g,"");break;}}if(!m){break;}if(m[1]==":"&&m[2]=="not"){r=jQuery.filter(m[3],r,true).r;}else{if(m[1]=="."){r=jQuery.classFilter(r,m[2],not);}else{if(m[1]=="@"){var tmp=[],type=m[3];for(var i=0,rl=r.length;i<rl;i++){var a=r[i],z=a[jQuery.props[m[2]]||m[2]];if(z==null||/href|src/.test(m[2])){z=jQuery.attr(a,m[2])||"";}if((type==""&&!!z||type=="="&&z==m[5]||type=="!="&&z!=m[5]||type=="^="&&z&&!z.indexOf(m[5])||type=="$="&&z.substr(z.length-m[5].length)==m[5]||(type=="*="||type=="~=")&&z.indexOf(m[5])>=0)^not){tmp.push(a);}}r=tmp;}else{if(m[1]==":"&&m[2]=="nth-child"){var num=jQuery.mergeNum++,tmp=[],test=/(\d*)n\+?(\d*)/.exec(m[3]=="even"&&"2n"||m[3]=="odd"&&"2n+1"||!/\D/.test(m[3])&&"n+"+m[3]||m[3]),first=(test[1]||1)-0,_f3=test[2]-0;for(var i=0,rl=r.length;i<rl;i++){var _fb=r[i],parentNode=_fb.parentNode;if(num!=parentNode.mergeNum){var c=1;for(var n=parentNode.firstChild;n;n=n.nextSibling){if(n.nodeType==1){n.nodeIndex=c++;}}parentNode.mergeNum=num;}var add=false;if(first==1){if(_f3==0||_fb.nodeIndex==_f3){add=true;}}else{if((_fb.nodeIndex+_f3)%first==0){add=true;}}if(add^not){tmp.push(_fb);}}r=tmp;}else{var f=jQuery.expr[m[1]];if(typeof f!="string"){f=jQuery.expr[m[1]][m[2]];}eval("f = function(a,i){return "+f+"}");r=jQuery.grep(r,f,not);}}}}}return {r:r,t:t};},parents:function(elem){var _101=[];var cur=elem.parentNode;while(cur&&cur!=document){_101.push(cur);cur=cur.parentNode;}return _101;},nth:function(cur,_104,dir,elem){_104=_104||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType==1&&++num==_104){break;}}return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&(!elem||n!=elem)){r.push(n);}}return r;}});jQuery.event={add:function(_10b,type,_10d,data){if(jQuery.browser.msie&&_10b.setInterval!=undefined){_10b=window;}if(!_10d.guid){_10d.guid=this.guid++;}if(data!=undefined){var fn=_10d;_10d=function(){return fn.apply(this,arguments);};_10d.data=data;_10d.guid=fn.guid;}if(!_10b.$events){_10b.$events={};}if(!_10b.$handle){_10b.$handle=function(){var val;if(typeof jQuery=="undefined"||jQuery.event.triggered){return val;}val=jQuery.event.handle.apply(_10b,arguments);return val;};}var _111=_10b.$events[type];if(!_111){_111=_10b.$events[type]={};if(_10b.addEventListener){_10b.addEventListener(type,_10b.$handle,false);}else{_10b.attachEvent("on"+type,_10b.$handle);}}_111[_10d.guid]=_10d;if(!this.global[type]){this.global[type]=[];}if(jQuery.inArray(_10b,this.global[type])==-1){this.global[type].push(_10b);}},guid:1,global:{},remove:function(_112,type,_114){var _115=_112.$events,ret,index;if(_115){if(type&&type.type){_114=type.handler;type=type.type;}if(!type){for(type in _115){this.remove(_112,type);}}else{if(_115[type]){if(_114){delete _115[type][_114.guid];}else{for(_114 in _112.$events[type]){delete _115[type][_114];}}for(ret in _115[type]){break;}if(!ret){if(_112.removeEventListener){_112.removeEventListener(type,_112.$handle,false);}else{_112.detachEvent("on"+type,_112.$handle);}ret=null;delete _115[type];while(this.global[type]&&((index=jQuery.inArray(_112,this.global[type]))>=0)){delete this.global[type][index];}}}}for(ret in _115){break;}if(!ret){_112.$handle=_112.$events=null;}}},trigger:function(type,data,_118){data=jQuery.makeArray(data||[]);if(!_118){jQuery.each(this.global[type]||[],function(){jQuery.event.trigger(type,data,this);});}else{var val,ret,fn=jQuery.isFunction(_118[type]||null);data.unshift(this.fix({type:type,target:_118}));if(jQuery.isFunction(_118.$handle)&&(val=_118.$handle.apply(_118,data))!==false){this.triggered=true;}if(fn&&val!==false&&!jQuery.nodeName(_118,"a")){_118[type]();}this.triggered=false;}},handle:function(_11a){var val;_11a=jQuery.event.fix(_11a||window.event||{});var c=this.$events&&this.$events[_11a.type],args=[].slice.call(arguments,1);args.unshift(_11a);for(var j in c){args[0].handler=c[j];args[0].data=c[j].data;if(c[j].apply(this,args)===false){_11a.preventDefault();_11a.stopPropagation();val=false;}}if(jQuery.browser.msie){_11a.target=_11a.preventDefault=_11a.stopPropagation=_11a.handler=_11a.data=null;}return val;},fix:function(_11e){var _11f=_11e;_11e=jQuery.extend({},_11f);_11e.preventDefault=function(){if(_11f.preventDefault){return _11f.preventDefault();}_11f.returnValue=false;};_11e.stopPropagation=function(){if(_11f.stopPropagation){return _11f.stopPropagation();}_11f.cancelBubble=true;};if(!_11e.target&&_11e.srcElement){_11e.target=_11e.srcElement;}if(jQuery.browser.safari&&_11e.target.nodeType==3){_11e.target=_11f.target.parentNode;}if(!_11e.relatedTarget&&_11e.fromElement){_11e.relatedTarget=_11e.fromElement==_11e.target?_11e.toElement:_11e.fromElement;}if(_11e.pageX==null&&_11e.clientX!=null){var e=document.documentElement,b=document.body;_11e.pageX=_11e.clientX+(e&&e.scrollLeft||b.scrollLeft);_11e.pageY=_11e.clientY+(e&&e.scrollTop||b.scrollTop);}if(!_11e.which&&(_11e.charCode||_11e.keyCode)){_11e.which=_11e.charCode||_11e.keyCode;}if(!_11e.metaKey&&_11e.ctrlKey){_11e.metaKey=_11e.ctrlKey;}if(!_11e.which&&_11e.button){_11e.which=(_11e.button&1?1:(_11e.button&2?3:(_11e.button&4?2:0)));}return _11e;}};jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){return this.each(function(){jQuery.event.add(this,type,function(_127){jQuery(this).unbind(_127);return (fn||data).apply(this,arguments);},fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this);});},toggle:function(){var a=arguments;return this.click(function(e){this.lastToggle=0==this.lastToggle?1:0;e.preventDefault();return a[this.lastToggle].apply(this,[e])||false;});},hover:function(f,g){function handleHover(e){var p=e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}return (e.type=="mouseover"?f:g).apply(this,[e]);}return this.mouseover(handleHover).mouseout(handleHover);},ready:function(f){if(jQuery.isReady){f.apply(document,[jQuery]);}else{jQuery.readyList.push(function(){return f.apply(this,[jQuery]);});}return this;}});jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.apply(document);});jQuery.readyList=null;}if(jQuery.browser.mozilla||jQuery.browser.opera){document.removeEventListener("DOMContentLoaded",jQuery.ready,false);}if(!window.frames.length){jQuery(window).load(function(){jQuery("#__ie_init").remove();});}}}});new function(){jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,change,select,"+"submit,keydown,keypress,keyup,error").split(","),function(i,o){jQuery.fn[o]=function(f){return f?this.bind(o,f):this.trigger(o);};});if(jQuery.browser.mozilla||jQuery.browser.opera){document.addEventListener("DOMContentLoaded",jQuery.ready,false);}else{if(jQuery.browser.msie){document.write("<scr"+"ipt id=__ie_init defer=true "+"src=//:></script>");var _136=document.getElementById("__ie_init");if(_136){_136.onreadystatechange=function(){if(this.readyState!="complete"){return;}jQuery.ready();};}_136=null;}else{if(jQuery.browser.safari){jQuery.safariTimer=setInterval(function(){if(document.readyState=="loaded"||document.readyState=="complete"){clearInterval(jQuery.safariTimer);jQuery.safariTimer=null;jQuery.ready();}},10);}}}jQuery.event.add(window,"load",jQuery.ready);};if(jQuery.browser.msie){jQuery(window).one("unload",function(){var _137=jQuery.event.global;for(var type in _137){var els=_137[type],i=els.length;if(i&&type!="unload"){do{els[i-1]&&jQuery.event.remove(els[i-1],type);}while(--i);}}});}jQuery.fn.extend({loadIfModified:function(url,_13b,_13c){this.load(url,_13b,_13c,1);},load:function(url,_13e,_13f,_140){if(jQuery.isFunction(url)){return this.bind("load",url);}_13f=_13f||function(){};var type="GET";if(_13e){if(jQuery.isFunction(_13e)){_13f=_13e;_13e=null;}else{_13e=jQuery.param(_13e);type="POST";}}var self=this;jQuery.ajax({url:url,type:type,data:_13e,ifModified:_140,complete:function(res,_144){if(_144=="success"||!_140&&_144=="notmodified"){self.attr("innerHTML",res.responseText).evalScripts().each(_13f,[res.responseText,_144,res]);}else{_13f.apply(self,[res.responseText,_144,res]);}}});return this;},serialize:function(){return jQuery.param(this);},evalScripts:function(){return this.find("script").each(function(){if(this.src){jQuery.getScript(this.src);}else{jQuery.globalEval(this.text||this.textContent||this.innerHTML||"");}}).end();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});jQuery.extend({get:function(url,data,_14a,type,_14c){if(jQuery.isFunction(data)){_14a=data;data=null;}return jQuery.ajax({type:"GET",url:url,data:data,success:_14a,dataType:type,ifModified:_14c});},getIfModified:function(url,data,_14f,type){return jQuery.get(url,data,_14f,type,1);},getScript:function(url,_152){return jQuery.get(url,null,_152,"script");},getJSON:function(url,data,_155){return jQuery.get(url,data,_155,"json");},post:function(url,data,_158,type){if(jQuery.isFunction(data)){_158=data;data={};}return jQuery.ajax({type:"POST",url:url,data:data,success:_158,dataType:type});},ajaxTimeout:function(_15a){jQuery.ajaxSettings.timeout=_15a;},ajaxSetup:function(_15b){jQuery.extend(jQuery.ajaxSettings,_15b);},ajaxSettings:{global:true,type:"GET",timeout:0,contentType:"application/x-www-form-urlencoded",processData:true,async:true,data:null},lastModified:{},ajax:function(s){s=jQuery.extend({},jQuery.ajaxSettings,s);if(s.data){if(s.processData&&typeof s.data!="string"){s.data=jQuery.param(s.data);}if(s.type.toLowerCase()=="get"){s.url+=((s.url.indexOf("?")>-1)?"&":"?")+s.data;s.data=null;}}if(s.global&&!jQuery.active++){jQuery.event.trigger("ajaxStart");}var _15d=false;var xml=window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();xml.open(s.type,s.url,s.async);if(s.data){xml.setRequestHeader("Content-Type",s.contentType);}if(s.ifModified){xml.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");}xml.setRequestHeader("X-Requested-With","XMLHttpRequest");if(s.beforeSend){s.beforeSend(xml);}if(s.global){jQuery.event.trigger("ajaxSend",[xml,s]);}var _15f=function(_160){if(xml&&(xml.readyState==4||_160=="timeout")){_15d=true;if(ival){clearInterval(ival);ival=null;}var _161;try{_161=jQuery.httpSuccess(xml)&&_160!="timeout"?s.ifModified&&jQuery.httpNotModified(xml,s.url)?"notmodified":"success":"error";if(_161!="error"){var _162;try{_162=xml.getResponseHeader("Last-Modified");}catch(e){}if(s.ifModified&&_162){jQuery.lastModified[s.url]=_162;}var data=jQuery.httpData(xml,s.dataType);if(s.success){s.success(data,_161);}if(s.global){jQuery.event.trigger("ajaxSuccess",[xml,s]);}}else{jQuery.handleError(s,xml,_161);}}catch(e){_161="error";jQuery.handleError(s,xml,_161,e);}if(s.global){jQuery.event.trigger("ajaxComplete",[xml,s]);}if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop");}if(s.complete){s.complete(xml,_161);}if(s.async){xml=null;}}};var ival=setInterval(_15f,13);if(s.timeout>0){setTimeout(function(){if(xml){xml.abort();if(!_15d){_15f("timeout");}}},s.timeout);}try{xml.send(s.data);}catch(e){jQuery.handleError(s,xml,null,e);}if(!s.async){_15f();}return xml;},handleError:function(s,xml,_167,e){if(s.error){s.error(xml,_167,e);}if(s.global){jQuery.event.trigger("ajaxError",[xml,s,e]);}},active:0,httpSuccess:function(r){try{return !r.status&&location.protocol=="file:"||(r.status>=200&&r.status<300)||r.status==304||jQuery.browser.safari&&r.status==undefined;}catch(e){}return false;},httpNotModified:function(xml,url){try{var _16c=xml.getResponseHeader("Last-Modified");return xml.status==304||_16c==jQuery.lastModified[url]||jQuery.browser.safari&&xml.status==undefined;}catch(e){}return false;},httpData:function(r,type){var ct=r.getResponseHeader("content-type");var data=!type&&ct&&ct.indexOf("xml")>=0;data=type=="xml"||data?r.responseXML:r.responseText;if(type=="script"){jQuery.globalEval(data);}if(type=="json"){data=eval("("+data+")");}if(type=="html"){jQuery("<div>").html(data).evalScripts();}return data;},param:function(a){var s=[];if(a.constructor==Array||a.jquery){jQuery.each(a,function(){s.push(encodeURIComponent(this.name)+"="+encodeURIComponent(this.value));});}else{for(var j in a){if(a[j]&&a[j].constructor==Array){jQuery.each(a[j],function(){s.push(encodeURIComponent(j)+"="+encodeURIComponent(this));});}else{s.push(encodeURIComponent(j)+"="+encodeURIComponent(a[j]));}}}return s.join("&");},globalEval:function(data){if(window.execScript){window.execScript(data);}else{if(jQuery.browser.safari){window.setTimeout(data,0);}else{eval.call(window,data);}}}});jQuery.fn.extend({show:function(_175,_176){return _175?this.animate({height:"show",width:"show",opacity:"show"},_175,_176):this.filter(":hidden").each(function(){this.style.display=this.oldblock?this.oldblock:"";if(jQuery.css(this,"display")=="none"){this.style.display="block";}}).end();},hide:function(_177,_178){return _177?this.animate({height:"hide",width:"hide",opacity:"hide"},_177,_178):this.filter(":visible").each(function(){this.oldblock=this.oldblock||jQuery.css(this,"display");if(this.oldblock=="none"){this.oldblock="block";}this.style.display="none";}).end();},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle(fn,fn2):fn?this.animate({height:"toggle",width:"toggle",opacity:"toggle"},fn,fn2):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();});},slideDown:function(_17b,_17c){return this.animate({height:"show"},_17b,_17c);},slideUp:function(_17d,_17e){return this.animate({height:"hide"},_17d,_17e);},slideToggle:function(_17f,_180){return this.animate({height:"toggle"},_17f,_180);},fadeIn:function(_181,_182){return this.animate({opacity:"show"},_181,_182);},fadeOut:function(_183,_184){return this.animate({opacity:"hide"},_183,_184);},fadeTo:function(_185,to,_187){return this.animate({opacity:to},_185,_187);},animate:function(prop,_189,_18a,_18b){return this.queue(function(){var _18c=jQuery(this).is(":hidden"),opt=jQuery.speed(_189,_18a,_18b),self=this;for(var p in prop){if(prop[p]=="hide"&&_18c||prop[p]=="show"&&!_18c){return jQuery.isFunction(opt.complete)&&opt.complete.apply(this);}if(p=="height"||p=="width"){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}if(opt.overflow!=null){this.style.overflow="hidden";}this.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(val.constructor==Number){e.custom(e.cur(),val);}else{e[val=="toggle"?_18c?"show":"hide":val](prop);}});});},queue:function(type,fn){if(!fn){fn=type;type="fx";}return this.each(function(){if(!this.queue){this.queue={};}if(!this.queue[type]){this.queue[type]=[];}this.queue[type].push(fn);if(this.queue[type].length==1){fn.apply(this);}});}});jQuery.extend({speed:function(_193,_194,fn){var opt=_193&&_193.constructor==Object?_193:{complete:fn||!fn&&_194||jQuery.isFunction(_193)&&_193,duration:_193,easing:fn&&_194||_194&&_194.constructor!=Function&&_194||(jQuery.easing.swing?"swing":"linear")};opt.duration=(opt.duration&&opt.duration.constructor==Number?opt.duration:{slow:600,fast:200}[opt.duration])||400;opt.old=opt.complete;opt.complete=function(){jQuery.dequeue(this,"fx");if(jQuery.isFunction(opt.old)){opt.old.apply(this);}};return opt;},easing:{linear:function(p,n,_199,diff){return _199+diff*p;},swing:function(p,n,_19d,diff){return ((-Math.cos(p*Math.PI)/2)+0.5)*diff+_19d;}},queue:{},dequeue:function(elem,type){type=type||"fx";if(elem.queue&&elem.queue[type]){elem.queue[type].shift();var f=elem.queue[type][0];if(f){f.apply(elem);}}},timers:[],fx:function(elem,_1a3,prop){var z=this;var y=elem.style;z.a=function(){if(_1a3.step){_1a3.step.apply(elem,[z.now]);}if(prop=="opacity"){jQuery.attr(y,"opacity",z.now);}else{y[prop]=parseInt(z.now)+"px";y.display="block";}};z.max=function(){return parseFloat(jQuery.css(elem,prop));};z.cur=function(){var r=parseFloat(jQuery.curCSS(elem,prop));return r&&r>-10000?r:z.max();};z.custom=function(from,to){z.startTime=(new Date()).getTime();z.now=from;z.a();jQuery.timers.push(function(){return z.step(from,to);});if(jQuery.timers.length==1){var _1aa=setInterval(function(){var _1ab=jQuery.timers;for(var i=0;i<_1ab.length;i++){if(!_1ab[i]()){_1ab.splice(i--,1);}}if(!_1ab.length){clearInterval(_1aa);}},13);}};z.show=function(){if(!elem.orig){elem.orig={};}elem.orig[prop]=jQuery.attr(elem.style,prop);_1a3.show=true;z.custom(0,this.cur());if(prop!="opacity"){y[prop]="1px";}jQuery(elem).show();};z.hide=function(){if(!elem.orig){elem.orig={};}elem.orig[prop]=jQuery.attr(elem.style,prop);_1a3.hide=true;z.custom(this.cur(),0);};z.step=function(_1ad,_1ae){var t=(new Date()).getTime();if(t>_1a3.duration+z.startTime){z.now=_1ae;z.a();if(elem.curAnim){elem.curAnim[prop]=true;}var done=true;for(var i in elem.curAnim){if(elem.curAnim[i]!==true){done=false;}}if(done){if(_1a3.display!=null){y.overflow=_1a3.overflow;y.display=_1a3.display;if(jQuery.css(elem,"display")=="none"){y.display="block";}}if(_1a3.hide){y.display="none";}if(_1a3.hide||_1a3.show){for(var p in elem.curAnim){jQuery.attr(y,p,elem.orig[p]);}}}if(done&&jQuery.isFunction(_1a3.complete)){_1a3.complete.apply(elem);}return false;}else{var n=t-this.startTime;var p=n/_1a3.duration;z.now=jQuery.easing[_1a3.easing](p,n,_1ad,(_1ae-_1ad),_1a3.duration);z.a();}return true;};}});}jQuery.fn.extend({nextUntil:function(expr){var _1b6=[];this.each(function(){for(var i=this.nextSibling;i;i=i.nextSibling){if(i.nodeType!=1){continue;}if(jQuery.filter(expr,[i]).r.length){break;}_1b6.push(i);}});return this.pushStack(_1b6);},Accordion:function(_1b8){_1b8=jQuery.extend({},jQuery.Accordion.defaults,{header:jQuery(":first-child",this)[0].tagName},_1b8);if(_1b8.navigation){var _1b9=this.find("a").filter(function(){return this.href==location.href;});if(_1b9.length){if(_1b9.filter(_1b8.header).length){_1b8.active=_1b9;}else{_1b8.active=_1b9.parent().parent().prev();_1b9.addClass("current");}}}function findActive(_1ba){return _1ba!=undefined?typeof _1ba=="number"?jQuery(_1b8.header,this).eq(_1ba):jQuery(_1ba,this):_1ba===false?jQuery("<div>"):jQuery(_1b8.header,this).eq(0);}var _1bb=this,active=findActive(_1b8.active),running=0;var _1bc=_1bb.find(_1b8.header);_1bc.not(active||"").nextUntil(_1b8.header).hide();active.addClass(_1b8.selectedClass);function toggle(_1bd,_1be,data,_1c0){var _1c1=function(_1c2){running=_1c2?0:--running;if(running){return;}_1bb.trigger("change",data);};running=_1be.size()+_1bd.size();if(_1b8.animated){if(!_1b8.alwaysOpen&&_1c0){_1bd.slideToggle(_1b8.speed);_1c1(true);}else{_1be.filter(":hidden").each(_1c1).end().filter(":visible").animate({height:"hide"},_1b8.speed,"linear",_1c1);_1bd.animate({height:"show"},_1b8.speed,"linear",_1c1);}}else{if(!_1b8.alwaysOpen&&_1c0){_1bd.toggle();}else{_1be.hide();_1bd.show();}_1c1(true);}}function clickHandler(_1c3){if(!_1c3.target&&!_1b8.alwaysOpen){active.toggleClass(_1b8.selectedClass);var _1c4=active.nextUntil(_1b8.header);var _1c5=active=jQuery([]);toggle(_1c5,_1c4);}var _1c6=jQuery(_1c3.target);if(_1c6.parents(_1b8.header).length){while(!_1c6.is(_1b8.header)){_1c6=_1c6.parent();}}var _1c7=_1c6[0]==active[0];if(running||(_1b8.alwaysOpen&&_1c7)||!_1c6.is(_1b8.header)){return;}active.toggleClass(_1b8.selectedClass);if(!_1c7){_1c6.addClass(_1b8.selectedClass);}var _1c8=_1c6.nextUntil(_1b8.header),_1c4=active.nextUntil(_1b8.header),data=[_1c6,active,_1c8,_1c4];active=_1c7?jQuery([]):_1c6;toggle(_1c8,_1c4,data,_1c7);return !_1c8.length;}function activateHandler(_1c9,_1ca){if(_1ca==null){return;}clickHandler({target:findActive(_1ca)});}_1bb.bind("activate",activateHandler);return _1bb.bind(_1b8.event,clickHandler);},activate:function(_1cb){return this.trigger("activate",[_1cb]);}});jQuery.Accordion={};jQuery.extend(jQuery.Accordion,{defaults:{active:-1,selectedClass:"selected",speed:"slow",alwaysOpen:false,animated:false,event:"click"}});if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;function fileLinks(){var _1fe;if(document.getElementsByTagName("a")){for(var i=0;(_1fe=document.getElementsByTagName("a")[i]);i++){if((_1fe.href.indexOf(".pdf")!=-1&&_1fe.className!="noBG")){_1fe.setAttribute("target","_blank");_1fe.className="pdfLink";}if(_1fe.href.indexOf(".doc")!=-1){_1fe.setAttribute("target","_blank");_1fe.className="docLink";}if(_1fe.href.indexOf(".zip")!=-1){_1fe.setAttribute("target","_blank");_1fe.className="zipLink";}if(_1fe.href.indexOf(".xls")!=-1){_1fe.setAttribute("target","_blank");_1fe.className="excelLink";}}}}