var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Training',
        'bIsWebPath':true,
        'sUrl':'training.html'
    },
    {   'sTitle':'Consultancy',
        'bIsWebPath':true,
        'sUrl':'consultancy.html'
    },
    {   'sTitle':'Facilitation',
        'bIsWebPath':true,
        'sUrl':'facilitation.html'
    },
    {   'sTitle':'Professional Speaking',
        'bIsWebPath':true,
        'sUrl':'speaking.html'
    },
    {   'sTitle':'Research',
        'bIsWebPath':true,
        'sUrl':'research.html'
    }]
},
{   'sTitle':'News & Info',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
