if(!hs){var hs={lang:{cssDirection:'ltr',loadingText:'',loadingTitle:'',focusTitle:'',fullExpandTitle:'',creditsText:'Powered by Highslide JS',creditsTitle:'',previousText:'',nextText:'',moveText:'',closeText:'',closeTitle:'',resizeTitle:'',playText:'',playTitle:'',pauseText:'',pauseTitle:'',previousTitle:'',nextTitle:'',moveTitle:'',fullExpandText:'1:1',number:'',restoreTitle:''},graphicsDir:'hs/graphics/',expandCursor:'zoomin.cur',restoreCursor:'zoomout.cur',expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:1001,loadingOpacity:0.75,allowMultipleInstances:true,numberOfImagesToPreload:5,outlineWhileAnimating:2,outlineStartOffset:3,padToMinWidth:false,fullExpandPosition:'bottom right',fullExpandOpacity:1,showCredits:0,creditsHref:'http://highslide.com/',creditsTarget:'_self',enableKeyListener:true,openerTagNames:['a','area'],transitions:[],transitionDuration:250,dimmingOpacity:0,dimmingDuration:50,allowWidthReduction:false,allowHeightReduction:true,preserveContent:true,objectLoadTime:'before',cacheAjax:true,anchor:'auto',align:'auto',targetX:null,targetY:null,dragByHeading:true,minWidth:200,minHeight:200,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>'+'<li class="highslide-previous">'+'<a href="#" title="{hs.lang.previousTitle}" onclick="return hs.previous(this)">'+'<span>{hs.lang.previousText}</span></a>'+'</li>'+'<li class="highslide-next">'+'<a href="#" title="{hs.lang.nextTitle}" onclick="return hs.next(this)">'+'<span>{hs.lang.nextText}</span></a>'+'</li>'+'<li class="highslide-move">'+'<a href="#" title="{hs.lang.moveTitle}" onclick="return false">'+'<span>{hs.lang.moveText}</span></a>'+'</li>'+'<li class="highslide-close">'+'<a href="#" title="{hs.lang.closeTitle}" onclick="return hs.close(this)">'+'<span>{hs.lang.closeText}</span></a>'+'</li>'+'</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,b,c,d,e){var f=document.createElement(a);if(b)hs.extend(f,b);if(e)hs.setStyles(f,{padding:0,border:'none',margin:0});if(c)hs.setStyles(f,c);if(d)d.appendChild(f);return f},extend:function(a,b){for(var x in b)a[x]=b[x];return a},setStyles:function(a,b){for(var x in b){if(hs.ie&&x=='opacity'){if(b[x]>0.99)a.style.removeAttribute('filter');else a.style.filter='alpha(opacity='+(b[x]*100)+')'}else a.style[x]=b[x]}},animate:function(a,b,c){var d,end,unit;if(typeof c!='object'||c===null){var f=arguments;c={duration:f[2],easing:f[3],complete:f[4]}}if(typeof c.duration!='number')c.duration=250;c.easing=Math[c.easing]||Math.easeInQuad;c.curAnim=hs.extend({},b);for(var g in b){var e=new hs.fx(a,c,g);d=parseFloat(hs.css(a,g))||0;end=parseFloat(b[g]);unit=g!='opacity'?'px':'';e.custom(d,end,unit)}},css:function(c,d){if(document.defaultView){return document.defaultView.getComputedStyle(c,null).getPropertyValue(d)}else{if(d=='opacity')d='filter';var e=c.currentStyle[d.replace(/\-(\w)/g,function(a,b){return b.toUpperCase()})];if(d=='filter')e=e.replace(/alpha\(opacity=([0-9]+)\)/,function(a,b){return b/100});return e===''?1:e}},getPageSize:function(){var d=document,w=window,iebody=d.compatMode&&d.compatMode!='BackCompat'?d.documentElement:d.body;var a=hs.ie?iebody.clientWidth:(d.documentElement.clientWidth||self.innerWidth),height=hs.ie?iebody.clientHeight:self.innerHeight;hs.page={width:a,height:height,scrollLeft:hs.ie?iebody.scrollLeft:pageXOffset,scrollTop:hs.ie?iebody.scrollTop:pageYOffset}},getPosition:function(a){if(/area/i.test(a.tagName)){var b=document.getElementsByTagName('img');for(var i=0;i<b.length;i++){var u=b[i].useMap;if(u&&u.replace(/^.*?#/,'')==a.parentNode.name){a=b[i];break}}}var p={x:a.offsetLeft,y:a.offsetTop};while(a.offsetParent){a=a.offsetParent;p.x+=a.offsetLeft;p.y+=a.offsetTop;if(a!=document.body&&a!=document.documentElement){p.x-=a.scrollLeft;p.y-=a.scrollTop}}return p},expand:function(a,b,c,d){if(!a)a=hs.createElement('a',null,{display:'none'},hs.container);if(typeof a.getParams=='function')return b;if(d=='html'){for(var i=0;i<hs.sleeping.length;i++){if(hs.sleeping[i]&&hs.sleeping[i].a==a){hs.sleeping[i].awake();hs.sleeping[i]=null;return false}}hs.hasHtmlExpanders=true}try{new hs.Expander(a,b,c,d);return false}catch(e){return true}},htmlExpand:function(a,b,c){return hs.expand(a,b,c,'html')},getSelfRendered:function(){return hs.createElement('div',{className:'highslide-html-content',innerHTML:hs.replaceLang(hs.skin.contentWrapper)})},getElementByClass:function(a,b,c){var d=a.getElementsByTagName(b);for(var i=0;i<d.length;i++){if((new RegExp(c)).test(d[i].className)){return d[i]}}return null},replaceLang:function(s){s=s.replace(/\s/g,' ');var a=/{hs\.lang\.([^}]+)\}/g,matches=s.match(a),lang;if(matches)for(var i=0;i<matches.length;i++){lang=matches[i].replace(a,"$1");if(typeof hs.lang[lang]!='undefined')s=s.replace(matches[i],hs.lang[lang])}return s},setClickEvents:function(){var a=document.getElementsByTagName('a');for(var i=0;i<a.length;i++){var b=hs.isUnobtrusiveAnchor(a[i]);if(b&&!a[i].hsHasSetClick){(function(){var t=b;if(hs.fireEvent(hs,'onSetClickEvent',{element:a[i],type:t})){a[i].onclick=(b=='image')?function(){return hs.expand(this)}:function(){return hs.htmlExpand(this,{objectType:t})}}})();a[i].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(a){for(var i=0;i<hs.cacheBindings.length;i++){if(hs.cacheBindings[i][0]==a){var c=hs.cacheBindings[i][1];hs.cacheBindings[i][1]=c.cloneNode(1);return c}}return null},preloadAjax:function(e){var b=hs.getAnchors();for(var i=0;i<b.htmls.length;i++){var a=b.htmls[i];if(hs.getParam(a,'objectType')=='ajax'&&hs.getParam(a,'cacheAjax'))hs.push(hs.preloadTheseAjax,a)}hs.preloadAjaxElement(0)},preloadAjaxElement:function(i){if(!hs.preloadTheseAjax[i])return;var a=hs.preloadTheseAjax[i];var b=hs.getNode(hs.getParam(a,'contentId'));if(!b)b=hs.getSelfRendered();var c=new hs.Ajax(a,b,1);c.onError=function(){};c.onLoad=function(){hs.push(hs.cacheBindings,[a,b]);hs.preloadAjaxElement(i+1)};c.run()},focusTopmost:function(){var a=0,topmostKey=-1,expanders=hs.expanders,exp,zIndex;for(var i=0;i<expanders.length;i++){exp=expanders[i];if(exp){zIndex=exp.wrapper.style.zIndex;if(zIndex&&zIndex>a){a=zIndex;topmostKey=i}}}if(topmostKey==-1)hs.focusKey=-1;else expanders[topmostKey].focus()},getParam:function(a,b){a.getParams=a.onclick;var p=a.getParams?a.getParams():null;a.getParams=null;return(p&&typeof p[b]!='undefined')?p[b]:(typeof hs[b]!='undefined'?hs[b]:null)},getSrc:function(a){var b=hs.getParam(a,'src');if(b)return b;return a.href},getNode:function(b){var c=hs.$(b),clone=hs.clones[b],a={};if(!c&&!clone)return null;if(!clone){clone=c.cloneNode(true);clone.id='';hs.clones[b]=clone;return c}else{return clone.cloneNode(true)}},discardElement:function(d){if(d)hs.garbageBin.appendChild(d);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,b){var c=b=b||hs.getExpander();if(hs.upcoming)return false;else hs.last=c;try{hs.upcoming=a;a.onclick()}catch(e){hs.last=hs.upcoming=null}try{if(!a||b.transitions[1]!='crossfade')b.close()}catch(e){}return false},previousOrNext:function(a,b){var c=hs.getExpander(a);if(c)return hs.transit(c.getAdjacentAnchor(b),c);else return false},previous:function(a){return hs.previousOrNext(a,-1)},next:function(a){return hs.previousOrNext(a,1)},keyHandler:function(e){if(!e)e=window.event;if(!e.target)e.target=e.srcElement;if(typeof e.target.form!='undefined')return true;if(!hs.fireEvent(hs,'onKeyDown',e))return true;var a=hs.getExpander();var b=null;switch(e.keyCode){case 70:if(a)a.doFullExpand();return true;case 32:b=2;break;case 34:case 39:case 40:b=1;break;case 8:case 33:case 37:case 38:b=-1;break;case 27:case 13:b=0}if(b!==null){if(b!=2)hs.removeEventListener(document,window.opera?'keypress':'keydown',hs.keyHandler);if(!hs.enableKeyListener)return true;if(e.preventDefault)e.preventDefault();else e.returnValue=false;if(a){if(b==0){a.close()}else if(b==2){if(a.slideshow)a.slideshow.hitSpace()}else{if(a.slideshow)a.slideshow.pause();hs.previousOrNext(a.key,b)}return false}}return true},registerOverlay:function(a){hs.push(hs.overlays,hs.extend(a,{hsId:'hsId'+hs.idCounter++}))},addSlideshow:function(a){var b=a.slideshowGroup;if(typeof b=='object'){for(var i=0;i<b.length;i++){var o={};for(var x in a)o[x]=a[x];o.slideshowGroup=b[i];hs.push(hs.slideshows,o)}}else{hs.push(hs.slideshows,a)}},getWrapperKey:function(a,b){var c,re=/^highslide-wrapper-([0-9]+)$/;c=a;while(c.parentNode){if(c.hsKey!==undefined)return c.hsKey;if(c.id&&re.test(c.id))return c.id.replace(re,"$1");c=c.parentNode}if(!b){c=a;while(c.parentNode){if(c.tagName&&hs.isHsAnchor(c)){for(var d=0;d<hs.expanders.length;d++){var e=hs.expanders[d];if(e&&e.a==c)return d}}c=c.parentNode}}return null},getExpander:function(a,b){if(typeof a=='undefined')return hs.expanders[hs.focusKey]||null;if(typeof a=='number')return hs.expanders[a]||null;if(typeof a=='string')a=hs.$(a);return hs.expanders[hs.getWrapperKey(a,b)]||null},isHsAnchor:function(a){return(a.onclick&&a.onclick.toString().replace(/\s/g,' ').match(/hs.(htmlE|e)xpand/))},reOrder:function(){for(var i=0;i<hs.expanders.length;i++)if(hs.expanders[i]&&hs.expanders[i].isExpanded)hs.focusTopmost()},fireEvent:function(a,b,c){return a&&a[b]?(a[b](a,c)!==false):true},mouseClickHandler:function(e){if(!e)e=window.event;if(e.button>1)return true;if(!e.target)e.target=e.srcElement;var a=e.target;while(a.parentNode&&!(/highslide-(image|move|html|resize)/.test(a.className))){a=a.parentNode}var b=hs.getExpander(a);if(b&&(b.isClosing||!b.isExpanded))return true;if(b&&e.type=='mousedown'){if(e.target.form)return true;var c=a.className.match(/highslide-(image|move|resize)/);if(c){hs.dragArgs={exp:b,type:c[1],left:b.x.pos,width:b.x.size,top:b.y.pos,height:b.y.size,clickX:e.clientX,clickY:e.clientY};hs.addEventListener(document,'mousemove',hs.dragHandler);if(e.preventDefault)e.preventDefault();if(/highslide-(image|html)-blur/.test(b.content.className)){b.focus();hs.hasFocused=true}return false}else if(/highslide-html/.test(a.className)&&hs.focusKey!=b.key){b.focus();b.doShowHide('hidden')}}else if(e.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 d=hs.dragArgs.hasDragged;if(!d&&!hs.hasFocused&&!/(move|resize)/.test(hs.dragArgs.type)){if(hs.fireEvent(b,'onImageClick'))b.close()}else if(d||(!d&&hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide('hidden')}if(hs.dragArgs.exp.releaseMask)hs.dragArgs.exp.releaseMask.style.display='none';if(d)hs.fireEvent(hs.dragArgs.exp,'onDrop',hs.dragArgs);hs.hasFocused=false;hs.dragArgs=null}else if(/highslide-image-blur/.test(a.className)){a.style.cursor=hs.styleRestoreCursor}}return false},dragHandler:function(e){if(!hs.dragArgs)return true;if(!e)e=window.event;var a=hs.dragArgs,exp=a.exp;if(exp.iframe){if(!exp.releaseMask)exp.releaseMask=hs.createElement('div',null,{position:'absolute',width:exp.x.size+'px',height:exp.y.size+'px',left:exp.x.cb+'px',top:exp.y.cb+'px',zIndex:4,background:(hs.ie?'white':'none'),opacity:.01},exp.wrapper,true);if(exp.releaseMask.style.display=='none')exp.releaseMask.style.display=''}a.dX=e.clientX-a.clickX;a.dY=e.clientY-a.clickY;var b=Math.sqrt(Math.pow(a.dX,2)+Math.pow(a.dY,2));if(!a.hasDragged)a.hasDragged=(a.type!='image'&&b>0)||(b>(hs.dragSensitivity||5));if(a.hasDragged&&e.clientX>5&&e.clientY>5){if(!hs.fireEvent(exp,'onDrag',a))return false;if(a.type=='resize')exp.resize(a);else{exp.moveTo(a.left+a.dX,a.top+a.dY);if(a.type=='image')exp.content.style.cursor='move'}}return false},wrapperMouseHandler:function(e){try{if(!e)e=window.event;var a=/mouseover/i.test(e.type);if(!e.target)e.target=e.srcElement;if(hs.ie)e.relatedTarget=a?e.fromElement:e.toElement;var b=hs.getExpander(e.target);if(!b.isExpanded)return;if(!b||!e.relatedTarget||hs.getExpander(e.relatedTarget,true)==b||hs.dragArgs)return;hs.fireEvent(b,a?'onMouseOver':'onMouseOut',e);for(var i=0;i<b.overlays.length;i++)(function(){var o=hs.$('hsId'+b.overlays[i]);if(o&&o.hideOnMouseOut){if(a)hs.setStyles(o,{visibility:'visible',display:''});hs.animate(o,{opacity:a?o.opacity:0},o.dur)}})()}catch(e){}},addEventListener:function(a,b,c){if(a==document&&b=='ready')hs.push(hs.onReady,c);try{a.addEventListener(b,c,false)}catch(e){try{a.detachEvent('on'+b,c);a.attachEvent('on'+b,c)}catch(e){a['on'+b]=c}}},removeEventListener:function(a,b,c){try{a.removeEventListener(b,c,false)}catch(e){try{a.detachEvent('on'+b,c)}catch(e){a['on'+b]=null}}},preloadFullImage:function(i){if(hs.continuePreloading&&hs.preloadTheseImages[i]&&hs.preloadTheseImages[i]!='undefined'){var a=document.createElement('img');a.onload=function(){a=null;hs.preloadFullImage(i+1)};a.src=hs.preloadTheseImages[i]}},preloadImages:function(a){if(a&&typeof a!='object')hs.numberOfImagesToPreload=a;var b=hs.getAnchors();for(var i=0;i<b.images.length&&i<hs.numberOfImagesToPreload;i++){hs.push(hs.preloadTheseImages,hs.getSrc(b.images[i]))}if(hs.outlineType)new hs.Outline(hs.outlineType,function(){hs.preloadFullImage(0)});else hs.preloadFullImage(0);if(hs.restoreCursor)var c=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 x in hs.langDefaults){if(typeof hs[x]!='undefined')hs.lang[x]=hs[x];else if(typeof hs.lang[x]=='undefined'&&typeof hs.langDefaults[x]!='undefined')hs.lang[x]=hs.langDefaults[x]}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',null,{clear:'both',paddingTop:'1px'},null,true);Math.linearTween=function(t,b,c,d){return c*t/d+b};Math.easeInQuad=function(t,b,c,d){return c*(t/=d)*t+b};Math.easeOutQuad=function(t,b,c,d){return-c*(t/=d)*(t-2)+b};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 i=0;i<hs.onReady.length;i++)hs.onReady[i]()},updateAnchors:function(){var a,els,all=[],images=[],htmls=[],groups={},re;for(var i=0;i<hs.openerTagNames.length;i++){els=document.getElementsByTagName(hs.openerTagNames[i]);for(var j=0;j<els.length;j++){a=els[j];re=hs.isHsAnchor(a);if(re){hs.push(all,a);if(re[0]=='hs.expand')hs.push(images,a);else if(re[0]=='hs.htmlExpand')hs.push(htmls,a);var g=hs.getParam(a,'slideshowGroup')||'none';if(!groups[g])groups[g]=[];hs.push(groups[g],a)}}}hs.anchors={all:all,groups:groups,images:images,htmls:htmls};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(a,b,c){this.options=b;this.elem=a;this.prop=c;if(!b.orig)b.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(b,c,d){this.startTime=(new Date()).getTime();this.start=b;this.end=c;this.unit=d;this.now=this.start;this.pos=this.state=0;var e=this;function t(a){return e.step(a)}t.elem=this.elem;if(t()&&hs.timers.push(t)==1){hs.timerId=setInterval(function(){var a=hs.timers;for(var i=0;i<a.length;i++)if(!a[i]())a.splice(i--,1);if(!a.length){clearInterval(hs.timerId)}},13)}},step:function(a){var t=(new Date()).getTime();if(a||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var b=true;for(var i in this.options.curAnim)if(this.options.curAnim[i]!==true)b=false;if(b){if(this.options.complete)this.options.complete.call(this.elem)}return false}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=this.options.easing(n,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(e){}}}});hs.Outline=function(a,b){this.onLoad=b;this.outlineType=a;var v=hs.uaVersion,tr;this.hasAlphaImageLoader=hs.ie&&v>=5.5&&v<7;if(!a){if(b)b();return}hs.init();this.table=hs.createElement('table',{cellSpacing:0},{visibility:'hidden',position:'absolute',borderCollapse:'collapse',width:0},hs.container,true);var c=hs.createElement('tbody',null,null,this.table,1);this.td=[];for(var i=0;i<=8;i++){if(i%3==0)tr=hs.createElement('tr',null,{height:'auto'},c,true);this.td[i]=hs.createElement('td',null,null,tr,true);var d=i!=4?{lineHeight:0,fontSize:0}:{position:'relative'};hs.setStyles(this.td[i],d)}this.td[4].className=a+' highslide-outline';this.preloadGraphic()};hs.Outline.prototype={preloadGraphic:function(){var a=hs.graphicsDir+(hs.outlinesDir||"outlines/")+this.outlineType+".png";var b=hs.safari?hs.container:null;this.graphic=hs.createElement('img',null,{position:'absolute',top:'-9999px'},b,true);var c=this;this.graphic.onload=function(){c.onGraphicLoad()};this.graphic.src=a},onGraphicLoad:function(){var o=this.offset=this.graphic.width/4,pos=[[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]],dim={height:(2*o)+'px',width:(2*o)+'px'};for(var i=0;i<=8;i++){if(pos[i]){if(this.hasAlphaImageLoader){var w=(i==1||i==7)?'100%':this.graphic.width+'px';var a=hs.createElement('div',null,{width:'100%',height:'100%',position:'relative',overflow:'hidden'},this.td[i],true);hs.createElement('div',null,{filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+this.graphic.src+"')",position:'absolute',width:w,height:this.graphic.height+'px',left:(pos[i][0]*o)+'px',top:(pos[i][1]*o)+'px'},a,true)}else{hs.setStyles(this.td[i],{background:'url('+this.graphic.src+') '+(pos[i][0]*o)+'px '+(pos[i][1]*o)+'px'})}if(window.opera&&(i==3||i==5))hs.createElement('div',null,dim,this.td[i],true);hs.setStyles(this.td[i],dim)}}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(a,b,c,d,e){var f=this.exp,stl=f.wrapper.style,b=b||0,a=a||{x:f.x.pos+b,y:f.y.pos+b,w:f.x.get('wsize')-2*b,h:f.y.get('wsize')-2*b};if(c)this.table.style.visibility=(a.h>=4*this.offset)?'visible':'hidden';hs.setStyles(this.table,{left:(a.x-this.offset)+'px',top:(a.y-this.offset)+'px',width:(a.w+2*this.offset)+'px'});a.w-=2*this.offset;a.h-=2*this.offset;hs.setStyles(this.td[4],{width:a.w>=0?a.w+'px':0,height:a.h>=0?a.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(a,b){this.exp=a;this.dim=b;this.ucwh=b=='x'?'Width':'Height';this.wh=this.ucwh.toLowerCase();this.uclt=b=='x'?'Left':'Top';this.lt=this.uclt.toLowerCase();this.ucrb=b=='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(i){var a=this.exp;if(a.isImage&&(a.useBox||hs.padToMinWidth)){this.imgSize=i;this.size=Math.max(this.size,this.imgSize);a.content.style[this.lt]=this.get('imgPad')+'px'}else this.size=i;a.content.style[this.wh]=i+'px';a.wrapper.style[this.wh]=this.get('wsize')+'px';if(a.outline)a.outline.setPosition();if(a.releaseMask)a.releaseMask.style[this.wh]=i+'px';if(this.dim=='y'&&a.iDoc&&a.body.style.height!='auto')try{a.iDoc.body.style.overflow='auto'}catch(e){}if(a.isHtml){var d=a.scrollerDiv;if(this.sizeDiff===undefined)this.sizeDiff=a.innerContent['offset'+this.ucwh]-d['offset'+this.ucwh];d.style[this.wh]=(this.size-this.sizeDiff)+'px';if(this.dim=='x')a.mediumContent.style.width='auto';if(a.body)a.body.style[this.wh]='auto'}if(this.dim=='x'&&a.overlayBox)a.sizeOverlayBox(true);if(this.dim=='x'&&a.slideshow&&a.isImage){if(i==this.full)a.slideshow.disable('full-expand');else a.slideshow.enable('full-expand')}},setPos:function(i){this.pos=i;this.exp.wrapper.style[this.lt]=i+'px';if(this.exp.outline)this.exp.outline.setPosition()}};hs.Expander=function(a,b,c,d){if(document.readyState&&hs.ie&&!hs.isReady){hs.addEventListener(document,'ready',function(){new hs.Expander(a,b,c,d)});return}this.a=a;this.custom=c;this.contentType=d||'image';this.isHtml=(d=='html');this.isImage=!this.isHtml;hs.continuePreloading=false;this.overlays=[];this.last=hs.last;hs.last=null;hs.init();var e=this.key=hs.expanders.length;for(var i=0;i<hs.overrides.length;i++){var f=hs.overrides[i];this[f]=b&&typeof b[f]!='undefined'?b[f]:hs[f]}if(!this.src)this.src=a.href;var g=(b&&b.thumbnailId)?hs.$(b.thumbnailId):a;g=this.thumb=g.getElementsByTagName('img')[0]||g;this.thumbsUserSetId=g.id||a.id;if(!hs.fireEvent(this,'onInit'))return true;for(var i=0;i<hs.expanders.length;i++){if(hs.expanders[i]&&hs.expanders[i].a==a&&!(this.last&&this.transitions[1]=='crossfade')){hs.expanders[i].focus();return false}}if(!hs.allowSimultaneousLoading)for(var i=0;i<hs.expanders.length;i++){if(hs.expanders[i]&&hs.expanders[i].thumb!=g&&!hs.expanders[i].onLoadStarted){hs.expanders[i].cancelLoading()}}hs.expanders[e]=this;if(!hs.allowMultipleInstances&&!hs.upcoming){if(hs.expanders[e-1])hs.expanders[e-1].close();if(typeof hs.focusKey!='undefined'&&hs.expanders[hs.focusKey])hs.expanders[hs.focusKey].close()}this.el=g;this.tpos=hs.getPosition(g);hs.getPageSize();var x=this.x=new hs.Dimension(this,'x');x.calcThumb();var y=this.y=new hs.Dimension(this,'y');y.calcThumb();if(/area/i.test(g.tagName))this.getImageMapAreaCorrection(g);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 h=this;new hs.Outline(this.outlineType,function(){h.connectOutline();h[h.contentType+'Create']()})}return true};hs.Expander.prototype={error:function(e){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 a=this;this.loading.onclick=function(){a.cancelLoading()};if(!hs.fireEvent(this,'onShowLoading'))return;var a=this,l=this.x.get('loadingPos')+'px',t=this.y.get('loadingPos')+'px';if(!b&&this.last&&this.transitions[1]=='crossfade')var b=this.last;if(b){l=b.x.get('loadingPosXfade')+'px';t=b.y.get('loadingPosXfade')+'px';this.loading.style.zIndex=hs.zIndexCounter++}setTimeout(function(){if(a.loading)hs.setStyles(a.loading,{left:l,top:t,zIndex:hs.zIndexCounter++})},100)},imageCreate:function(){var a=this;var b=document.createElement('img');this.content=b;b.onload=function(){if(hs.expanders[a.key])a.contentLoaded()};if(hs.blockRightClick)b.oncontextmenu=function(){return false};b.className='highslide-image';hs.setStyles(b,{visibility:'hidden',display:'block',position:'absolute',maxWidth:'9999px',zIndex:3});b.title=hs.lang.restoreTitle;if(hs.safari)hs.container.appendChild(b);if(hs.ie&&hs.flushImgSize)b.src=null;b.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 b=this.innerContent=this.content;if(/(swf|iframe)/.test(this.objectType))this.setObjContainerSize(b);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',null,null,this.content,1);this.mediumContent.appendChild(b);hs.setStyles(b,{position:'relative',display:'block',direction:hs.lang.cssDirection||''});if(this.width)b.style.width=this.width+'px';if(this.height)hs.setStyles(b,{height:this.height+'px',overflow:'hidden'});if(b.offsetWidth<this.minWidth)b.style.width=this.minWidth+'px';if(this.objectType=='ajax'&&!hs.getCacheBinding(this.a)){this.showLoading();var c=this;var d=new hs.Ajax(this.a,b);d.src=this.src;d.onLoad=function(){if(hs.expanders[c.key])c.contentLoaded()};d.onError=function(){location.href=c.src};d.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 x=this.x,y=this.y;if(this.loading){hs.setStyles(this.loading,{top:'-9999px'});this.loading=null;hs.fireEvent(this,'onHideLoading')}if(this.isImage){x.full=this.content.width;y.full=this.content.height;hs.setStyles(this.content,{width:x.t+'px',height:y.t+'px'});this.wrapper.appendChild(this.content);hs.container.appendChild(this.wrapper)}else if(this.htmlGetSize)this.htmlGetSize();x.calcBorders();y.calcBorders();hs.setStyles(this.wrapper,{left:(x.tpos+x.tb-x.cb)+'px',top:(y.tpos+x.tb-y.cb)+'px'});this.initSlideshow();this.getOverlays();var a=x.full/y.full;x.calcExpanded();this.justify(x);y.calcExpanded();this.justify(y);if(this.isHtml)this.htmlSizeOperations();if(this.overlayBox)this.sizeOverlayBox(0,1);if(this.allowSizeReduction){if(this.isImage)this.correctRatio(a);else this.fitOverlayBox();var b=this.slideshow;if(b&&this.last&&b.controls&&b.fixedControls){var c=b.overlayOptions.position||'',p;for(var d in hs.oPos)for(var i=0;i<5;i++){p=this[d];if(c.match(hs.oPos[d][i])){p.pos=this.last[d].pos+(this.last[d].p1-p.p1)+(this.last[d].size-p.size)*[0,0,.5,1,1][i];if(b.fixedControls=='fit'){if(p.pos+p.size+p.p1+p.p2>p.scroll+p.clientSize-p.marginMax)p.pos=p.scroll+p.clientSize-p.size-p.marginMin-p.marginMax-p.p1-p.p2;if(p.pos<p.scroll+p.marginMin)p.pos=p.scroll+p.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(e){this.error(e)}},setObjContainerSize:function(a,b){var c=hs.getElementByClass(a,'DIV','highslide-body');if(/(iframe|swf)/.test(this.objectType)){if(this.objectWidth)c.style.width=this.objectWidth+'px';if(this.objectHeight)c.style.height=this.objectHeight+'px'}},writeExtendedContent:function(){if(this.hasExtendedContent)return;var b=this;this.body=hs.getElementByClass(this.innerContent,'DIV','highslide-body');if(this.objectType=='iframe'){this.showLoading();var c=hs.clearing.cloneNode(1);this.body.appendChild(c);this.newWidth=this.innerContent.offsetWidth;if(!this.objectWidth)this.objectWidth=c.offsetWidth;var d=this.innerContent.offsetHeight-this.body.offsetHeight,h=this.objectHeight||hs.page.height-d-hs.marginTop-hs.marginBottom,onload=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:'+h+'px" '+onload+' 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 a=this.swfOptions;if(!a.params)a.params={};if(typeof a.params.wmode=='undefined')a.params.wmode='transparent';if(swfobject)swfobject.embedSWF(this.src,this.body.id,this.objectWidth,this.objectHeight,a.version||'7',a.expressInstallSwfurl,a.flashvars,a.params,a.attributes)}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 h;try{var a=this.iDoc=this.iframe.contentDocument||this.iframe.contentWindow.document;var b=a.createElement('div');b.style.clear='both';a.body.appendChild(b);h=b.offsetTop;if(hs.ie)h+=parseInt(a.body.currentStyle.marginTop)+parseInt(a.body.currentStyle.marginBottom)-1}catch(e){h=300}return h},correctIframeSize:function(){var a=this.innerContent.offsetWidth-this.ruler.offsetWidth;hs.discardElement(this.ruler);if(a<0)a=0;var b=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(e){}hs.setStyles(this.iframe,{width:Math.abs(this.x.size-a)+'px',height:Math.abs(this.y.size-b)+'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 a=hs.getElementByClass(this.innerContent,'DIV','highslide-body');if(a&&!/(iframe|swf)/.test(this.objectType)){var b=a;a=hs.createElement(b.nodeName,null,{overflow:'hidden'},null,true);b.parentNode.insertBefore(a,b);a.appendChild(hs.clearing);a.appendChild(b);var c=this.innerContent.offsetWidth-a.offsetWidth;var d=this.innerContent.offsetHeight-a.offsetHeight;a.removeChild(hs.clearing);var e=hs.safari||navigator.vendor=='KDE'?1:0;hs.setStyles(a,{width:(this.x.size-c-e)+'px',height:(this.y.size-d)+'px',overflow:'auto',position:'relative'});if(e&&b.offsetHeight>a.offsetHeight){a.style.width=(parseInt(a.style.width)+e)+'px'}this.scrollingContent=a;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(a){var c=a.coords.split(',');for(var i=0;i<c.length;i++)c[i]=parseInt(c[i]);if(a.shape.toLowerCase()=='circle'){this.x.tpos+=c[0]-c[2];this.y.tpos+=c[1]-c[2];this.x.t=this.y.t=2*c[2]}else{var b,maxY,minX=b=c[0],minY=maxY=c[1];for(var i=0;i<c.length;i++){if(i%2==0){minX=Math.min(minX,c[i]);b=Math.max(b,c[i])}else{minY=Math.min(minY,c[i]);maxY=Math.max(maxY,c[i])}}this.x.tpos+=minX;this.x.t=b-minX;this.y.tpos+=minY;this.y.t=maxY-minY}},justify:function(p,a){var b,tgt=p.target,dim=p==this.x?'x':'y';if(tgt&&tgt.match(/ /)){b=tgt.split(' ');tgt=b[0]}if(tgt&&hs.$(tgt)){p.pos=hs.getPosition(hs.$(tgt))[dim];if(b&&b[1]&&b[1].match(/^[-]?[0-9]+px$/))p.pos+=parseInt(b[1]);if(p.size<p.minSize)p.size=p.minSize}else if(p.justify=='auto'||p.justify=='center'){var c=false;var d=p.exp.allowSizeReduction;if(p.justify=='center')p.pos=Math.round(p.scroll+(p.clientSize+p.marginMin-p.marginMax-p.get('wsize'))/2);else p.pos=Math.round(p.pos-((p.get('wsize')-p.t)/2));if(p.pos<p.scroll+p.marginMin){p.pos=p.scroll+p.marginMin;c=true}if(!a&&p.size<p.minSize){p.size=p.minSize;d=false}if(p.pos+p.get('wsize')>p.scroll+p.clientSize-p.marginMax){if(!a&&c&&d){p.size=Math.min(p.size,p.get(dim=='y'?'fitsize':'maxsize'))}else if(p.get('wsize')<p.get('fitsize')){p.pos=p.scroll+p.clientSize-p.marginMax-p.get('wsize')}else{p.pos=p.scroll+p.marginMin;if(!a&&d)p.size=p.get(dim=='y'?'fitsize':'maxsize')}}if(!a&&p.size<p.minSize){p.size=p.minSize;d=false}}else if(p.justify=='max'){p.pos=Math.floor(p.pos-p.size+p.t)}if(p.pos<p.marginMin){var e=p.pos;p.pos=p.marginMin;if(d&&!a)p.size=p.size-(p.pos-e)}},correctRatio:function(a){var x=this.x,y=this.y,changed=false,xSize=Math.min(x.full,x.size),ySize=Math.min(y.full,y.size),useBox=(this.useBox||hs.padToMinWidth);if(xSize/ySize>a){xSize=ySize*a;if(xSize<x.minSize){xSize=x.minSize;ySize=xSize/a}changed=true}else if(xSize/ySize<a){ySize=xSize/a;changed=true}if(hs.padToMinWidth&&x.full<x.minSize){x.imgSize=x.full;y.size=y.imgSize=y.full}else if(this.useBox){x.imgSize=xSize;y.imgSize=ySize}else{x.size=xSize;y.size=ySize}changed=this.fitOverlayBox(useBox?null:a,changed);if(useBox&&y.size<y.imgSize){y.imgSize=y.size;x.imgSize=y.size*a}if(changed||useBox){x.pos=x.tpos-x.cb+x.tb;x.minSize=x.size;this.justify(x,true);y.pos=y.tpos-y.cb+y.tb;y.minSize=y.size;this.justify(y,true);if(this.overlayBox)this.sizeOverlayBox()}},fitOverlayBox:function(a,b){var x=this.x,y=this.y;if(this.overlayBox&&(this.isImage||this.allowHeightReduction)){while(y.size>this.minHeight&&x.size>this.minWidth&&y.get('wsize')>y.get('fitsize')){y.size-=10;if(a)x.size=y.size*a;this.sizeOverlayBox(0,1);b=true}}return b},reflow:function(){if(this.scrollerDiv){var h=/iframe/i.test(this.scrollerDiv.tagName)?(this.getIframePageHeight()+1)+'px':'auto';if(this.body)this.body.style.height=h;this.scrollerDiv.style.height=h;this.y.setSize(this.innerContent.offsetHeight)}},show:function(){var x=this.x,y=this.y;this.doShowHide('hidden');hs.fireEvent(this,'onBeforeExpand');if(this.slideshow&&this.slideshow.thumbstrip)this.slideshow.thumbstrip.selectThumb();this.changeSize(1,{wrapper:{width:x.get('wsize'),height:y.get('wsize'),left:x.pos,top:y.pos},content:{left:x.p1+x.get('imgPad'),top:y.p1+y.get('imgPad'),width:x.imgSize||x.size,height:y.imgSize||y.size}},hs.expandDuration)},changeSize:function(e,f,g){var h=this.transitions,other=e?(this.last?this.last.a:null):hs.upcoming,t=(h[1]&&other&&hs.getParam(other,'transitions')[1]==h[1])?h[1]:h[0];if(this[t]&&t!='expand'){this[t](e,f);return}if(this.outline&&!this.outlineWhileAnimating){if(e)this.outline.setPosition();else this.outline.destroy((this.isHtml&&this.preserveContent))}if(!e)this.destroyOverlays();var i=this,x=i.x,y=i.y,easing=this.easing;if(!e)easing=this.easingClose||easing;var j=e?function(){if(i.outline)i.outline.table.style.visibility="visible";setTimeout(function(){i.afterExpand()},50)}:function(){i.afterClose()};if(e)hs.setStyles(this.wrapper,{width:x.t+'px',height:y.t+'px'});if(e&&this.isHtml){hs.setStyles(this.wrapper,{left:(x.tpos-x.cb+x.tb)+'px',top:(y.tpos-y.cb+y.tb)+'px'})}if(this.fadeInOut){hs.setStyles(this.wrapper,{opacity:e?0:1});hs.extend(f.wrapper,{opacity:e})}hs.animate(this.wrapper,f.wrapper,{duration:g,easing:easing,step:function(a,b){if(i.outline&&i.outlineWhileAnimating&&b.prop=='top'){var c=e?b.pos:1-b.pos;var d={w:x.t+(x.get('wsize')-x.t)*c,h:y.t+(y.get('wsize')-y.t)*c,x:x.tpos+(x.pos-x.tpos)*c,y:y.tpos+(y.pos-y.tpos)*c};i.outline.setPosition(d,0,1)}if(i.isHtml){if(b.prop=='left')i.mediumContent.style.left=(x.pos-a)+'px';if(b.prop=='top')i.mediumContent.style.top=(y.pos-a)+'px'}}});hs.animate(this.content,f.content,g,easing,j);if(e){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(a,b){this.outlineWhileAnimating=false;var c=this,t=a?hs.expandDuration:0;if(a){hs.animate(this.wrapper,b.wrapper,0);hs.setStyles(this.wrapper,{opacity:0,visibility:'visible'});hs.animate(this.content,b.content,0);this.content.style.visibility='visible';hs.animate(this.wrapper,{opacity:1},t,null,function(){c.afterExpand()})}if(this.outline){this.outline.table.style.zIndex=this.wrapper.style.zIndex;var d=a||-1,offset=this.outline.offset,startOff=a?3:offset,endOff=a?offset:3;for(var i=startOff;d*i<=d*endOff;i+=d,t+=25){(function(){var o=a?endOff-i:startOff-i;setTimeout(function(){c.outline.setPosition(0,o,1)},t)})()}}if(a){}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()})},t)}},crossfade:function(e,f,g){if(!e)return;var h=this,last=this.last,x=this.x,y=this.y,lastX=last.x,lastY=last.y,wrapper=this.wrapper,content=this.content,overlayBox=this.overlayBox;hs.removeEventListener(document,'mousemove',hs.dragHandler);hs.setStyles(content,{width:(x.imgSize||x.size)+'px',height:(y.imgSize||y.size)+'px'});if(overlayBox)overlayBox.style.overflow='visible';this.outline=last.outline;if(this.outline)this.outline.exp=h;last.outline=null;var i=hs.createElement('div',{className:'highslide-image'},{position:'absolute',zIndex:4,overflow:'hidden',display:'none'});var j={oldImg:last,newImg:this};for(var n in j){this[n]=j[n].content.cloneNode(1);hs.setStyles(this[n],{position:'absolute',border:0,visibility:'visible'});i.appendChild(this[n])}wrapper.appendChild(i);if(this.isHtml)hs.setStyles(this.mediumContent,{left:0,top:0});if(overlayBox){overlayBox.className='';wrapper.appendChild(overlayBox)}i.style.display='';last.content.style.display='none';if(hs.safari){var k=navigator.userAgent.match(/Safari\/([0-9]{3})/);if(k&&parseInt(k[1])<525)this.wrapper.style.visibility='visible'}hs.animate(wrapper,{width:x.size},{duration:hs.transitionDuration,step:function(a,b){var c=b.pos,invPos=1-c;var d,size={},props=['pos','size','p1','p2'];for(var n in props){d=props[n];size['x'+d]=Math.round(invPos*lastX[d]+c*x[d]);size['y'+d]=Math.round(invPos*lastY[d]+c*y[d]);size.ximgSize=Math.round(invPos*(lastX.imgSize||lastX.size)+c*(x.imgSize||x.size));size.ximgPad=Math.round(invPos*lastX.get('imgPad')+c*x.get('imgPad'));size.yimgSize=Math.round(invPos*(lastY.imgSize||lastY.size)+c*(y.imgSize||y.size));size.yimgPad=Math.round(invPos*lastY.get('imgPad')+c*y.get('imgPad'))}if(h.outline)h.outline.setPosition({x:size.xpos,y:size.ypos,w:size.xsize+size.xp1+size.xp2+2*x.cb,h:size.ysize+size.yp1+size.yp2+2*y.cb});last.wrapper.style.clip='rect('+(size.ypos-lastY.pos)+'px, '+(size.xsize+size.xp1+size.xp2+size.xpos+2*lastX.cb-lastX.pos)+'px, '+(size.ysize+size.yp1+size.yp2+size.ypos+2*lastY.cb-lastY.pos)+'px, '+(size.xpos-lastX.pos)+'px)';hs.setStyles(content,{top:(size.yp1+y.get('imgPad'))+'px',left:(size.xp1+x.get('imgPad'))+'px',marginTop:(y.pos-size.ypos)+'px',marginLeft:(x.pos-size.xpos)+'px'});hs.setStyles(wrapper,{top:size.ypos+'px',left:size.xpos+'px',width:(size.xp1+size.xp2+size.xsize+2*x.cb)+'px',height:(size.yp1+size.yp2+size.ysize+2*y.cb)+'px'});hs.setStyles(i,{width:(size.ximgSize||size.xsize)+'px',height:(size.yimgSize||size.ysize)+'px',left:(size.xp1+size.ximgPad)+'px',top:(size.yp1+size.yimgPad)+'px',visibility:'visible'});hs.setStyles(h.oldImg,{top:(lastY.pos-size.ypos+lastY.p1-size.yp1+lastY.get('imgPad')-size.yimgPad)+'px',left:(lastX.pos-size.xpos+lastX.p1-size.xp1+lastX.get('imgPad')-size.ximgPad)+'px'});hs.setStyles(h.newImg,{opacity:c,top:(y.pos-size.ypos+y.p1-size.yp1+y.get('imgPad')-size.yimgPad)+'px',left:(x.pos-size.xpos+x.p1-size.xp1+x.get('imgPad')-size.ximgPad)+'px'});if(overlayBox)hs.setStyles(overlayBox,{width:size.xsize+'px',height:size.ysize+'px',left:(size.xp1+x.cb)+'px',top:(size.yp1+y.cb)+'px'})},complete:function(){wrapper.style.visibility=content.style.visibility='visible';content.style.display='block';i.style.display='none';h.a.className+=' highslide-active-anchor';h.afterExpand();last.afterClose();h.last=null}})},reuseOverlay:function(o,a){if(!this.last)return false;for(var i=0;i<this.last.overlays.length;i++){var b=hs.$('hsId'+this.last.overlays[i]);if(b&&b.hsId==o.hsId){this.genOverlayBox();b.reuse=this.key;hs.push(this.overlays,this.last.overlays[i]);return true}}return false},afterExpand:function(){this.isExpanded=true;this.focus();if(this.isHtml&&this.objectLoadTime=='after')this.writeExtendedContent();if(this.iframe){try{var a=this,doc=this.iframe.contentDocument||this.iframe.contentWindow.document;hs.addEventListener(doc,'mousedown',function(){if(hs.focusKey!=a.key)a.focus()})}catch(e){}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;var p=hs.page,mX=hs.mouse.x+p.scrollLeft,mY=hs.mouse.y+p.scrollTop;this.mouseIsOver=this.x.pos<mX&&mX<this.x.pos+this.x.get('wsize')&&this.y.pos<mY&&mY<this.y.pos+this.y.get('wsize');if(this.overlayBox)this.showOverlays();hs.fireEvent(this,'onAfterExpand')},getAdjacentAnchor:function(a){var b=this.getAnchorIndex(),as=hs.anchors.groups[this.slideshowGroup||'none'];if(!as[b+a]&&this.slideshow&&this.slideshow.repeat){if(a==1)return as[0];else if(a==-1)return as[as.length-1]}return as[b+a]||null},getAnchorIndex:function(){var a=hs.getAnchors().groups[this.slideshowGroup||'none'];if(a)for(var i=0;i<a.length;i++){if(a[i]==this.a)return i}return null},getNumber:function(){if(this[this.numberPosition]){var a=hs.anchors.groups[this.slideshowGroup||'none'];if(a){var s=hs.lang.number.replace('%1',this.getAnchorIndex()+1).replace('%2',a.length);this[this.numberPosition].innerHTML='<div class="highslide-number">'+s+'</div>'+this[this.numberPosition].innerHTML}}},initSlideshow:function(){if(!this.last){for(var i=0;i<hs.slideshows.length;i++){var a=hs.slideshows[i],sg=a.slideshowGroup;if(typeof sg=='undefined'||sg===null||sg===this.slideshowGroup)this.slideshow=new hs.Slideshow(this.key,a)}}else{this.slideshow=this.last.slideshow}var a=this.slideshow;if(!a)return;var b=a.expKey=this.key;a.checkFirstAndLast();a.disable('full-expand');if(a.controls){var o=a.overlayOptions||{};o.overlayId=a.controls;o.hsId='controls';this.createOverlay(o)}if(a.thumbstrip)a.thumbstrip.add(this);if(!this.last&&this.autoplay)a.play(true);if(a.autoplay){a.autoplay=setTimeout(function(){hs.next(b)},(a.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(a,b){for(var i=0;i<a.length;i++){var c=a[i],s=null;if(c=='caption'&&!hs.fireEvent(this,'onBeforeGetCaption'))return;else if(c=='heading'&&!hs.fireEvent(this,'onBeforeGetHeading'))return;if(!this[c+'Id']&&this.thumbsUserSetId)this[c+'Id']=c+'-for-'+this.thumbsUserSetId;if(this[c+'Id'])this[c]=hs.getNode(this[c+'Id']);if(!this[c]&&!this[c+'Text']&&this[c+'Eval'])try{s=eval(this[c+'Eval'])}catch(e){}if(!this[c]&&this[c+'Text']){s=this[c+'Text']}if(!this[c]&&!s){this[c]=hs.getNode(this.a['_'+c+'Id']);if(!this[c]){var d=this.a.nextSibling;while(d&&!hs.isHsAnchor(d)){if((new RegExp('highslide-'+c)).test(d.className||null)){if(!d.id)this.a['_'+c+'Id']=d.id='hsId'+hs.idCounter++;this[c]=hs.getNode(d.id);break}d=d.nextSibling}}}if(!this[c]&&!s&&this.numberPosition==c)s='\n';if(!this[c]&&s)this[c]=hs.createElement('div',{className:'highslide-'+c,innerHTML:s});if(b&&this[c]){var o={position:(c=='heading')?'above':'below'};for(var x in this[c+'Overlay'])o[x]=this[c+'Overlay'][x];o.overlayId=this[c];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(a,b){var c=document.getElementsByTagName(a);var d=a=='*'?'overflow':'visibility';for(var i=0;i<c.length;i++){if(d=='visibility'||(document.defaultView.getComputedStyle(c[i],"").getPropertyValue('overflow')=='auto'||c[i].getAttribute('hidden-by')!=null)){var e=c[i].getAttribute('hidden-by');if(b=='visible'&&e){e=e.replace('['+this.key+']','');c[i].setAttribute('hidden-by',e);if(!e)c[i].style[d]=c[i].origProp}else if(b=='hidden'){var f=hs.getPosition(c[i]);f.w=c[i].offsetWidth;f.h=c[i].offsetHeight;if(!this.dimmingOpacity){var g=(f.x+f.w<this.x.get('opos')||f.x>this.x.get('opos')+this.x.get('osize'));var h=(f.y+f.h<this.y.get('opos')||f.y>this.y.get('opos')+this.y.get('osize'))}var j=hs.getWrapperKey(c[i]);if(!g&&!h&&j!=this.key){if(!e){c[i].setAttribute('hidden-by','['+this.key+']');c[i].origProp=c[i].style[d];c[i].style[d]='hidden'}else if(e.indexOf('['+this.key+']')==-1){c[i].setAttribute('hidden-by',e+'['+this.key+']')}}else if((e=='['+this.key+']'||hs.focusKey==j)&&j!=this.key){c[i].setAttribute('hidden-by','');c[i].style[d]=c[i].origProp||''}else if(e&&e.indexOf('['+this.key+']')>-1){c[i].setAttribute('hidden-by',e.replace('['+this.key+']',''))}}}}},focus:function(){this.wrapper.style.zIndex=hs.zIndexCounter+=2;for(var i=0;i<hs.expanders.length;i++){if(hs.expanders[i]&&i==hs.focusKey){var a=hs.expanders[i];a.content.className+=' highslide-'+a.contentType+'-blur';if(a.isImage){a.content.style.cursor=hs.ie?'hand':'pointer';a.content.title=hs.lang.focusTitle}hs.fireEvent(a,'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(x,y){this.x.setPos(x);this.y.setPos(y)},resize:function(e){var w,h,r=e.width/e.height;w=Math.max(e.width+e.dX,Math.min(this.minWidth,this.x.full));if(this.isImage&&Math.abs(w-this.x.full)<12)w=this.x.full;h=this.isHtml?e.height+e.dY:w/r;if(h<Math.min(this.minHeight,this.y.full)){h=Math.min(this.minHeight,this.y.full);if(this.isImage)w=h*r}this.resizeTo(w,h)},resizeTo:function(w,h){this.y.setSize(h);this.x.setSize(w);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(e){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(e){}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(e){}if(this.objectType=='swf')swfobject.removeSWF(this.body.id);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(e){}}var z=hs.zIndexCounter++,stl={display:'',zIndex:z};hs.setStyles(this.wrapper,stl);this.isClosing=false;var o=this.outline||0;if(o){if(!this.outlineWhileAnimating)stl.visibility='hidden';hs.setStyles(o.table,stl)}if(this.slideshow){this.initSlideshow()}this.show()}catch(e){}},createOverlay:function(o){var a=o.overlayId,relToVP=(o.relativeTo=='viewport'&&!/panel$/.test(o.position));if(typeof a=='string')a=hs.getNode(a);if(o.html)a=hs.createElement('div',{innerHTML:o.html});if(!a||typeof a=='string')return;if(!hs.fireEvent(this,'onCreateOverlay',{overlay:a}))return;a.style.display='block';o.hsId=o.hsId||o.overlayId;if(this.transitions[1]=='crossfade'&&this.reuseOverlay(o,a))return;this.genOverlayBox();var b=o.width&&/^[0-9]+(px|%)$/.test(o.width)?o.width:'auto';if(/^(left|right)panel$/.test(o.position)&&!/^[0-9]+px$/.test(o.width))b='200px';var c=hs.createElement('div',{id:'hsId'+hs.idCounter++,hsId:o.hsId},{position:'absolute',visibility:'hidden',width:b,direction:hs.lang.cssDirection||'',opacity:0},relToVP?hs.viewport:this.overlayBox,true);if(relToVP)c.hsKey=this.key;c.appendChild(a);hs.extend(c,{opacity:1,offsetX:0,offsetY:0,dur:(o.fade===0||o.fade===false||(o.fade==2&&hs.ie))?0:250});hs.extend(c,o);if(this.gotOverlays){this.positionOverlay(c);if(!c.hideOnMouseOut||this.mouseIsOver)hs.animate(c,{opacity:c.opacity},c.dur)}hs.push(this.overlays,hs.idCounter-1)},positionOverlay:function(a){var p=a.position||'middle center',relToVP=(a.relativeTo=='viewport'),offX=a.offsetX,offY=a.offsetY;if(relToVP){hs.viewport.style.display='block';a.hsKey=this.key;if(a.offsetWidth>a.parentNode.offsetWidth)a.style.width='100%'}else if(a.parentNode!=this.overlayBox)this.overlayBox.appendChild(a);if(/left$/.test(p))a.style.left=offX+'px';if(/center$/.test(p))hs.setStyles(a,{left:'50%',marginLeft:(offX-Math.round(a.offsetWidth/2))+'px'});if(/right$/.test(p))a.style.right=-offX+'px';if(/^leftpanel$/.test(p)){hs.setStyles(a,{right:'100%',marginRight:this.x.cb+'px',top:-this.y.cb+'px',bottom:-this.y.cb+'px',overflow:'auto'});this.x.p1=a.offsetWidth}else if(/^rightpanel$/.test(p)){hs.setStyles(a,{left:'100%',marginLeft:this.x.cb+'px',top:-this.y.cb+'px',bottom:-this.y.cb+'px',overflow:'auto'});this.x.p2=a.offsetWidth}var b=a.parentNode.offsetHeight;a.style.height='auto';if(relToVP&&a.offsetHeight>b)a.style.height=hs.ieLt7?b+'px':'100%';if(/^top/.test(p))a.style.top=offY+'px';if(/^middle/.test(p))hs.setStyles(a,{top:'50%',marginTop:(offY-Math.round(a.offsetHeight/2))+'px'});if(/^bottom/.test(p))a.style.bottom=-offY+'px';if(/^above$/.test(p)){hs.setStyles(a,{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=a.offsetHeight}else if(/^below$/.test(p)){hs.setStyles(a,{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=a.offsetHeight;a.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 i=0;i<hs.overlays.length;i++){var o=hs.overlays[i],tId=o.thumbnailId,sg=o.slideshowGroup;if((!tId&&!sg)||(tId&&tId==this.thumbsUserSetId)||(sg&&sg===this.slideshowGroup)){if(this.isImage||(this.isHtml&&o.useOnHtml))this.createOverlay(o)}}var a=[];for(var i=0;i<this.overlays.length;i++){var o=hs.$('hsId'+this.overlays[i]);if(/panel$/.test(o.position))this.positionOverlay(o);else hs.push(a,o)}for(var i=0;i<a.length;i++)this.positionOverlay(a[i]);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(a,b){var c=this.overlayBox,x=this.x,y=this.y;hs.setStyles(c,{width:x.size+'px',height:y.size+'px'});if(a||b){for(var i=0;i<this.overlays.length;i++){var o=hs.$('hsId'+this.overlays[i]);var d=(hs.ieLt7||document.compatMode=='BackCompat');if(o&&/^(above|below)$/.test(o.position)){if(d){o.style.width=(c.offsetWidth+2*x.cb+x.p1+x.p2)+'px'}y[o.position=='above'?'p1':'p2']=o.offsetHeight}if(o&&d&&/^(left|right)panel$/.test(o.position)){o.style.height=(c.offsetHeight+2*y.cb)+'px'}}}if(a){hs.setStyles(this.content,{top:y.p1+'px'});hs.setStyles(c,{top:(y.p1+y.cb)+'px'})}},showOverlays:function(){var b=this.overlayBox;b.className='';hs.setStyles(b,{top:(this.y.p1+this.y.cb)+'px',left:(this.x.p1+this.x.cb)+'px',overflow:'visible'});if(hs.safari)b.style.visibility='visible';this.wrapper.appendChild(b);for(var i=0;i<this.overlays.length;i++){var o=hs.$('hsId'+this.overlays[i]);o.style.zIndex=o.hsId=='controls'?5:4;if(!o.hideOnMouseOut||this.mouseIsOver){o.style.visibility='visible';hs.setStyles(o,{visibility:'visible',display:''});hs.animate(o,{opacity:o.opacity},o.dur)}}},destroyOverlays:function(){if(!this.overlays.length)return;if(this.slideshow){var c=this.slideshow.controls;if(c&&hs.getExpander(c)==this)c.parentNode.removeChild(c)}for(var i=0;i<this.overlays.length;i++){var o=hs.$('hsId'+this.overlays[i]);if(o&&o.parentNode==hs.viewport&&hs.getExpander(o)==this)hs.discardElement(o)}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 a=this.x.size;this.resizeTo(this.x.full,this.y.full);var b=this.x.pos-(this.x.size-a)/2;if(b<hs.marginLeft)b=hs.marginLeft;this.moveTo(b,this.y.pos);this.doShowHide('hidden')}catch(e){this.error(e)}},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(a,b,c){this.a=a;this.content=b;this.pre=c};hs.Ajax.prototype={run:function(){var a;if(!this.src)this.src=hs.getSrc(this.a);if(this.src.match('#')){var b=this.src.split('#');this.src=b[0];this.id=b[1]}if(hs.cachedGets[this.src]){this.cachedGet=hs.cachedGets[this.src];if(this.id)this.getElementContent();else this.loadHTML();return}try{a=new XMLHttpRequest()}catch(e){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{a=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){this.onError()}}}var c=this;a.onreadystatechange=function(){if(c.xhr.readyState==4){if(c.id)c.getElementContent();else c.loadHTML()}};var d=this.src;this.xhr=a;if(hs.forceAjaxReload)d=d.replace(/$/,(/\?/.test(d)?'&':'?')+'dummy='+(new Date()).getTime());a.open('GET',d,true);a.setRequestHeader('X-Requested-With','XMLHttpRequest');a.setRequestHeader('Content-Type','application/x-www-form-urlencoded');a.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 s=this.cachedGet||this.xhr.responseText,regBody;if(this.pre)hs.cachedGets[this.src]=s;if(!hs.ie||hs.uaVersion>=5.5){s=s.replace(new RegExp('<link[^>]*>','gi'),'').replace(new RegExp('<script[^>]*>.*?</script>','gi'),'');if(this.iframe){var a=this.iframe.contentDocument;if(!a&&this.iframe.contentWindow)a=this.iframe.contentWindow.document;if(!a){var b=this;setTimeout(function(){b.loadHTML()},25);return}a.open();a.write(s);a.close();try{s=a.getElementById(this.id).innerHTML}catch(e){try{s=this.iframe.document.getElementById(this.id).innerHTML}catch(e){}}hs.discardElement(this.iframe)}else{regBody=/(<body[^>]*>|<\/body>)/ig;if(regBody.test(s))s=s.split(regBody)[hs.ie?1:2]}}hs.getElementByClass(this.content,'DIV','highslide-body').innerHTML=s;this.onLoad();for(var x in this)this[x]=null}};hs.Slideshow=function(a,b){if(hs.dynamicallyUpdateAnchors!==false)hs.updateAnchors();this.expKey=a;for(var x in b)this[x]=b[x];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 a=['play','pause','previous','next','move','full-expand','close'];this.btn={};var b=this;for(var i=0;i<a.length;i++){this.btn[a[i]]=hs.getElementByClass(this.controls,'li','highslide-'+a[i]);this.enable(a[i])}this.btn.pause.style.display='none'},checkFirstAndLast:function(){if(this.repeat||!this.controls)return;var a=hs.expanders[this.expKey],cur=a.getAnchorIndex(),re=/disabled$/;if(cur==0)this.disable('previous');else if(re.test(this.btn.previous.getElementsByTagName('a')[0].className))this.enable('previous');if(cur+1==hs.anchors.groups[a.slideshowGroup||'none'].length){this.disable('next');this.disable('play')}else if(re.test(this.btn.next.getElementsByTagName('a')[0].className)){this.enable('next');this.enable('play')}},enable:function(b){if(!this.btn)return;var c=this,a=this.btn[b].getElementsByTagName('a')[0],re=/disabled$/;a.onclick=function(){c[b]();return false};if(re.test(a.className))a.className=a.className.replace(re,'')},disable:function(b){if(!this.btn)return;var a=this.btn[b].getElementsByTagName('a')[0];a.onclick=function(){return false};if(!/disabled$/.test(a.className))a.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(f){function add(a){hs.extend(options||{},{overlayId:dom,hsId:'thumbstrip',className:'highslide-thumbstrip-'+mode+'-overlay '+(options.className||'')});if(hs.ieLt7)options.fade=0;a.createOverlay(options);hs.setStyles(dom.parentNode,{overflow:'hidden'})};function scroll(a){selectThumb(undefined,Math.round(a*dom[isX?'offsetWidth':'offsetHeight']*0.7))};function selectThumb(i,a){if(i===undefined)for(var j=0;j<g.length;j++){if(g[j]==hs.expanders[f.expKey].a){i=j;break}}if(i===undefined)return;var b=dom.getElementsByTagName('a'),active=b[i],cell=active.parentNode,left=isX?'Left':'Top',right=isX?'Right':'Bottom',width=isX?'Width':'Height',offsetLeft='offset'+left,offsetWidth='offset'+width,overlayWidth=div.parentNode.parentNode[offsetWidth],minTblPos=overlayWidth-table[offsetWidth],curTblPos=parseInt(table.style[isX?'left':'top'])||0,tblPos=curTblPos,mgnRight=20;if(a!==undefined){tblPos=curTblPos-a;if(minTblPos>0)minTblPos=0;if(tblPos>0)tblPos=0;if(tblPos<minTblPos)tblPos=minTblPos}else{for(var j=0;j<b.length;j++)b[j].className='';active.className='highslide-active-anchor';var c=i>0?b[i-1].parentNode[offsetLeft]:cell[offsetLeft],activeRight=cell[offsetLeft]+cell[offsetWidth]+(b[i+1]?b[i+1].parentNode[offsetWidth]:0);if(activeRight>overlayWidth-curTblPos)tblPos=overlayWidth-activeRight;else if(c<-curTblPos)tblPos=-c}var d=cell[offsetLeft]+(cell[offsetWidth]-marker[offsetWidth])/2+tblPos;hs.animate(table,isX?{left:tblPos}:{top:tblPos},null,'easeOutQuad');hs.animate(marker,isX?{left:d}:{top:d},null,'easeOutQuad');scrollUp.style.display=tblPos<0?'block':'none';scrollDown.style.display=(tblPos>minTblPos)?'block':'none'};var g=hs.anchors.groups[hs.expanders[f.expKey].slideshowGroup||'none'],options=f.thumbstrip,mode=options.mode||'horizontal',floatMode=(mode=='float'),tree=floatMode?['div','ul','li','span']:['table','tbody','tr','td'],isX=(mode=='horizontal'),dom=hs.createElement('div',{className:'highslide-thumbstrip highslide-thumbstrip-'+mode,innerHTML:'<div class="highslide-thumbstrip-inner">'+'<'+tree[0]+'><'+tree[1]+'></'+tree[1]+'></'+tree[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),domCh=dom.childNodes,div=domCh[0],scrollUp=domCh[1],scrollDown=domCh[2],marker=domCh[3],table=div.firstChild,tbody=dom.getElementsByTagName(tree[1])[0],tr;for(var i=0;i<g.length;i++){if(i==0||!isX)tr=hs.createElement(tree[2],null,null,tbody);(function(){var a=g[i],cell=hs.createElement(tree[3],null,null,tr),pI=i;hs.createElement('a',{href:a.href,onclick:function(){hs.getExpander(this).focus();return hs.transit(a)},innerHTML:hs.stripItemFormatter?hs.stripItemFormatter(a):a.innerHTML},null,cell)})()}if(!floatMode){scrollUp.onclick=function(){scroll(-1)};scrollDown.onclick=function(){scroll(1)};hs.addEventListener(tbody,document.onmousewheel!==undefined?'mousewheel':'DOMMouseScroll',function(e){var a=0;e=e||window.event;if(e.wheelDelta){a=e.wheelDelta/120;if(hs.opera)a=-a}else if(e.detail){a=-e.detail/3}if(a)scroll(-a*0.2);if(e.preventDefault)e.preventDefault();e.returnValue=false})}return{add:add,selectThumb:selectThumb}};hs.langDefaults=hs.lang;var HsExpander=hs.Expander;if(hs.ie){(function(){try{document.documentElement.doScroll('left')}catch(e){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 d=hs.createElement('style',{type:'text/css'},null,document.getElementsByTagName('HEAD')[0]);function addRule(a,b){if(!hs.ie){d.appendChild(document.createTextNode(a+" {"+b+"}"))}else{var c=document.styleSheets[document.styleSheets.length-1];if(typeof(c.addRule)=="object")c.addRule(a,b)}}function fix(a){return'expression( ( ( ignoreMe = document.documentElement.'+a+' ? document.documentElement.'+a+' : document.body.'+a+' ) ) + \'px\' );'}if(hs.expandCursor)addRule('.highslide img','cursor: url('+hs.graphicsDir+hs.expandCursor+'), pointer !important;');addRule('.highslide-viewport-size',hs.ie&&(hs.uaVersion<7||document.compatMode=='BackCompat')?'position: absolute; '+'left:'+fix('scrollLeft')+'top:'+fix('scrollTop')+'width:'+fix('clientWidth')+'height:'+fix('clientHeight'):'position: fixed; width: 100%; height: 100%; left: 0; top: 0')}});hs.addEventListener(window,'resize',function(){hs.getPageSize();if(hs.viewport)for(var i=0;i<hs.viewport.childNodes.length;i++){var a=hs.viewport.childNodes[i],exp=hs.getExpander(a);exp.positionOverlay(a);if(a.hsId=='thumbstrip')exp.slideshow.thumbstrip.selectThumb()}});hs.addEventListener(document,'mousemove',function(e){hs.mouse={x:e.clientX,y:e.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)}
