var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Dining',
    bIsWebPath:true,
    sUrl:'food.html'
},
{   sTitle:'From the Bar',
    bIsWebPath:true,
    sUrl:'bar.html'
},
{   sTitle:'Walks',
    bIsWebPath:true,
    sUrl:'walks.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
