var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Meet the Author',
    'bIsWebPath':true,
    'sUrl':'MeettheAuthor.html'
},
{   'sTitle':'The Little Man In the Map',
    'bIsWebPath':true,
    'sUrl':'TheLittleManInTheMap.html'
},
{   'sTitle':'The Little Man In the Map Teaches the State Capitals',
    'bIsWebPath':true,
    'sUrl':'LittleManInMapTeachesStateCapitals.html'
},
{   'sTitle':'Our Products',
    'bIsWebPath':true,
    'sUrl':'Our Products.html'
},
{   'sTitle':'Free Downloads',
    'bIsWebPath':true,
    'sUrl':'FreeDownloads.html'
},
{   'sTitle':'Reviews & Testimonials',
    'bIsWebPath':true,
    'sUrl':'ReviewsTestimonials.html'
},
{   'sTitle':'Articles & Interviews',
    'bIsWebPath':true,
    'sUrl':'ArticlesInterviews.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'Contact Us.html'
}]
});
