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

// BEGIN FORUM MODULES
  
  
    registeredModule['63710516'] = new Object();
    registeredModule['63710516'].type = 'ubbx';
    registeredModule['63710516'].baseurl = 'http://support.echotechnology.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['63710516'].createDataObj = function ubbx63710516() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'echo for SharePoint 2007';
        this[i].value = 'c_9921005853';
        categoryViewPerm['9921005853'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo 2007 FAQ';
        this[i].value = '3761005853';
        this[i].perm = hasPerm(3761005853, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9921005853'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo 2007 Forum';
        this[i].value = '2001005853';
        this[i].perm = hasPerm(2001005853, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9921005853'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo 2007 Downloads';
        this[i].value = '3711005853';
        this[i].perm = hasPerm(3711005853, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9921005853'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo for SharePoint 2003';
        this[i].value = 'c_2631005853';
        categoryViewPerm['2631005853'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo 2003 Forum';
        this[i].value = '170100921';
        this[i].perm = hasPerm(170100921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2631005853'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo 2003 Downloads';
        this[i].value = '498102381';
        this[i].perm = hasPerm(498102381, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2631005853'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Other Products';
        this[i].value = 'c_260100921';
        categoryViewPerm['260100921'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo Live Listings Forum';
        this[i].value = '401100921';
        this[i].perm = hasPerm(401100921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['260100921'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'echo Live Listings Downloads';
        this[i].value = '231105581';
        this[i].perm = hasPerm(231105581, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['260100921'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Web parts Forum';
        this[i].value = '721100921';
        this[i].perm = hasPerm(721100921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['260100921'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Web parts Downloads';
        this[i].value = '472105581';
        this[i].perm = hasPerm(472105581, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['260100921'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Free tools';
        this[i].value = 'c_184100681';
        categoryViewPerm['184100681'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Outlook Power Tool';
        this[i].value = '384100681';
        this[i].perm = hasPerm(384100681, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['184100681'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '33710516';
        this.servleturl = 'http://support.echotechnology.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['14710516'] = new Object();
    registeredModule['14710516'].type = 'chime';
    registeredModule['14710516'].baseurl =  'http://support.echotechnology.com/eve/chat' ;
       
    registeredModule['14710516'].popup_height = '500';
    registeredModule['14710516'].popup_width = '600';
    registeredModule['14710516'].createDataObj = function chime14710516(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "33710516";
        this.servleturl = "http://support.echotechnology.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

