var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
},
{   'sTitle':'What We Do',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Data Warehousing',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'dw.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Business Intelligence',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'bi.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Reporting',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'reporting.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Performance Metrics',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'kpi.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Dashboarding',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'dash.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Mobile BI',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'mobile.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Solutions',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'ERP Systems',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'erp.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Sales Analysis',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'Sales.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Planning, Budgeting & Forecasting',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'finance.html',
        'sTarget':'_self'
    },
    {   'sTitle':'HR, Talent, Payroll and Pension',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'HR.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Helpdesk',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'helpdesk.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Performance Management',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'performance.html',
        'sTarget':'_self'
    },
    {   'sTitle':'HE Student Systems',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'HE.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Other Database Systems',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'other.html',
        'sTarget':'_self'
    }]
}]
});
