var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dave Boyer Bio',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Ralph Carmichael Bio',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Tulsa Praise Orchestra Bio',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Concert Corner',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
