var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Menus',
    bIsWebPath:true,
    sUrl:'menus.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Accolades',
    bIsWebPath:true,
    sUrl:'testimonial.html',
    sTarget:'_self'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html',
    sTarget:'_self'
}]
});
