if (!window.ProductTour1)
	window.ProductTour1 = {};
ProductTour1.Scene = function() 
{
}
ProductTour1.Scene.prototype = new ProductTour.Scene;
ProductTour1.Scene.prototype.customSetup = function() {
		this.NumScreens = 4;
		this.AssetsFile = "ProductTour1Assets.cat";
		this.LearnMoreLink = "http://www.microsoft.com/express/vb/";
		this.DownloadNowLink = "http://www.microsoft.com/express/download/";

		this.myPopups = new Array(
			
			"file",
			"build",
			"commonControls",
			"components",
			"dialogs",
			"dataSources",
			"insert",
			"artistID",
			"songID",
			"properties",
			"propertiesTitle",
			"events",
			
			"view",
			"rectangle",
			"controls",
			"zoom",
			"send",
			"textbox",
			"properties2",
			"backgroundWhite",
			
			"newProject",
			"popfly",
			//"variables",
			"city",
			"hometown",
			//"organize",
			"insert1",
			//"surround",
			"variables", 
			"findAll",
			
			"tables",
			"views",
			"storedProcedures",
			"toolbox",
			"references",
			"serviceReference",
			"musicClasses",
			"tools",
			"xmlFile"
			
			/*
			"file1",
			"website",
			"format",
			"tools1",
			"standard",
			"ajax",
			"css",
			"ma",
			"functionAdd",
			"h1TheJourney",
			"defaultMaster",
			"targetRule",
			"pop",
			"h1",
			"artistDatabound"
			*/
			);

		this.DLImages = new Array(
			////"AdminTool.png", 
			//"AJAXControlExtenders.png", 
			//"ApplyStyle.png", 
			"C4FDevKit_VB.png", 
			"Code_vb.png", 
			"Components.png",
			//"data.png", 
			"datagridview_tasks.png", 
			"datasources.png", 
			"dataToolbox.png", 
			"data_vb.png", 
			//"designer.png", 
			"DesignViews.png", 
			"events_button.png", 
			//"extenderMenu.png", 
			//"ExtractMethod.png", 
			"findsymbol.png", 
			//"htmlIntelliSense.png", 
			//"HTMLValidation.png", 
			"initializer_intellisense.png", 
			"InsertTab.png", 
			//"JavaScriptIntelliSense.png", 
			"LinqType_vb.png", 
			"linq_intellisense.png", 
			"MaskedTextBox.png", 
			//"masterpage.png", 
			"MediaElement.png", 
			//"newItem.png", 
			"NewItem_vb.png", 
			//"NewStyle.png", 
			//"newWebsite.png", 
			"NewProjectWindow.png",
			"OpenFileDialogControl.png", 
			//"organizeUsings.png", 
			//"PopflyExplorer.png", 
			"popflyExplorer.jpg", 
			"properties.png", 
			"property_zoomin.png", 
			//"refactoring_cs.png", 
			"rename.png", 
			"rightclick.png", 
			//"selectStyleFromManageStyles.png", 
			"shapes.png", 
			//"SilverlightGadget.png", 
			//"SmartTask.png", 
			"snaplines.png", 
			"snaplines_wpf.png", 
			"snippet_linq.png", 
			//"StandardControls.png", 
			"storedproc.png", 
			//"StyleCascade.png", 
			//"StylesAndPreview.png", 
			//"StyleSummary.png", 
			//"surroundwith.png", 
			"TableDesign.png", 
			//"TagContent.png", 
			//"TagOptions.png", 
			"tools_options.png", 
			"tourHeader_VB.png", 
			"tour_background_VB.jpg", 
			//"vb6_upgrade.png", 
			"vbreference.png", 
			//"vb_my.png", 
			"vb_rightclick.png", 
			"vb_snippets.png", 
			"WCF.png", 
			"WebBrowserControl.png", 
			"windowsforms_vb.png", 
			"wpf_docoutline.png", 
			//"wpf_NewItem.png", 
			"wpf_vb.png", 
			"xaml_intelliSense.png", 
			"XmlSchema.png", 
			"zoomin.png",
			"NewProject_vb.png", 
			"ClickOncePublishWizard.png"
			);
		this.DLImages2 = new Array(
			"ProjectProperties_Resources.png"
			);
}