var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Videos of various mission Indians.',
    sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'mission indians.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Chat box',
    bIsWebPath:true,
    sUrl:'three sisters and tongva chat box.html'
},
{   sTitle:'Leaders',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'3 Sisters Family Only',
    bIsWebPath:true,
    sUrl:'gabrielino family members only page.html'
}]
});
