var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Recent Projects',
    bIsWebPath:true,
    sUrl:'recentprojects.html'
},
{   sTitle:'Video Report',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Our Supporters',
    bIsWebPath:true,
    sUrl:'oursupporters.html'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donate.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});