var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'thegoalmind_about.html'
},
{   sTitle:'Articles',
    bIsWebPath:true,
    sUrl:'thegoalmind_articles.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Books',
    bIsWebPath:true,
    sUrl:'thegoalmind_books.html',"childArray" : [
    {   sTitle:'HH-Other-4',
        bIsWebPath:true,
        sUrl:'page92.html'
    },
    {   sTitle:'Williamson-1',
        bIsWebPath:true,
        sUrl:'page97.html'
    }]
},
{   sTitle:'CD/DVD',
    bIsWebPath:true,
    sUrl:'thegoalmind_audio.html'
},
{   sTitle:'Kid\'z Goalz',
    bIsWebPath:true,
    sUrl:'thegoalmind_kidz.html'
},
{   sTitle:'Quotations',
    bIsWebPath:true,
    sUrl:'thegoalmind_quotes.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'thegoalmind_links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'thegoalmind_contact.html',"childArray" : [
    {   sTitle:'Guestbook',
        bIsWebPath:true,
        sUrl:'thegoalmind_guestbook.html'
    }]
}]
});
