var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Services for Individuals',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Better personal budgeting',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Comprehensive',
        sTarget:'_self'
    },
    {   sTitle:'Effective personal loan management',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#TheGoodPlan',
        sTarget:'_self'
    },
    {   sTitle:'Appropriate life and non-life insurance coverage',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Comprehensive',
        sTarget:'_self'
    },
    {   sTitle:'Investing in financial securities',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Investment',
        sTarget:'_self'
    },
    {   sTitle:'Investing in a business',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Business',
        sTarget:'_self'
    },
    {   sTitle:'Estate planning',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Estate',
        sTarget:'_self'
    }]
},
{   sTitle:'Services for Businesses',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Financial consultancy',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Business',
        sTarget:'_self'
    },
    {   sTitle:'Portfolio management & fund accounting software systems',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'page3.html#Portfolio',
        sTarget:'_self'
    }]
},
{   sTitle:'Personal Finance Training Programs',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Corporate in-house',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'EnRich public training',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    }]
}]
});
