var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Charter',
    bIsWebPath:true,
    sUrl:'charter.html'
},
{   sTitle:'Local Community',
    bIsWebPath:true,
    sUrl:'community.html'
}]
});
