if (!window.ProductTour3)
	window.ProductTour3 = {};
ProductTour3.Scene = function() 
{
}
ProductTour3.Scene.prototype = new ProductTour.Scene;
ProductTour3.Scene.prototype.customSetup = function() {
		this.NumScreens = 1;
		this.AssetsFile = "ProductTour3Assets.cat";
		this.LearnMoreLink = "http://www.microsoft.com/rus/express/vc/";
		this.DownloadNowLink = "http://www.microsoft.com/rus/express/download/";
		
		this.myPopups = new Array(
			"file", 
			//"edit", 
			"edit2", 
			"view", 
			//"project", 
			"project2", 
			"build", 
			"tools", 
			"tools2", 
			"window", 
			"customBuild", 
			"classView", 
			"code", 
			"intellisense", 
			"insert", 
			"sample"
			);
		this.DLImages = new Array(
			"00MainIDE.jpg", 
			"01NewProjectDialogBox.jpg", 
			//"02FindandReplace.jpg", 
			"03Outlining.png", 
			"04ObjectBrowserWindow.jpg", 
			//"05AddNewItemDialogBox.jpg", 
			"06ProjectPropertiesDialog.png", 
			"07ConfigManagerDialogBox.jpg", 
			"08OptionsDialogBox.png", 
			"09ImportExportSettingsWizard.jpg", 
			"10WindowDocking.jpg", 
			"11CustomBuildRules.jpg", 
			"12ClassView.png",
			"13CodeNavigation.jpg", 
			"14Intellisense.png", 
			"15InsertBreakpoint.jpg", 
			"16Samples.jpg",
			"tourHeader_C.png",
			"tour_background_C.jpg"
			);
}




