jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,e,f,g,h){return jQuery.easing[jQuery.easing.def](a,e,f,g,h);},easeInQuad:function(a,e,f,g,h){return g*(e/=h)*e+f;},easeOutQuad:function(a,e,f,g,h){return -g*(e/=h)*(e-2)+f;},easeInOutQuad:function(a,e,f,g,h){if((e/=h/2)<1){return g/2*e*e+f;}return -g/2*((--e)*(e-2)-1)+f;},easeInCubic:function(a,e,f,g,h){return g*(e/=h)*e*e+f;},easeOutCubic:function(a,e,f,g,h){return g*((e=e/h-1)*e*e+1)+f;},easeInOutCubic:function(a,e,f,g,h){if((e/=h/2)<1){return g/2*e*e*e+f;}return g/2*((e-=2)*e*e+2)+f;},easeInQuart:function(a,e,f,g,h){return g*(e/=h)*e*e*e+f;},easeOutQuart:function(a,e,f,g,h){return -g*((e=e/h-1)*e*e*e-1)+f;},easeInOutQuart:function(a,e,f,g,h){if((e/=h/2)<1){return g/2*e*e*e*e+f;}return -g/2*((e-=2)*e*e*e-2)+f;},easeInQuint:function(a,e,f,g,h){return g*(e/=h)*e*e*e*e+f;},easeOutQuint:function(a,e,f,g,h){return g*((e=e/h-1)*e*e*e*e+1)+f;},easeInOutQuint:function(a,e,f,g,h){if((e/=h/2)<1){return g/2*e*e*e*e*e+f;}return g/2*((e-=2)*e*e*e*e+2)+f;},easeInSine:function(a,e,f,g,h){return -g*Math.cos(e/h*(Math.PI/2))+g+f;},easeOutSine:function(a,e,f,g,h){return g*Math.sin(e/h*(Math.PI/2))+f;},easeInOutSine:function(a,e,f,g,h){return -g/2*(Math.cos(Math.PI*e/h)-1)+f;},easeInExpo:function(a,e,f,g,h){return(e==0)?f:g*Math.pow(2,10*(e/h-1))+f;},easeOutExpo:function(a,e,f,g,h){return(e==h)?f+g:g*(-Math.pow(2,-10*e/h)+1)+f;},easeInOutExpo:function(a,e,f,g,h){if(e==0){return f;}if(e==h){return f+g;}if((e/=h/2)<1){return g/2*Math.pow(2,10*(e-1))+f;}return g/2*(-Math.pow(2,-10*--e)+2)+f;},easeInCirc:function(a,e,f,g,h){return -g*(Math.sqrt(1-(e/=h)*e)-1)+f;},easeOutCirc:function(a,e,f,g,h){return g*Math.sqrt(1-(e=e/h-1)*e)+f;},easeInOutCirc:function(a,e,f,g,h){if((e/=h/2)<1){return -g/2*(Math.sqrt(1-e*e)-1)+f;}return g/2*(Math.sqrt(1-(e-=2)*e)+1)+f;},easeInElastic:function(e,l,g,h,i){var k=1.70158;var j=0;var f=h;if(l==0){return g;}if((l/=i)==1){return g+h;}if(!j){j=i*0.3;}if(f<Math.abs(h)){f=h;var k=j/4;}else{var k=j/(2*Math.PI)*Math.asin(h/f);}return -(f*Math.pow(2,10*(l-=1))*Math.sin((l*i-k)*(2*Math.PI)/j))+g;},easeOutElastic:function(e,l,g,h,i){var k=1.70158;var j=0;var f=h;if(l==0){return g;}if((l/=i)==1){return g+h;}if(!j){j=i*0.3;}if(f<Math.abs(h)){f=h;var k=j/4;}else{var k=j/(2*Math.PI)*Math.asin(h/f);}return f*Math.pow(2,-10*l)*Math.sin((l*i-k)*(2*Math.PI)/j)+h+g;},easeInOutElastic:function(e,l,g,h,i){var k=1.70158;var j=0;var f=h;if(l==0){return g;}if((l/=i/2)==2){return g+h;}if(!j){j=i*(0.3*1.5);}if(f<Math.abs(h)){f=h;var k=j/4;}else{var k=j/(2*Math.PI)*Math.asin(h/f);}if(l<1){return -0.5*(f*Math.pow(2,10*(l-=1))*Math.sin((l*i-k)*(2*Math.PI)/j))+g;}return f*Math.pow(2,-10*(l-=1))*Math.sin((l*i-k)*(2*Math.PI)/j)*0.5+h+g;},easeInBack:function(a,e,f,g,h,i){if(i==undefined){i=1.70158;}return g*(e/=h)*e*((i+1)*e-i)+f;},easeOutBack:function(a,e,f,g,h,i){if(i==undefined){i=1.70158;}return g*((e=e/h-1)*e*((i+1)*e+i)+1)+f;},easeInOutBack:function(a,e,f,g,h,i){if(i==undefined){i=1.70158;}if((e/=h/2)<1){return g/2*(e*e*(((i*=(1.525))+1)*e-i))+f;}return g/2*((e-=2)*e*(((i*=(1.525))+1)*e+i)+2)+f;},easeInBounce:function(a,e,f,g,h){return g-jQuery.easing.easeOutBounce(a,h-e,0,g,h)+f;},easeOutBounce:function(a,e,f,g,h){if((e/=h)<(1/2.75)){return g*(7.5625*e*e)+f;}else{if(e<(2/2.75)){return g*(7.5625*(e-=(1.5/2.75))*e+0.75)+f;}else{if(e<(2.5/2.75)){return g*(7.5625*(e-=(2.25/2.75))*e+0.9375)+f;}else{return g*(7.5625*(e-=(2.625/2.75))*e+0.984375)+f;}}}},easeInOutBounce:function(a,e,f,g,h){if(e<h/2){return jQuery.easing.easeInBounce(a,e*2,0,g,h)*0.5+f;}return jQuery.easing.easeOutBounce(a,e*2-h,0,g,h)*0.5+g*0.5+f;}});(function(c){c.fn.jqm=function(e){var f={overlay:50,overlayClass:"jqmOverlay",closeClass:"jqmClose",trigger:".jqModal",ajax:b,ajaxText:"",target:b,modal:b,toTop:b,onShow:b,onHide:b,onLoad:b};return this.each(function(){if(this._jqm){return k[this._jqm].c=c.extend({},k[this._jqm].c,e);}n++;this._jqm=n;k[n]={c:c.extend(f,c.jqm.params,e),a:b,w:c(this).addClass("jqmID"+n),s:n};if(f.trigger){c(this).jqmAddTrigger(f.trigger);}});};c.fn.jqmAddClose=function(f){return l(this,f,"jqmHide");};c.fn.jqmAddTrigger=function(f){return l(this,f,"jqmShow");};c.fn.jqmShow=function(e){return this.each(function(){e=e||window.event;c.jqm.open(this._jqm,e);});};c.fn.jqmHide=function(e){return this.each(function(){e=e||window.event;c.jqm.close(this._jqm,e);});};c.jqm={hash:{},open:function(w,x){var B=k[w],q=B.c,e="."+q.closeClass,m=(parseInt(B.w.css("z-index"))),m=(m>0)?m:3000,f=c("<div></div>").css({height:"100%",width:"100%",position:"fixed",left:0,top:0,"z-index":m-1,opacity:q.overlay/100});if(B.a){return b;}B.t=x;B.a=true;B.w.css("z-index",m);if(q.modal){if(!p[0]){h("bind");}p.push(w);}else{if(q.overlay>0){B.w.jqmAddClose(f);}else{f=b;}}B.o=(f)?f.addClass(q.overlayClass).prependTo("body"):b;if(j){c("html,body").css({height:"100%",width:"100%"});if(f){f=f.css({position:"absolute"})[0];for(var i in {Top:1,Left:1}){f.style.setExpression(i.toLowerCase(),"(_=(document.documentElement.scroll"+i+" || document.body.scroll"+i+"))+'px'");}}}if(q.ajax){var v=q.target||B.w,A=q.ajax,v=(typeof v=="string")?c(v,B.w):c(v),A=(A.substr(0,1)=="@")?c(x).attr(A.substring(1)):A;v.html(q.ajaxText).load(A,function(){if(q.onLoad){q.onLoad.call(this,B);}if(e){B.w.jqmAddClose(c(e,B.w));}d(B);});}else{if(e){B.w.jqmAddClose(c(e,B.w));}}if(q.toTop&&B.o){B.w.before('<span id="jqmP'+B.w[0]._jqm+'"></span>').insertAfter(B.o);}(q.onShow)?q.onShow(B):B.w.show();d(B);return b;},close:function(e){var f=k[e];if(!f.a){return b;}f.a=b;if(p[0]){p.pop();if(!p[0]){h("unbind");}}if(f.c.toTop&&f.o){c("#jqmP"+f.w[0]._jqm).after(f.w).remove();}if(f.c.onHide){f.c.onHide(f);}else{f.w.hide();if(f.o){f.o.remove();}}return b;},params:{}};var n=0,k=c.jqm.hash,p=[],j=c.browser.msie&&(c.browser.version=="6.0"),b=false,a=c('<iframe src="javascript:false;document.write(\'\');" class="jqm"></iframe>').css({opacity:0}),d=function(e){if(j){if(e.o){e.o.html('<p style="width:100%;height:100%"/>').prepend(a);}else{if(!c("iframe.jqm",e.w)[0]){e.w.prepend(a);}}}g(e);},g=function(e){try{c(":input:visible",e.w)[0].focus();}catch(f){}},h=function(e){c()[e]("keypress",o)[e]("keydown",o)[e]("mousedown",o);},o=function(m){var i=k[p[p.length-1]],f=(!c(m.target).parents(".jqmID"+i.s)[0]);if(f){g(i);}return !f;},l=function(f,e,i){return f.each(function(){var m=this._jqm;c(e).each(function(){if(!this[i]){this[i]=[];c(this).click(function(){for(var r in {jqmShow:1,jqmHide:1}){for(var q in this[r]){if(k[this[r][q]]){k[this[r][q]].w[r](this);}}}return b;});}this[i].push(m);});});};})(jQuery);(function(a){a.fn.hSlides=function(b){b=a.extend({},a.fn.hSlides.defaults,b);return this.each(function(){var k=this;var j=0;var e=a(b.panelSelector,k);var c=1;if(b.panelPositioning!="top"){j=(a(b.panelSelector,k).length-1)*b.minPanelWidth;e=a(b.panelSelector,k).reverse();c=-1;}a(this).css("position","relative").css("overflow","hidden").css("width",b.totalWidth).css("height",b.totalHeight);var f=0;e.each(function(){a(this).css("position","absolute").css("left",j).css("zIndex",f).css("height",b.totalHeight).css("width",b.maxPanelWidth);f++;if(a(this).hasClass(b.activeClass)){a.data(a(this)[0],"active",true);if(b.panelPositioning!="top"){j=(a(b.panelSelector,k).index(this)+1)*b.minPanelWidth-b.maxPanelWidth;}else{j=j+b.maxPanelWidth;}}else{if(b.midPanelWidth&&a(b.panelSelector,k).hasClass(b.activeClass)==false){j=j+b.midPanelWidth*c;}else{j=j+b.minPanelWidth*c;}}});var g=function(){var l=a(b.panelSelector,k).index(this);e.each(function(){if(a.data(a(this)[0],"active")==true){a.data(a(this)[0],"active",false);a(this).removeClass(b.activeClass).each(b.onLeave);}var m=a(b.panelSelector,k).index(this);j=b.minPanelWidth*m;if((m*c)>(l*c)){j=j+(b.maxPanelWidth-b.minPanelWidth)*c;}a(this).animate({left:j},b.speed,b.easing);});a.data(a(this)[0],"active",true);a(this).addClass(b.activeClass).each(b.onEnter);};var h=function(){var l=0;if(b.panelPositioning!="top"){l=(a(b.panelSelector,k).length-1)*b.minPanelWidth;}e.each(function(){a(this).removeClass(b.activeClass).animate({left:l},b.speed,b.easing);if(a.data(a(this)[0],"active")==true){a.data(a(this)[0],"active",false);a(this).each(b.onLeave);}l=l+b.midPanelWidth*c;});};if(b.eventHandler=="click"){a(b.panelSelector,k).click(g);}else{var d={sensitivity:b.sensitivity,interval:b.interval,over:g,timeout:b.timeout,out:function(){}};var i={sensitivity:b.sensitivity,interval:b.interval,over:function(){},timeout:b.timeout,out:h};a(b.panelSelector,k).hoverIntent(d);if(b.midPanelWidth!=0){a(k).hoverIntent(i);}}});};a.fn.reverse=function(){return this.pushStack(this.get().reverse(),arguments);};a.fn.hSlides.defaults={totalWidth:0,totalHeight:0,minPanelWidth:0,maxPanelWidth:0,midPanelWidth:0,speed:1000,easing:"easeOutExpo",sensitivity:3,interval:100,timeout:300,eventHandler:"click",panelSelector:"li",activeClass:true,panelPositioning:"bottom",onEnter:function(){},onLeave:function(){}};})(jQuery);$((function(){if($(".accordion1").length===0&&$(".accordionDocs").length===0){return;}enterFunction=function(){$(this).html("ACTIVE");};leaveFunction=function(){$(this).html("inactive");};$(".accordion1").hSlides({totalWidth:940,totalHeight:340,minPanelWidth:112,maxPanelWidth:490,activeClass:"active"});$(".accordionDocs").hSlides({totalWidth:940,totalHeight:340,minPanelWidth:112,maxPanelWidth:715,activeClass:"active"});}));$(document).ready(function(){if($("#jqmVideo").length!=0){$("#jqmVideo").jqm();$("#jqmPro").jqm();$("#jqmVideoRight").bind("click",function(){toggleVideoView(false);});}if($(".slideinfo").length!=0){$(".slideinfo").hover(function(){$(this).stop().animate({marginTop:"0px"},300);$(this).parent().find("div.s-num").stop().animate({marginBottom:"-55px"},500);$(this).parent().find("p.icon").stop().animate({marginTop:"-15px"},300);$(this).parent().find("span").stop().animate({marginTop:"-15px"},300);},function(){$(this).stop().animate({marginTop:"0px"},300);$(this).parent().find("div.s-num").stop().animate({marginBottom:"0px"},500);$(this).parent().find("p.icon").stop().animate({marginTop:"0px"},300);$(this).parent().find("span").stop().animate({marginTop:"0px"},300);});}});function toggleVideoView(a){if(a){$("#jqmVideo").jqmShow();return;}$("#jqmVideo").jqmHide();}function toggleSignupView(a){if(a){$("#jqmPro").jqmShow();return;}$("#jqmPro").jqmHide();}
