// request key: 644ACCFEF4FA0251BF3830BFEAC592D6
    
// create all registered modules data obj that can be queried
registeredModule = new Object();

// BEGIN FORUM MODULES
  
  
    registeredModule['4621036491'] = new Object();
    registeredModule['4621036491'].type = 'ubbx';
    registeredModule['4621036491'].baseurl = 'http://forums.elationlighting.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['4621036491'].createDataObj = function ubbx4621036491() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Elation Lighting Products';
        this[i].value = 'c_9441036491';
        categoryViewPerm['9441036491'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '4741036491';
        this[i].perm = hasPerm(4741036491, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9441036491'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Antari Effects Products';
        this[i].value = '1931084274';
        this[i].perm = hasPerm(1931084274, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9441036491'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Moving Head Fixtures';
        this[i].value = 'c_1541036491';
        categoryViewPerm['1541036491'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Elation Fixtures';
        this[i].value = '3541036491';
        this[i].perm = hasPerm(3541036491, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1541036491'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Moving Head Programming';
        this[i].value = '5841036491';
        this[i].perm = hasPerm(5841036491, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1541036491'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'DMX Controllers';
        this[i].value = 'c_6661062842';
        categoryViewPerm['6661062842'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Basic Programming';
        this[i].value = '4981062842';
        this[i].perm = hasPerm(4981062842, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Compu Live Software';
        this[i].value = '2311094875';
        this[i].perm = hasPerm(2311094875, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Compu Show Software';
        this[i].value = '469002782001';
        this[i].perm = hasPerm(469002782001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Emulation Software Discussion ';
        this[i].value = '590106605';
        this[i].perm = hasPerm(590106605, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'DMX programming, Dip Switches & DMX 512';
        this[i].value = '186105495';
        this[i].perm = hasPerm(186105495, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Show Designer Series Consoles.';
        this[i].value = '324000731001';
        this[i].perm = hasPerm(324000731001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Trio Consoles.';
        this[i].value = '764000731001';
        this[i].perm = hasPerm(764000731001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Magic 260, DMX Operators.';
        this[i].value = '115000731001';
        this[i].perm = hasPerm(115000731001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Stage Setter, Scene Setter, dimmers, switchers and chasers.';
        this[i].value = '241009133001';
        this[i].perm = hasPerm(241009133001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6661062842'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '9521036491';
        this.servleturl = 'http://forums.elationlighting.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['6621036491'] = new Object();
    registeredModule['6621036491'].type = 'chime';
    registeredModule['6621036491'].baseurl =  'http://forums.elationlighting.com/eve/chat' ;
       
    registeredModule['6621036491'].popup_height = '500';
    registeredModule['6621036491'].popup_width = '600';
    registeredModule['6621036491'].createDataObj = function chime6621036491(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "9521036491";
        this.servleturl = "http://forums.elationlighting.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

