var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FACILITIES',
    bIsWebPath:true,
    sUrl:'Facilities.html'
},
{   sTitle:'PROGRAMS',
    bIsWebPath:true,
    sUrl:'programs.html'
},
{   sTitle:'NEWS/EVENTS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'PHOTOS',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});