var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'MENUS',
    'bIsWebPath':true,
    'sUrl':'menus.html'
},
{   'sTitle':'ENTERTAINMENT',
    'bIsWebPath':true,
    'sUrl':'entertainment.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
