var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Book a Table',
    'bIsWebPath':true,
    'sUrl':'onlinebooking.html'
},
{   'sTitle':'Offers@TheAva',
    'bIsWebPath':true,
    'sUrl':'offersava.html',"childArray" : [
    {   'sTitle':'On the House',
        'bIsWebPath':true,
        'sUrl':'onthehouse.html'
    },
    {   'sTitle':'checkmate',
        'bIsWebPath':true,
        'sUrl':'checkmate.html'
    },
    {   'sTitle':'valentines',
        'bIsWebPath':true,
        'sUrl':'valentines.html'
    }]
},
{   'sTitle':'weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Functions',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'menus',
    'bIsWebPath':true,
    'sUrl':'menus.html',"childArray" : [
    {   'sTitle':'Vin Cafe',
        'bIsWebPath':true,
        'sUrl':'vincafe.html',"childArray" : [
        {   'sTitle':'Vin Breakfast',
            'bIsWebPath':true,
            'sUrl':'vinbreakfast.html'
        },
        {   'sTitle':'Cigars & Brandy',
            'bIsWebPath':true,
            'sUrl':'cigars & brandy.html'
        },
        {   'sTitle':'Wine by the Glass',
            'bIsWebPath':true,
            'sUrl':'winebyglass.html'
        },
        {   'sTitle':'Tapas for 2',
            'bIsWebPath':true,
            'sUrl':'tapasfor2.html'
        },
        {   'sTitle':'Vin Lunch',
            'bIsWebPath':true,
            'sUrl':'vinlunch.html'
        },
        {   'sTitle':'Vin Tapas',
            'bIsWebPath':true,
            'sUrl':'page73.html'
        },
        {   'sTitle':'Grill & Vin Cafe Lunch',
            'bIsWebPath':true,
            'sUrl':'grill&vincafelunch.html'
        },
        {   'sTitle':'Vin Coffee',
            'bIsWebPath':true,
            'sUrl':'page76.html'
        }]
    },
    {   'sTitle':'Grill',
        'bIsWebPath':true,
        'sUrl':'grill.html',"childArray" : [
        {   'sTitle':'Grill Lunch',
            'bIsWebPath':true,
            'sUrl':'grilllunch.html'
        },
        {   'sTitle':'Grill A la Carte',
            'bIsWebPath':true,
            'sUrl':'grillevening.html'
        },
        {   'sTitle':'Grill Wine & Dine',
            'bIsWebPath':true,
            'sUrl':'grillwinendine.html'
        },
        {   'sTitle':'Valentines',
            'bIsWebPath':true,
            'sUrl':'christmas.html'
        },
        {   'sTitle':'Kids Menu',
            'bIsWebPath':true,
            'sUrl':'kidsmenu.html'
        },
        {   'sTitle':'Function Menu',
            'bIsWebPath':true,
            'sUrl':'functionmenu.html'
        }]
    },
    {   'sTitle':'cellar',
        'bIsWebPath':true,
        'sUrl':'cellar.html'
    },
    {   'sTitle':'Tapas Takeaway',
        'bIsWebPath':true,
        'sUrl':'takeaway.html'
    },
    {   'sTitle':'Pasta Night Booking',
        'bIsWebPath':true,
        'sUrl':'page50.html'
    },
    {   'sTitle':'View all menus',
        'bIsWebPath':true,
        'sUrl':'viewallmenys.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page6.html'
}]
});
