var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Executive Search',
        bIsWebPath:true,
        sUrl:'page3.html',"childArray" : [
        {   sTitle:'Recent Fund Roles',
            bIsWebPath:true,
            sUrl:'recent fund roles.html',
            sTarget:'_self'
        },
        {   sTitle:'Recent CRM Roles',
            bIsWebPath:true,
            sUrl:'recent crm roles.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Fund Services',
        bIsWebPath:true,
        sUrl:'fund services.html',"childArray" : [
        {   sTitle:'Services Overview',
            bIsWebPath:true,
            sUrl:'services overview .html'
        },
        {   sTitle:'Business Consultancy',
            bIsWebPath:true,
            sUrl:'business consultancy.html',
            sTarget:'_self'
        },
        {   sTitle:'Program Management',
            bIsWebPath:true,
            sUrl:'program management.html',
            sTarget:'_self'
        },
        {   sTitle:'Project Management & Business Analysis',
            bIsWebPath:true,
            sUrl:'project management and business analysis.html'
        },
        {   sTitle:'Audit & Risk',
            bIsWebPath:true,
            sUrl:'page15.html'
        }]
    },
    {   sTitle:'Operational Support',
        bIsWebPath:true,
        sUrl:'operational support.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'World Time',
        bIsWebPath:true,
        sUrl:'world time.html',
        sTarget:'_self'
    }]
}]
});