var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'RESERVATIONS',
    'bIsWebPath':true,
    'sUrl':'restaurant-reservations.html'
},
{   'sTitle':'MENUS',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'restaurant-dinner.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'DINNER',
        'bIsWebPath':true,
        'sUrl':'restaurant-dinner.html'
    },
    {   'sTitle':'LUNCH',
        'bIsWebPath':true,
        'sUrl':'restaurant-lunch.html'
    },
    {   'sTitle':'PARTY BOOKINGS',
        'bIsWebPath':true,
        'sUrl':'restaurant-parties.html'
    }]
},
{   'sTitle':'WINES',
    'bIsWebPath':true,
    'sUrl':'restaurant-wines.html'
},
{   'sTitle':'LOCATION',
    'bIsWebPath':true,
    'sUrl':'plymouth-location.html'
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'restaurant-gallery.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contactus.html',"childArray" : [
    {   'sTitle':'EMAIL US',
        'bIsExternal':true,
        'sUrl':'mailto:mail@artillerytower.co.uk?subject=Web_Enquiry',
        'sTarget':'_self'
    }]
},
{   'sTitle':'INFORMATION',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'restaurant-history.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'HISTORY',
        'bIsWebPath':true,
        'sUrl':'restaurant-history.html'
    },
    {   'sTitle':'RECIPES',
        'bIsWebPath':true,
        'sUrl':'restaurant-recipes.html'
    },
    {   'sTitle':'US & OUR SUPPLIERS',
        'bIsWebPath':true,
        'sUrl':'aboutus.html'
    },
    {   'sTitle':'SITE MAP',
        'bIsWebPath':true,
        'sUrl':'sitemap.html'
    },
    {   'sTitle':'PRIVACY STATEMENT',
        'bIsWebPath':true,
        'sUrl':'privacy.html'
    }]
},
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
}]
});
