var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Getting Involved',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Project Description',
    bIsWebPath:true,
    sUrl:'project description.html'
},
{   sTitle:'Minutes Project',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Email',
    bIsExternal:true,
    sUrl:'mailto:streetchildren@d3400rcbbm.org'
}]
});
