var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'ROOM BOOKINGS',
    'bIsWebPath':true,
    'sUrl':'reservationenquiries.html'
},
{   'sTitle':'RESTAURANT',
    'bIsWebPath':true,
    'sUrl':'restaurant.html',"childArray" : [
    {   'sTitle':'RECIPES - THE DAILY POST',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'recipe.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'GUEST ROOMS',
    'bIsWebPath':true,
    'sUrl':'hotel-rooms.html',"childArray" : [
    {   'sTitle':'SITTING ROOMS',
        'bIsWebPath':true,
        'sUrl':'sitting-rooms.html'
    }]
},
{   'sTitle':'ROOM TARIFF',
    'bIsWebPath':true,
    'sUrl':'hotel-tariff.html'
},
{   'sTitle':'SPECIAL OFFERS',
    'bIsWebPath':true,
    'sUrl':'hotel-specials.html'
},
{   'sTitle':'WINE DINNERS',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'NEWSLETTER',
    'bIsExternal':true,
    'sUrl':'downloads/newsletter.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'LOCATION',
    'bIsWebPath':true,
    'sUrl':'wales-location.html'
},
{   'sTitle':'WEDDINGS',
    'bIsWebPath':true,
    'sUrl':'wales-weddings.html'
},
{   'sTitle':'MEETINGS',
    'bIsWebPath':true,
    'sUrl':'wales-meetings.html'
},
{   'bSeparatorAfter':true,
    'sDescription':'EMAIL US',
    'sTitle':'EMAIL US',
    'bIsExternal':true,
    'sUrl':'javascript:mailto(\'tyddynllan.co.uk?Subject=Web_enquiry\',\'mail\')'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'GOOD FOOD GUIDE',
        'bIsWebPath':true,
        'sUrl':'gfg.html'
    },
    {   'sTitle':'GOOD HOTEL GUIDE',
        'bIsWebPath':true,
        'sUrl':'ghg.html'
    }]
},
{   'sTitle':'INFORMATION',
    'bIsWebPath':true,
    'sUrl':'wales-info.html',"childArray" : [
    {   'sTitle':'DAILY POST RECIPES',
        'bIsWebPath':true,
        'sUrl':'recipe.html'
    },
    {   'sTitle':'THE GARDENS',
        'bIsWebPath':true,
        'sUrl':'restaurant-gardens.html'
    },
    {   'sTitle':'DISABLED ACCESS',
        'bIsWebPath':true,
        'sUrl':'disabledaccess.html'
    },
    {   'sTitle':'ENVIRONMENTAL POLICY',
        'bIsWebPath':true,
        'sUrl':'environment.html'
    },
    {   'sTitle':'PRIVACY POLICY',
        'bIsWebPath':true,
        'sUrl':'privacy.html'
    },
    {   'sTitle':'SITE MAP',
        'bIsWebPath':true,
        'sUrl':'sitemap.html'
    }]
},
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
}]
});
