jQuery.clientCoords=function(){var b={width:0,height:0};if(document.documentElement){b.width=document.documentElement.offsetWidth;b.height=document.documentElement.offsetHeight}else{if(window.innerWidth&&window.innerHeight){b.width=window.innerWidth;b.height=window.innerHeight}}return b};(function(d){var e=d.scrollTo=function(c,a,b){d(window).scrollTo(c,a,b)};e.defaults={axis:"y",duration:1};e.window=function(a){return d(window).scrollable()};d.fn.scrollable=function(){return this.map(function(){var g=this.parentWindow||this.defaultView,a=this.nodeName=="#document"?g.frameElement||g:this,b=a.contentDocument||(a.contentWindow||a).document,c=a.setInterval;return a.nodeName=="IFRAME"||c&&d.browser.safari?b.body:c?b.documentElement:this})};d.fn.scrollTo=function(a,b,c){if(typeof b=="object"){c=b;b=0}if(typeof c=="function"){c={onAfter:c}}c=d.extend({},e.defaults,c);b=b||c.speed||c.duration;c.queue=c.queue&&c.axis.length>1;if(c.queue){b/=2}c.offset=f(c.offset);c.over=f(c.over);return this.scrollable().each(function(){var q=this,p=d(q),u=a,t,v={},k=p.is("html,body");switch(typeof u){case"number":case"string":if(/^([+-]=)?\d+(px)?$/.test(u)){u=f(u);break}u=d(u,this);case"object":if(u.is||u.style){t=(u=d(u)).offset()}}d.each(c.axis.split(""),function(j,g){var m=g=="x"?"Left":"Top",r=m.toLowerCase(),i="scroll"+m,n=q[i],s=g=="x"?"Width":"Height",h=s.toLowerCase();if(t){v[i]=t[r]+(k?0:n-p.offset()[r]);if(c.margin){v[i]-=parseInt(u.css("margin"+m))||0;v[i]-=parseInt(u.css("border"+m+"Width"))||0}v[i]+=c.offset[r]||0;if(c.over[r]){v[i]+=u[h]()*c.over[r]}}else{v[i]=u[r]}if(/^\d+$/.test(v[i])){v[i]=v[i]<=0?0:Math.min(v[i],o(s))}if(!j&&c.queue){if(n!=v[i]){l(c.onAfterFirst)}delete v[i]}});l(c.onAfter);function l(g){p.animate(v,b,c.easing,g&&function(){g.call(this,a,c)})}function o(h){var i="scroll"+h,g=q.ownerDocument;return k?Math.max(g.documentElement[i],g.body[i]):q[i]}}).end()};function f(a){return typeof a=="object"?a:{top:a,left:a}}})(jQuery);(function(g){var e=location.href.replace(/#.*/,"");var h=g.localScroll=function(a){g("body").localScroll(a)};h.defaults={duration:1000,axis:"y",event:"click",stop:true};h.hash=function(a){a=g.extend({},h.defaults,a);a.hash=false;if(location.hash){setTimeout(function(){f(0,location,a)},0)}};g.fn.localScroll=function(a){a=g.extend({},h.defaults,a);return(a.persistent||a.lazy)?this.bind(a.event,function(c){var d=g([c.target,c.target.parentNode]).filter(b)[0];d&&f(c,d,a)}):this.find("a,area").filter(b).bind(a.event,function(c){f(c,this,a)}).end().end();function b(){return !!this.href&&!!this.hash&&this.href.replace(this.hash,"")==e&&(!a.filter||g(this).is(a.filter))}};function f(d,b,w){var A=b.hash.slice(1),x=document.getElementById(A)||document.getElementsByName(A)[0];if(x){var u=g(x).offset().left;var a=g(x).offset().top;var s=g(x).width();var y=g.clientCoords().width;var v=Math.round((y-s)/2);var t=u-v;var c=a;if(t<=0){t=0}if(c<=0){c=0}if(u<t){t=u}d&&d.preventDefault();var z=g(w.target||g.scrollTo.window());if(w.lock&&z.is(":animated")||w.onBefore&&w.onBefore.call(b,d,x,z)===false){return}if(w.stop){z.queue("fx",[]).stop()}z.scrollTo({top:c,left:t},w).trigger("notify.serialScroll",[x]);if(w.hash){z.queue(function(){location=b.hash;g(this).dequeue()})}}}})(jQuery);jQuery(function(b){b.scrollTo.defaults.axis="xy";b.localScroll({axis:"xy",lazy:true})});(function(j){j.ui=j.ui||{};j.fn.extend({accordion:function(b,a){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){if(typeof b=="string"){var d=j.data(this,"ui-accordion");d[b].apply(d,c)}else{if(!j(this).is(".ui-accordion")){j.data(this,"ui-accordion",new j.ui.accordion(this,b))}}})},activate:function(a){return this.accordion("activate",a)}});j.ui.accordion=function(e,d){this.options=d=j.extend({},j.ui.accordion.defaults,d);this.element=e;j(e).addClass("ui-accordion");if(d.navigation){var a=j(e).find("a").filter(d.navigationFilter);if(a.length){if(a.filter(d.header).length){d.active=a}else{d.active=a.parent().parent().prev();a.addClass("current")}}}d.headers=j(e).find(d.header);d.active=l(d.headers,d.active);if(d.fillSpace){var b=j(e).parent().height();d.headers.each(function(){b-=j(this).outerHeight()});var c=0;d.headers.next().each(function(){c=Math.max(c,j(this).innerHeight()-j(this).height())}).height(b-c)}else{if(d.autoheight){var b=0;d.headers.next().each(function(){b=Math.max(b,j(this).outerHeight())}).height(b)}}d.headers.not(d.active||"").next().hide();d.active.parent().andSelf().addClass(d.selectedClass);if(d.event){j(e).bind((d.event)+".ui-accordion",i)}};j.ui.accordion.prototype={activate:function(a){i.call(this.element,{target:l(this.options.headers,a)[0]})},enable:function(){this.options.disabled=false},disable:function(){this.options.disabled=true},destroy:function(){this.options.headers.next().css("display","");if(this.options.fillSpace||this.options.autoheight){this.options.headers.next().css("height","")}j.removeData(this.element,"ui-accordion");j(this.element).removeClass("ui-accordion").unbind(".ui-accordion")}};function g(a,b){return function(){return a.apply(b,arguments)}}function k(a){if(!j.data(this,"ui-accordion")){return}var c=j.data(this,"ui-accordion");var b=c.options;b.running=a?0:--b.running;if(b.running){return}if(b.clearStyle){b.toShow.add(b.toHide).css({height:"",overflow:""})}j(this).triggerHandler("change.ui-accordion",[b.data],b.change)}function h(n,c,b,d,a){var e=j.data(this,"ui-accordion").options;e.toShow=n;e.toHide=c;e.data=b;var f=g(k,this);e.running=c.size()==0?n.size():c.size();if(e.animated){if(!e.alwaysOpen&&d){j.ui.accordion.animations[e.animated]({toShow:jQuery([]),toHide:c,complete:f,down:a,autoheight:e.autoheight})}else{j.ui.accordion.animations[e.animated]({toShow:n,toHide:c,complete:f,down:a,autoheight:e.autoheight})}}else{if(!e.alwaysOpen&&d){n.toggle()}else{c.hide();n.show()}f(true)}}function i(b){var d=j.data(this,"ui-accordion").options;if(d.disabled){return false}if(!b.target&&!d.alwaysOpen){d.active.parent().andSelf().toggleClass(d.selectedClass);var e=d.active.next(),a={instance:this,options:d,newHeader:jQuery([]),oldHeader:d.active,newContent:jQuery([]),oldContent:e},o=d.active=j([]);h.call(this,o,e,a);return false}var c=j(b.target);if(c.parents(d.header).length){while(!c.is(d.header)){c=c.parent()}}var f=c[0]==d.active[0];if(d.running||(d.alwaysOpen&&f)){return false}if(!c.is(d.header)){return}d.active.parent().andSelf().toggleClass(d.selectedClass);if(!f){c.parent().andSelf().addClass(d.selectedClass)}var o=c.next(),e=d.active.next(),a={instance:this,options:d,newHeader:c,oldHeader:d.active,newContent:o,oldContent:e},p=d.headers.index(d.active[0])>d.headers.index(c[0]);d.active=f?j([]):c;h.call(this,o,e,a,f,p);return false}function l(a,b){return b!=undefined?typeof b=="number"?a.filter(":eq("+b+")"):a.not(a.not(b)):b===false?j([]):a.filter(":eq(0)")}j.extend(j.ui.accordion,{defaults:{selectedClass:"selected",alwaysOpen:true,animated:"slide",event:"click",header:"a",autoheight:true,running:0,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(e,c){e=j.extend({easing:"swing",duration:300},e,c);if(!e.toHide.size()){e.toShow.animate({height:"show"},e);return}var d=e.toHide.height(),b=e.toShow.height(),a=b/d;e.toShow.css({height:0,overflow:"hidden"}).show();e.toHide.filter(":hidden").each(e.complete).end().filter(":visible").animate({height:"hide"},{step:function(n){var f=(d-n)*a;if(j.browser.msie||j.browser.opera){f=Math.ceil(f)}e.toShow.height(f)},duration:e.duration,easing:e.easing,complete:function(){if(!e.autoheight){e.toShow.css("height","auto")}e.complete()}})},bounceslide:function(a){this.slide(a,{easing:a.down?"bounceout":"swing",duration:a.down?1000:200})},easeslide:function(a){this.slide(a,{easing:"easeinout",duration:700})}}})})(jQuery);(function(c){c.dimensions={version:"@VERSION"};c.each(["Height","Width"],function(a,b){c.fn["inner"+b]=function(){if(!this[0]){return}var g=b=="Height"?"Top":"Left",h=b=="Height"?"Bottom":"Right";return d(this,b.toLowerCase())+d(this,"padding"+g)+d(this,"padding"+h)};c.fn["outer"+b]=function(i){if(!this[0]){return}var h=b=="Height"?"Top":"Left",j=b=="Height"?"Bottom":"Right";i=c.extend({margin:false},i||{});return d(this,b.toLowerCase())+d(this,"border"+h+"Width")+d(this,"border"+j+"Width")+d(this,"padding"+h)+d(this,"padding"+j)+(i.margin?(d(this,"margin"+h)+d(this,"margin"+j)):0)}});c.each(["Left","Top"],function(a,b){c.fn["scroll"+b]=function(f){if(!this[0]){return}return f!=undefined?this.each(function(){this==window||this==document?window.scrollTo(b=="Left"?f:c(window)["scrollLeft"](),b=="Top"?f:c(window)["scrollTop"]()):this["scroll"+b]=f}):this[0]==window||this[0]==document?self[(b=="Left"?"pageXOffset":"pageYOffset")]||c.boxModel&&document.documentElement["scroll"+b]||document.body["scroll"+b]:this[0]["scroll"+b]}});c.fn.extend({position:function(){var b=0,j=0,k=this[0],a,n,l,m;if(k){l=this.offsetParent();a=this.offset();n=l.offset();a.top-=d(k,"marginTop");a.left-=d(k,"marginLeft");n.top+=d(l,"borderTopWidth");n.left+=d(l,"borderLeftWidth");m={top:a.top-n.top,left:a.left-n.left}}return m},offsetParent:function(){var a=this[0].offsetParent;while(a&&(!/^body|html$/i.test(a.tagName)&&c.css(a,"position")=="static")){a=a.offsetParent}return c(a)}});function d(b,a){return parseInt(c.css(b.jquery?b[0]:b,a))||0}})(jQuery);jQuery.extend(jQuery.easing,{easein:function(j,i,b,c,d){return c*(i/=d)*i+b},easeinout:function(l,k,b,c,d){if(k<d/2){return 2*c*k*k/(d*d)+b}var j=k-d/2;return -2*c*j*j/(d*d)+2*c*j/d+c/2+b},easeout:function(j,i,b,c,d){return -c*i*i/(d*d)+2*c*i/d+b},expoin:function(l,k,b,c,d){var j=1;if(c<0){j*=-1;c*=-1}return j*(Math.exp(Math.log(c)/d*k))+b},expoout:function(l,k,b,c,d){var j=1;if(c<0){j*=-1;c*=-1}return j*(-Math.exp(-Math.log(c)/d*(k-d))+c+1)+b},expoinout:function(l,k,b,c,d){var j=1;if(c<0){j*=-1;c*=-1}if(k<d/2){return j*(Math.exp(Math.log(c/2)/(d/2)*k))+b}return j*(-Math.exp(-2*Math.log(c/2)/d*(k-d))+c+1)+b},bouncein:function(j,i,b,c,d){return c-jQuery.easing.bounceout(j,d-i,0,c,d)+b},bounceout:function(j,i,b,c,d){if((i/=d)<(1/2.75)){return c*(7.5625*i*i)+b}else{if(i<(2/2.75)){return c*(7.5625*(i-=(1.5/2.75))*i+0.75)+b}else{if(i<(2.5/2.75)){return c*(7.5625*(i-=(2.25/2.75))*i+0.9375)+b}else{return c*(7.5625*(i-=(2.625/2.75))*i+0.984375)+b}}}},bounceinout:function(j,i,b,c,d){if(i<d/2){return jQuery.easing.bouncein(j,i*2,0,c,d)*0.5+b}return jQuery.easing.bounceout(j,i*2-d,0,c,d)*0.5+c*0.5+b},elasin:function(o,m,p,a,b){var d=1.70158;var c=0;var n=a;if(m==0){return p}if((m/=b)==1){return p+a}if(!c){c=b*0.3}if(n<Math.abs(a)){n=a;var d=c/4}else{var d=c/(2*Math.PI)*Math.asin(a/n)}return -(n*Math.pow(2,10*(m-=1))*Math.sin((m*b-d)*(2*Math.PI)/c))+p},elasout:function(o,m,p,a,b){var d=1.70158;var c=0;var n=a;if(m==0){return p}if((m/=b)==1){return p+a}if(!c){c=b*0.3}if(n<Math.abs(a)){n=a;var d=c/4}else{var d=c/(2*Math.PI)*Math.asin(a/n)}return n*Math.pow(2,-10*m)*Math.sin((m*b-d)*(2*Math.PI)/c)+a+p},elasinout:function(o,m,p,a,b){var d=1.70158;var c=0;var n=a;if(m==0){return p}if((m/=b/2)==2){return p+a}if(!c){c=b*(0.3*1.5)}if(n<Math.abs(a)){n=a;var d=c/4}else{var d=c/(2*Math.PI)*Math.asin(a/n)}if(m<1){return -0.5*(n*Math.pow(2,10*(m-=1))*Math.sin((m*b-d)*(2*Math.PI)/c))+p}return n*Math.pow(2,-10*(m-=1))*Math.sin((m*b-d)*(2*Math.PI)/c)*0.5+a+p},backin:function(l,k,b,c,d){var j=1.70158;return c*(k/=d)*k*((j+1)*k-j)+b},backout:function(l,k,b,c,d){var j=1.70158;return c*((k=k/d-1)*k*((j+1)*k+j)+1)+b},backinout:function(l,k,b,c,d){var j=1.70158;if((k/=d/2)<1){return c/2*(k*k*(((j*=(1.525))+1)*k-j))+b}return c/2*((k-=2)*k*(((j*=(1.525))+1)*k+j)+2)+b}});jQuery.preloadCssImages=function(p){p=jQuery.extend({statusTextEl:null,statusBarEl:null,errorDelay:999,simultaneousCacheLoading:2},p);var r=[],m=0,o=[],l,n;function j(){clearTimeout(n);if(o&&o.length&&o[m]){m++;if(p.statusTextEl){var b=(o[m])?"Now Loading: <span>"+o[m].split("/")[o[m].split("/").length-1]:"Loading complete";jQuery(p.statusTextEl).html('<span class="numLoaded">'+m+'</span> of <span class="numTotal">'+o.length+'</span> loaded (<span class="percentLoaded">'+(m/o.length*100).toFixed(0)+'%</span>) <span class="currentImg">'+b+"</span></span>")}if(p.statusBarEl){var a=jQuery(p.statusBarEl).width();jQuery(p.statusBarEl).css("background-position",-(a-(a*m/o.length).toFixed(0))+"px 50%")}k()}}function k(){if(o&&o.length&&o[m]){var a=new Image();a.src=o[m];if(!a.complete){jQuery(a).bind("error load onreadystatechange",j)}else{j()}n=setTimeout(j,p.errorDelay)}}function q(J,b){var e=false,D=[],H=[],a;var I=J.length;while(I--){var c="";if(b&&b[I]){a=b[I]}else{var E=(J[I].href)?J[I].href:"window.location.href";var G=E.split("/");G.pop();a=G.join("/");if(a){a+="/"}}if(J[I].cssRules||J[I].rules){l=(J[I].cssRules)?J[I].cssRules:J[I].rules;var h=l.length;while(h--){if(l[h].style&&l[h].style.cssText){var F=l[h].style.cssText;if(F.toLowerCase().indexOf("url")!=-1){c+=F}}else{if(l[h].styleSheet){D.push(l[h].styleSheet);e=true}}}}var i=c.match(/[^\("]+\.(gif|jpg|jpeg|png)/g);if(i){var f=i.length;while(f--){var M=(i[f].charAt(0)=="/"||i[f].match("://"))?i[f]:a+i[f];if(jQuery.inArray(M,o)==-1){o.push(M)}}}if(!e&&J[I].imports&&J[I].imports.length){for(var L=0,N=J[I].imports.length;L<N;L++){var d=J[I].imports[L].href;d=d.split("/");d.pop();d=d.join("/");if(d){d+="/"}var K=(d.charAt(0)=="/"||d.match("://"))?d:a+d;H.push(K);D.push(J[I].imports[L])}}}if(D.length){q(D,H);return false}var g=p.simultaneousCacheLoading;while(g--){setTimeout(k,g)}}q(document.styleSheets);return o};jQuery.fn.selectbox=function(l){var k={className:"jquery-selectbox",animationSpeed:"normal",listboxMaxSize:10,replaceInvisible:false};var j="jquery-custom-selectboxes-replaced";var m=false;var n=function(a){var b=a.parents("."+k.className+"");a.slideDown(k.animationSpeed,function(){m=true});b.addClass("selecthover");jQuery(document).bind("click",h);return a};var i=function(a){var b=a.parents("."+k.className+"");a.slideUp(k.animationSpeed,function(){m=false;jQuery(this).parents("."+k.className+"").removeClass("selecthover")});jQuery(document).unbind("click",h);return a};var h=function(a){var c=a.target;var b=jQuery("."+k.className+"-list:visible").parent().find("*").andSelf();if(jQuery.inArray(c,b)<0&&m){i(jQuery("."+j+"-list"))}return false};k=jQuery.extend(k,l||{});return this.each(function(){var a=jQuery(this);if(a.filter(":visible").length==0&&!k.replaceInvisible){return}var c=jQuery('<div class="'+k.className+" "+j+'"><div class="'+k.className+'-moreButton" /><div class="'+k.className+"-list "+j+'-list" /><span class="'+k.className+'-currentItem" /></div>');jQuery("option",a).each(function(p,f){var f=jQuery(f);var g=jQuery('<span class="'+k.className+"-item value-"+f.val()+" item-"+p+'">'+f.text()+"</span>");g.click(function(){var u=jQuery(this);var v=u.parents("."+k.className);var o=u[0].className.split(" ");for(k1 in o){if(/^item-[0-9]+$/.test(o[k1])){o=parseInt(o[k1].replace("item-",""),10);break}}var x=u[0].className.split(" ");for(k1 in x){if(/^value-.+$/.test(x[k1])){x=x[k1].replace("value-","");break}}v.find("."+k.className+"-currentItem").text(u.text());v.find("select").val(x).triggerHandler("change");var w=v.find("."+k.className+"-list");if(w.filter(":visible").length>0){i(w)}else{n(w)}}).bind("mouseenter",function(){jQuery(this).addClass("listelementhover")}).bind("mouseleave",function(){jQuery(this).removeClass("listelementhover")});jQuery("."+k.className+"-list",c).append(g);if(f.filter(":selected").length>0){jQuery("."+k.className+"-currentItem",c).text(f.text())}});c.find("."+k.className+"-moreButton").click(function(){var g=jQuery(this);var p=jQuery("."+k.className+"-list").not(g.siblings("."+k.className+"-list"));i(p);var f=g.siblings("."+k.className+"-list");if(f.filter(":visible").length>0){i(f)}else{n(f)}}).bind("mouseenter",function(){jQuery(this).addClass("morebuttonhover")}).bind("mouseleave",function(){jQuery(this).removeClass("morebuttonhover")});a.hide().replaceWith(c).appendTo(c);var b=c.find("."+k.className+"-list");var e=b.find("."+k.className+"-item").length;if(e>k.listboxMaxSize){e=k.listboxMaxSize}if(e==0){e=1}var d=Math.round(a.width()+5);if(jQuery.browser.safari){d=d*0.94}c.css("width",d+"px");b.css({width:Math.round(d-5)+"px",height:e+"em"})})};jQuery.fn.unselectbox=function(){var b="jquery-custom-selectboxes-replaced";return this.each(function(){var a=jQuery(this).filter("."+b);a.replaceWith(a.find("select").show())})};(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);(function(c){c.fn.superfish=function(a){var n=c.fn.superfish,b=n.c,o=c(['<span class="',b.arrowClass,'"></span>'].join("")),l=function(){var f=c(this),e=q(f);clearTimeout(e.sfTimer);f.showSuperfishUl().siblings().hideSuperfishUl()},p=function(){var g=c(this),e=q(g),f=n.op;clearTimeout(e.sfTimer);e.sfTimer=setTimeout(function(){f.retainPath=(c.inArray(g[0],f.$path)>-1);g.hideSuperfishUl();if(f.$path.length&&g.parents(["li.",f.hoverClass].join("")).length<1){l.call(f.$path)}},f.delay)},q=function(f){var e=f.parents(["ul.",b.menuClass,":first"].join(""))[0];n.op=n.o[e.serial];return e},m=function(e){e.addClass(b.anchorClass).append(o.clone())};return this.each(function(){var g=this.serial=n.o.length;var e=c.extend({},n.defaults,a);e.$path=c("li."+e.pathClass,this).slice(0,e.pathLevels).each(function(){c(this).addClass([e.hoverClass,b.bcClass].join(" ")).filter("li:has(ul)").removeClass(e.pathClass)});n.o[g]=n.op=e;c("li:has(ul)",this)[(c.fn.hoverIntent&&!e.disableHI)?"hoverIntent":"hover"](l,p).each(function(){if(e.autoArrows){m(c(">a:first-child",this))}}).not("."+b.bcClass).hideSuperfishUl();var f=c("a",this);f.each(function(i){var h=f.eq(i).parents("li");f.eq(i).focus(function(){l.call(h)}).blur(function(){p.call(h)})});e.onInit.call(this)}).each(function(){var e=[b.menuClass];if(n.op.dropShadows&&!(c.browser.msie&&c.browser.version<7)){e.push(b.shadowClass)}c(this).addClass(e.join(" "))})};var d=c.fn.superfish;d.o=[];d.op={};d.IE7fix=function(){var a=d.op;if(c.browser.msie&&c.browser.version>6&&a.dropShadows&&a.animation.opacity!=undefined){this.toggleClass(d.c.shadowClass+"-off")}};d.c={bcClass:"sf-breadcrumb",menuClass:"sf-js-enabled",anchorClass:"sf-with-ul",arrowClass:"sf-sub-indicator",shadowClass:"sf-shadow"};d.defaults={hoverClass:"sfHover",pathClass:"overideThisToUse",pathLevels:1,delay:1,animation:{opacity:"show"},speed:"fast",autoArrows:false,dropShadows:false,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};c.fn.extend({hideSuperfishUl:function(){var a=d.op,b=(a.retainPath===true)?a.$path:"";a.retainPath=false;var f=c(["li.",a.hoverClass].join(""),this).add(this).not(b).removeClass(a.hoverClass).find(">ul").hide().css("visibility","hidden");a.onHide.call(f);return this},showSuperfishUl:function(){var a=d.op,b=d.c.shadowClass+"-off",f=this.addClass(a.hoverClass).find(">ul:hidden").css("visibility","visible");d.IE7fix.call(f);a.onBeforeShow.call(f);f.animate(a.animation,a.speed,function(){d.IE7fix.call(f);a.onShow.call(f)});return this}})})(jQuery);(function(b){b.fn.supersubs=function(a){var d=b.extend({},b.fn.supersubs.defaults,a);return this.each(function(){var h=b(this);var g=b.meta?b.extend({},d,h.data()):d;var c=b('<li id="menu-fontsize">&#8212;</li>').css({padding:0,position:"absolute",top:"-999em",width:"auto"}).appendTo(h).width();b("#menu-fontsize").remove();$ULs=h.find("ul");$ULs.each(function(f){var i=$ULs.eq(f);var n=i.children();var p=n.children("a");var e=n.css("white-space","nowrap").css("float");var o=i.add(n).add(p).css({"float":"none",width:"auto"}).end().end()[0].clientWidth/c;o+=g.extraWidth;if(o>g.maxWidth){o=g.maxWidth}else{if(o<g.minWidth){o=g.minWidth}}o+="em";i.css("width",o);n.css({"float":e,width:"100%","white-space":"normal"}).each(function(){var k=b(">ul",this);var j=k.css("left")!==undefined?"left":"right";k.css(j,o)})})})};b.fn.supersubs.defaults={minWidth:9,maxWidth:25,extraWidth:0}})(jQuery);jQuery.noConflict();jQuery(document).ready(function(){jQuery("ul.sf-menu").supersubs({minWidth:12,maxWidth:27,extraWidth:1}).superfish({delay:0,animation:{height:"show"}})});jQuery(document).ready(function(){jQuery.preloadCssImages()});jQuery(document).ready(function(){jQuery("a").each(function(){jQuery(this).removeAttr("title")});jQuery("img").each(function(){jQuery(this).removeAttr("title")});jQuery("img").each(function(){jQuery(this).removeAttr("alt")})});jQuery(document).ready(function(){jQuery(".additional_description_span").accordion({alwaysOpen:false,autoheight:false,header:"a.additional_description_link",clearStyle:true,animated:"easeslide"});jQuery(".additional_description_span").accordion("activate",0)});jQuery(document).ready(function(){jQuery("select").selectbox()});jQuery(document).ready(function(){jQuery("a").keypress(function(){this.blur();this.hideFocus=false;this.style.outline=null});jQuery("a").mousedown(function(){this.blur();this.hideFocus=true;this.style.outline="none"})});