var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'facilities.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Apps',
    bIsWebPath:true,
    sUrl:'apps.html'
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
