var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'GRAPE & BEAN CAFE',
    'bIsWebPath':true,
    'sUrl':'cafe.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'WHAT\'S ON',
    'bIsWebPath':true,
    'sUrl':'what\'son.html'
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'GIG GUIDE',
    'bIsWebPath':true,
    'sUrl':'gig.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
