﻿// SETTINGS.JS
// Defines settings that can be customized by the training developer or training administrator

// ******* SYSTEM REQUIREMENTS ******* //
MinColorDepth = 16;	 // the minimum color depth to required to view the training, in
							 // bits per pixel
ScreenWidth = 800;	 

Platforms = "Win32|Mac";
//Platforms = "Win32|Mac";	 

MinFlashVersion = 7.0 



