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':'Workshops',
        'bIsWebPath':true,
        'sUrl':'workshops.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Finance for Directors and Executives - Profit',
        'bIsWebPath':true,
        'sUrl':'ffdepo.html'
    },
    {   'sTitle':'Finance for Directors and Executives - Non Profit',
        'bIsWebPath':true,
        'sUrl':'ffdenpo.html'
    },
    {   'sTitle':'Corporate Governance',
        'bIsWebPath':true,
        'sUrl':'corporategovernance.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
