
/*
* config.js
* by Crealogix AG
* www.crealogix.com
* Version 1.1.1.20080710
*/

/*
* Flash Player Version 
* Description:     specifies the Flash player version () 
* Values:          NONE        	  = without Flash player check
*                  m.m.r          = Example: 8.0.0 (format is: "major.minor.release")
*/
var FLASH_PLAYER_VERSION = "NONE";

/*
* Communication Interface 
* Description:     the Interface between LMS and WBT
* Values:          NONE        	  = without communication
*                  AICC           = AICC 3.5 / AICC - Aviation Industry CBT Committee (www.aicc.org)
*                  SCORM          = SCORM 1.2 / ADL - Advanced Distributed Learning (www.adlnet.org)
*/
var COMMUNICATION_INTERFACE = "NONE";

/*
* Communication Debug 
* Description:     enables the WBT debug mode (communication debug window)
* Values:          false          = disabled
*                  true           = enabled
*/
var COMMUNICATION_DEBUG = false;
