/**
 * @author davereid
 */
 
function MapObject(key,tab,subtab,footer,breadcrumb){
       this.key = key;
       this.tab = tab;
       this.subtab = subtab;
       this.footer = footer;
       this.breadcrumb = breadcrumb;    
}
 
      
       var SEP = ' > ';
 
       var aM = new Array();  
       aM.push(new MapObject('/invest/investor.htm','investors','','',''));
      
      
       aM.push(new MapObject('/govern/governance.htm','governance','','',''));
      
       aM.push(new MapObject('/csr/index.htm','corporate_responsibility','','',''));
      
       aM.push(new MapObject('/foundation/index.htm','foundation','','',''));
	   
	   
	   
	aM.push(new MapObject('invest','investors','','',''));
      
      
       aM.push(new MapObject('govern','governance','','',''));
      
       aM.push(new MapObject('csr','corporate_responsibility','','',''));
      
       aM.push(new MapObject('foundation','foundation','','',''));
