var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'businessbreakthroughcoachingaboutus.html'
},
{   'sTitle':'Our Toolsets',
    'bIsWebPath':true,
    'sUrl':'businessbreakthroughcoachingtoolsets.html'
},
{   'sTitle':'Our Blogs',
    'bIsWebPath':true,
    'sUrl':'businessbreakthroughcoachingblogs1.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sTitle':'Site Map',
        'bIsWebPath':true,
        'sUrl':'mapsite.html'
    }]
}]
});
