//***************************************************************************
// Set Global vars for this project											*
// These files will overwrite the Global vars in the Mcfront				*
//***************************************************************************
// set the modules (do NOT remove)

//debugging
var alertMsg	= new Array();
var errorMsg	= new Array();

// the var for the calendar
var cal1;

// the vars for the treeBuilder
var tree;
var nodeIndex;
var treeBuilder					= 1;
var callback 					= null;
var defaultCellWidth 			= 17;
var nodes 						= new Array();
var treeBuilderContainer 		= 'treeDiv1';

// the vars for contentpro
var dragableComponent		= 1;

// tree builder statussen
var tbActiveStatus			= 0;
var tbDeleteStatus			= 2;
var tbArchivedStatus		= 3;

var opacitySetting 			= '50';
