function elAdminNetGlobal()
{
  this.generalStyle = null;
  this.defaultStyle = null;
  this.currentSite  = null;
  this.currentName     = "";
  this.currentTemplate = "";
  
  //this.refreshCanvas = false;
  
  this.launchesByClass = Array();
  this.tasks = Array();
  
  this.frontEndScripts = Array();
  this.specificStyleFiles = Array();
  this.specificStyles = Array();
  this.refreshFunctions = Array();
  
  this.divBuffer = Array();
  this.removeBuffer = Array();
  
  this.templateXml = null;
  this.containerStack = Array();
  this.containerID = 0;
  this.scheduledLoads = 0;
  
  this.cStyleSheet = "";
}

elAdminNetGlobal = new elAdminNetGlobal();