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

// BEGIN FORUM MODULES
  
  
    registeredModule['7721063911'] = new Object();
    registeredModule['7721063911'].type = 'ubbx';
    registeredModule['7721063911'].baseurl = 'http://forums.hydraulicspneumatics.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['7721063911'].createDataObj = function ubbx7721063911() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Fluid Power Forums';
        this[i].value = 'c_6541063911';
        categoryViewPerm['6541063911'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Editorial Comments';
        this[i].value = '8541063911';
        this[i].perm = hasPerm(8541063911, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541063911'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Fluid Power Discussion';
        this[i].value = '8621030121';
        this[i].perm = hasPerm(8621030121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541063911'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'System Design / Troubleshooting';
        this[i].value = '8641063911';
        this[i].perm = hasPerm(8641063911, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541063911'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Industry Connection';
        this[i].value = '5821030121';
        this[i].perm = hasPerm(5821030121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541063911'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fluid Power Conference & Expo';
        this[i].value = '3411031582';
        this[i].perm = hasPerm(3411031582, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541063911'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '4721063911';
        this.servleturl = 'http://forums.hydraulicspneumatics.com/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

