var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'gift-vouchers',
        'bIsWebPath':true,
        'sUrl':'gift-vouchers.html'
    }]
},
{   'sTitle':'Menu\'s',
    'bIsWebPath':true,
    'sUrl':'menus.html',"childArray" : [
    {   'sTitle':'Starters',
        'bIsWebPath':true,
        'sUrl':'starters.html'
    },
    {   'sTitle':'Balti Special Dishes',
        'bIsWebPath':true,
        'sUrl':'specialities.html'
    },
    {   'sTitle':'Handi Dishes',
        'bIsWebPath':true,
        'sUrl':'chefsspecialities.html'
    },
    {   'sTitle':'Vegetarian Dishes',
        'bIsWebPath':true,
        'sUrl':'veg-dishes.html'
    },
    {   'sTitle':'Old Favourites',
        'bIsWebPath':true,
        'sUrl':'oldfavourites.html'
    },
    {   'sTitle':'Biryani',
        'bIsWebPath':true,
        'sUrl':'biryani.html'
    },
    {   'sTitle':'Non Curry Dishes',
        'bIsWebPath':true,
        'sUrl':'non-curry.html'
    },
    {   'sTitle':'Sides/Sundries/Drinks',
        'bIsWebPath':true,
        'sUrl':'sundries.html'
    },
    {   'sTitle':'Set Meals',
        'bIsWebPath':true,
        'sUrl':'setmeals.html'
    },
    {   'sTitle':'Download Menus',
        'bIsWebPath':true,
        'sUrl':'downloadmenus.html'
    }]
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Outside',
        'bIsWebPath':true,
        'sUrl':'outside.html'
    },
    {   'sTitle':'Restaurant',
        'bIsWebPath':true,
        'sUrl':'restaurant.html'
    },
    {   'sTitle':'Kitchen',
        'bIsWebPath':true,
        'sUrl':'kitchen.html'
    },
    {   'sTitle':'Others',
        'bIsWebPath':true,
        'sUrl':'others.html'
    }]
},
{   'sTitle':'Testimonials   ',
    'bIsWebPath':true,
    'sUrl':'Testimonials.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Useful Links',
    'bIsWebPath':true,
    'sUrl':'usefullinks.html'
}]
});
