var idToIgnore=false;if(typeof(tracker)=="undefined"){tracker=false}var guidedTourDelegate={changeToDimensions:function(b){var a=this.view.view.view();
if(a){var c=a.getDimensions();if(this.view.options.shouldAnimateContentChange){new Effect.Parallel([new Effect.Scale(a,((b.width/c.width)*100),{scaleY:false,scaleContent:false,sync:true}),new Effect.Scale(a,((b.height/c.height)*100),{scaleX:false,scaleContent:false,sync:true})],{duration:this.view.options.animationDuration})
}else{a.style.width=b.width+"px";a.style.height=b.height+"px"}}},didAppendContent:function(b){this.init(b);
var a=b.currentSection;if(a){this.changeToDimensions(a.content.getDimensions())
}},init:function(a){if(!this.view){this.view=a}},willShow:function(b,c,a){this.init(b)
},didShow:function(b,c,a){this.init(b)}};Event.observe(window,"load",function(){var d=$("moviecontainer").down(".section");
if(AC.Detector.isMobile()){d.addClassName("mobile")}else{d.addClassName("standard");
var e=$$(".section");var a=d.getHeight();$("moviecontainer").style.height=a+"px";
d.remove();if(!tracker){tracker=new AC.ViewMaster.Tracker("click")}var b=new AC.ViewMaster.Viewer(e,"moviecontainer","size",{initialId:idToIgnore,animationDuration:0.4,alwaysShowSection:true,shouldAnimateContentChange:true});
b.setDelegate(guidedTourDelegate);b.didAppendContent(d);var c=$$(".quicklinks .download");
if(c.length>0){c[0].observe("mousedown",function(f){var g=navigator.userAgent.toLowerCase();
if(g.match("safari")){AC.Tracking.trackClick({pageName:AC.Tracking.pageName()},this,"d",f.href)
}})}}});