if (!window.ProductTour4)
	window.ProductTour4 = {};
ProductTour4.Scene = function() 
{
}
ProductTour4.Scene.prototype = new ProductTour.Scene;
ProductTour4.Scene.prototype.customSetup = function() {
		this.NumScreens = 2;
		this.AssetsFile = "ProductTour4Assets.cat";
		this.LearnMoreLink = "http://www.microsoft.com/rus/express/vwd/";
		this.DownloadNowLink = "http://www.microsoft.com/rus/express/download/";
		
		this.myPopups = new Array(
			"tables",
			"views",
			"storedProcedures",
			"toolbox",
			"musicClasses",
			
			"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.png",
			//"C4FDevKit_VB.png",
			"dataToolbox.png",
			"designer.png",
			"DesignViews.png",
			//"detailsview.png",
			"extenderMenu.png",
			//"fieldcontrols.png",
			"htmlIntelliSense.png",
			"HTMLValidation.png",
			"JavaScriptIntelliSense.png",
			//"LINQ.png",
			"LINQ_Type.png",
			"masterpage.png",
			"newItem.png",
			"NewStyle.png",
			"newWebsite.png",
			"PopflyExplorer.png",
			"selectStyleFromManageStyles.png",
			"SilverlightGadget.png",
			"SmartTask.png",
			"StandardControls.png",
			"storedproc.png",
			"StyleCascade.png",
			"StylesAndPreview.png",
			"StyleSummary.png",
			"TableDesign.png",
			"TagContent.png",
			"TagOptions.png",
			"tourHeader_VWD.png",
			"tour_background_VWD.jpg",
			//"vbreference.png",
			"vwd_data.png"
			//"WCF.png",
			//"XmlSchema.png"
			);
}