var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Fellowship Hall',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Gym',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Outdoor',
    bIsWebPath:true,
    sUrl:'outdoor.html'
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});