    var so = new SWFObject("/swf/detectFlash.swf", 			// Path to Flash Tester File (Do NOT change)
						   "photoTourSwf", 						// Flash File ID (Must be unique)
						   "550", 							// Flash File Width
						   "400", 							// Flash File Height
						   "8.0.0", 						// Flash Player Required Version
						   "#FFFFFF", 						// Flash File Background Color
						   true);							// Detect for flash player version


    so.addVariable("fileToLoad", "/swf/photo_tours.swf"); 	// Path to Flash File to be Loaded (MUST Specify)
	
	so.addParam("wmode", "transparent");					// Used to place flash content Behind dreamweaver built menus
	
    so.write("flashcontent");								// This writes the content to the div above (ID's must match)