var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Ideas Into Action',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Leadership Coaching',
    bIsWebPath:true,
    sUrl:'coaching.html'
},
{   sTitle:'Client Assignments',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Client Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Thought pieces',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sTitle:'Does transparency drive up pay?',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'The three lists of happiness...',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'Maintaining the mystique...',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Should bankers learn from the voluntary sector?',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Discriminating about diversity...',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Glad to be grey...',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Let\'s hear it for mess...',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
