function LyteBox(){this.theme="grey";this.hideFlash=true;this.outerBorder=true;this.resizeSpeed=8;this.maxOpacity=80;this.navType=1;this.autoResize=true;this.doAnimations=true;this.borderSize=12;this.slideInterval=4e3;this.showNavigation=true;this.showClose=true;this.showDetails=true;this.showPlayPause=true;this.autoEnd=true;this.pauseOnNextClick=false;this.pauseOnPrevClick=true;if(this.resizeSpeed>10){this.resizeSpeed=10}if(this.resizeSpeed<1){resizeSpeed=1}this.resizeDuration=(11-this.resizeSpeed)*.15;this.resizeWTimerArray=new Array;this.resizeWTimerCount=0;this.resizeHTimerArray=new Array;this.resizeHTimerCount=0;this.showContentTimerArray=new Array;this.showContentTimerCount=0;this.overlayTimerArray=new Array;this.overlayTimerCount=0;this.imageTimerArray=new Array;this.imageTimerCount=0;this.timerIDArray=new Array;this.timerIDCount=0;this.slideshowIDArray=new Array;this.slideshowIDCount=0;this.imageArray=new Array;this.activeImage=null;this.slideArray=new Array;this.activeSlide=null;this.frameArray=new Array;this.activeFrame=null;this.checkFrame();this.isSlideshow=false;this.isLyteframe=false;this.ie=false;this.ie7=this.ie&&window.XMLHttpRequest;this.initialize()}function checkVersion(){if(/MSIE (\d+\.\d+);/.test(navigator.userAgent)){var e=new Number(RegExp.$1);if(e>=8)return false;else if(e<8)return true}return false}function initLytebox(){myLytebox=new LyteBox}Array.prototype.removeDuplicates=function(){for(var e=1;e