var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Menu',
    bIsWebPath:true,
    sUrl:'menu.html'
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'booking.html'
},
{   sTitle:'Guest Book',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Review',
    bIsWebPath:true,
    sUrl:'review.html'
}]
});