var nav_348tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Menus',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'menu.html',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Snack Menu',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'bar-menu.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Kids Menu',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'kids-menu.html',
        'sTarget':'_self'
    },
    {   'sTitle':'a la carte Menu',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'a-la-carte-menu.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Party Menu',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'party-menu.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Puddings',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'puddings-menu.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Love is in the Air',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'upcoming.html',
    'sTarget':'_self'
},
{   'sTitle':'Info',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'history-of-the-horse-and-chains.html'
},
{   'sTitle':'Reservations',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'online-booking-form.html'
},
{   'sTitle':'Contact us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact-us.html',
    'sTarget':'_self'
}]
});
