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

// BEGIN FORUM MODULES
  
  
    registeredModule['697108751'] = new Object();
    registeredModule['697108751'].type = 'ubbx';
    registeredModule['697108751'].baseurl = 'http://indusoft.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['697108751'].createDataObj = function ubbx697108751() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = 'c_218108751';
        categoryViewPerm['218108751'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Technical Questions';
        this[i].value = '618108751';
        this[i].perm = hasPerm(618108751, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['218108751'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = '818108751';
        this[i].perm = hasPerm(818108751, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['218108751'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Documentation Updates';
        this[i].value = '445109353';
        this[i].perm = hasPerm(445109353, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['218108751'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Automation';
        this[i].value = 'c_418108751';
        categoryViewPerm['418108751'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Hot Topics';
        this[i].value = '328108751';
        this[i].perm = hasPerm(328108751, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['418108751'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'InduSoft and Your Industry';
        this[i].value = '528108751';
        this[i].perm = hasPerm(528108751, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['418108751'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '744109751';
        this.servleturl = 'http://indusoft.infopop.cc/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['928108751'] = new Object();
    registeredModule['928108751'].type = 'chime';
    registeredModule['928108751'].baseurl =  'http://indusoft.infopop.cc/eve/chat' ;
       
    registeredModule['928108751'].popup_height = '500';
    registeredModule['928108751'].popup_width = '600';
    registeredModule['928108751'].createDataObj = function chime928108751(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "744109751";
        this.servleturl = "http://indusoft.infopop.cc/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

