var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Books/Reports',
    bIsWebPath:true,
    sUrl:'booksreports.html'
},
{   sTitle:'ThinkDifferently!',
    bIsWebPath:true,
    sUrl:'imaginationforthebusinessmind.html',"childArray" : [
    {   sTitle:'Resources',
        bIsWebPath:true,
        sUrl:'IFBResources.html'
    }]
},
{   sTitle:'Coach&Mentor',
    bIsWebPath:true,
    sUrl:'Coach&Mentor.html'
},
{   sTitle:'Contact',
    sUrl:'mailto:bertie@mindpilot.co.za'
}]
});