if (!window.photoGallery)
	window.photoGallery = {};

photoGallery.Page = function() 
{
}

var paramValue = "";

photoGallery.Page.prototype =
{
	handleLoad: function(control, userContext, rootElement) 
	{
		this.control = control;

    	this.control.content.findName("uxStryBrdFadeIn").Begin();
	}
}

function StartSplash(sender,args){


}

function TimelineFadeIn_Completed(sender, args)
{
    sender.findname("uxImgType")["Opacity"] = 1;

    sender.findname("StryBrdCarFadeIn").Begin();
    
}

function StryBrdCarFadeIn_Completed(sender, args)
{
    sender.findname("StryBrdCarPullUp").Begin();
}

function StryBrdCarPullUp_Completed(sender, args)
{
    sender.findname("uxStryBrdWWSFadeIn").Begin();
}

function StryBrdPause_Completed(sender, args)
{
    window.location='whychooseus.htm';
}

function SkipIntro(sender, args)
{
    window.location='whychooseus.htm';
}

