var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.html',"childArray" : [
        {   sTitle:'Our Vision',
            bIsWebPath:true,
            sUrl:'vision.html'
        }]
    },
    {   sTitle:'Statistics',
        bIsWebPath:true,
        sUrl:'stats.html'
    }]
},
{   sTitle:'Support Us',
    bIsWebPath:true,
    sUrl:'supportus.html',"childArray" : [
    {   sTitle:'Fundraising',
        bIsWebPath:true,
        sUrl:'fundraising.html'
    },
    {   sTitle:'Partners & Supporters',
        bIsWebPath:true,
        sUrl:'partners.html'
    }]
},
{   sTitle:'Giving Information',
    bIsWebPath:true,
    sUrl:'givinginfo.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Campaigns',
    bIsWebPath:true,
    sUrl:'campaigns.html'
},
{   sTitle:'Young People',
    bIsWebPath:true,
    sUrl:'youngpeople.html',"childArray" : [
    {   sTitle:'Projects',
        bIsWebPath:true,
        sUrl:'projects.html'
    }]
}]
});
