Ext.namespace('MTN.AboutusIndexPage');
MTN.AboutusIndexPage = function(config) {
    MTN.AboutusIndexPage.superclass.constructor.call(this, config);
}
Ext.extend(MTN.AboutusIndexPage, FW.Pages.BaseObj);
CURRENT_PROTO = MTN.AboutusIndexPage.prototype;

CURRENT_PROTO.init = function(config) {
    new MTN.RolloverWidget({render_to: ['inv-criteria', 'inv-approach','building-partnerships','portfolio-companies'] });
}
