var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biking Birder',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Climate Change',
        bIsWebPath:true,
        sUrl:'page3.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Reasons',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Route',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Itinerary January to June',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Itinerary July to December',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Birds',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Charities',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Dedications',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
}]
});