var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Newsletter',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'Recent Outings',
    bIsWebPath:true,
    sUrl:'Recentoutings.html'
},
{   sTitle:'Historic Photos',
    bIsWebPath:true,
    sUrl:'Historical Photos.html',"childArray" : [
    {   sTitle:'Click Here',
        bIsWebPath:true,
        sUrl:'Click Here.html'
    }]
},
{   sTitle:'Wildlife',
    bIsWebPath:true,
    sUrl:'wildlife.html'
},
{   sTitle:'Table Cape Birds',
    bIsWebPath:true,
    sUrl:'tablecapebirds.html'
},
{   sTitle:'Penguins',
    bIsWebPath:true,
    sUrl:'penguins.html'
},
{   sTitle:'Roland',
    bIsWebPath:true,
    sUrl:'roland.html'
},
{   sTitle:'Crayfish',
    bIsWebPath:true,
    sUrl:'Crayfish.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'CoastCare',
    bIsWebPath:true,
    sUrl:'CoastCare.html'
},
{   sTitle:'Plants',
    bIsWebPath:true,
    sUrl:'plants.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
}]
});
