var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About the Route',
    'bIsWebPath':true,
    'sUrl':'page16.html'
},
{   'sTitle':'Walks',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'January Walk',
        'bIsWebPath':true,
        'sUrl':'januarywalk.html'
    },
    {   'sTitle':'February Walk',
        'bIsWebPath':true,
        'sUrl':'februarywalk.html'
    },
    {   'sTitle':'March Walk',
        'bIsWebPath':true,
        'sUrl':'march.html'
    },
    {   'sTitle':'April Walk',
        'bIsWebPath':true,
        'sUrl':'april.html'
    }]
},
{   'sTitle':'Book Order',
    'bIsWebPath':true,
    'sUrl':'book-order.html'
},
{   'sTitle':'Route Updates',
    'bIsWebPath':true,
    'sUrl':'routeupdate.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'newsletter.html'
},
{   'sTitle':'Newsletter 02-09',
    'bIsWebPath':true,
    'sUrl':'newsletter0209.html'
},
{   'sTitle':'Helpful Information',
    'bIsWebPath':true,
    'sUrl':'helpfulcontacts.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self'
}]
});
