//Simple String value used for LocalAPI and Window Names
var simAPIName = 'da4ad5b3fa';
//Used to enable/disable moving and resizing the course window
var windowControl = true;
//Used to enable/disable fullscreen mode. If false, you must set the proper simWidth and simHeight vars. If enabled, width and height are ignored.
var fullscreen = true;
//Width of sim window
var simWidth = 1024;
//Height of sim window
var simHeight = 768;
//Used by the LMS debugger
var lmsDebug = false;
//Lowest version of Flash Plugin allowed
var requiredMajorVersion = 8;
var requiredMinorVersion = 0;
var requiredRevision = 0;
//Used to enable/disable Reviewer within the courseware
var reviewerEnabled = false;
//SCORM API version
var apiVer = "SCORM1.2";
//Right Click Listener
var handleRightClick = true;
