var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Opening Hours',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'How to Donate',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'How to Volunteer',
    bIsWebPath:true,
    sUrl:'page6.html',"childArray" : [
    {   sTitle:'Volunteer form',
        bIsWebPath:true,
        sUrl:'page8.html'
    }]
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
