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

// BEGIN FORUM MODULES
  
  
    registeredModule['602102039'] = new Object();
    registeredModule['602102039'].type = 'ubbx';
    registeredModule['602102039'].baseurl = 'http://boards.screenwatch.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['602102039'].createDataObj = function ubbx602102039() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'ScreenWatch Version 6';
        this[i].value = 'c_5011019651';
        categoryViewPerm['5011019651'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch General Support Questions';
        this[i].value = '8311019651';
        this[i].perm = hasPerm(8311019651, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5011019651'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Producer Installation Questions';
        this[i].value = '1711019651';
        this[i].perm = hasPerm(1711019651, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5011019651'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Audio and Video Recording with Screens';
        this[i].value = '9711019651';
        this[i].perm = hasPerm(9711019651, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5011019651'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Publishing your ScreenWatch Content to Blackboard';
        this[i].value = '6811019651';
        this[i].perm = hasPerm(6811019651, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5011019651'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Developer Program and SDKs';
        this[i].value = '2021019651';
        this[i].perm = hasPerm(2021019651, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5011019651'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Update Notification';
        this[i].value = '6121019651';
        this[i].perm = hasPerm(6121019651, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5011019651'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Version 5.x';
        this[i].value = 'c_922102039';
        categoryViewPerm['922102039'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch General Support Questions';
        this[i].value = '5511044701';
        this[i].perm = hasPerm(5511044701, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Producer Installation Questions';
        this[i].value = '104109049';
        this[i].perm = hasPerm(104109049, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Audio and Video Recording with Screens';
        this[i].value = '142102039';
        this[i].perm = hasPerm(142102039, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Publishing your ScreenWatch Content to Blackboard';
        this[i].value = '883109049';
        this[i].perm = hasPerm(883109049, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Producer Bug Report';
        this[i].value = '232102039';
        this[i].perm = hasPerm(232102039, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Developer Program and SDKs';
        this[i].value = '554109049';
        this[i].perm = hasPerm(554109049, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ScreenWatch Update Notification';
        this[i].value = '715109049';
        this[i].perm = hasPerm(715109049, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['922102039'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '313101039';
        this.servleturl = 'http://boards.screenwatch.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['372102039'] = new Object();
    registeredModule['372102039'].type = 'chime';
    registeredModule['372102039'].baseurl =  'http://boards.screenwatch.com/eve/chat' ;
       
    registeredModule['372102039'].popup_height = '500';
    registeredModule['372102039'].popup_width = '600';
    registeredModule['372102039'].createDataObj = function chime372102039(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "313101039";
        this.servleturl = "http://boards.screenwatch.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

