var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'The perfect venue for an idyllic country wedding, a party , dinner or meeting.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Bed & Breakfast accommodation in a welcoming country house.',
    sTitle:'Bed & Breakfast',
    bIsWebPath:true,
    sUrl:'bed & breakfast.html',"childArray" : [
    {   sDescription:'Bed & Breakfast Accommodation.',
        sTitle:'B&B Accommodation',
        bIsWebPath:true,
        sUrl:'b&b accommodation.html'
    },
    {   sDescription:'Hospitality at Holmby House',
        sTitle:'Hospitality',
        bIsWebPath:true,
        sUrl:'hospitality.html'
    }]
},
{   sTitle:'Self Catering',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'SC Accommodation',
        bIsWebPath:true,
        sUrl:'page17.html'
    },
    {   sTitle:'SC Facilities',
        bIsWebPath:true,
        sUrl:'page18.html'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Venue',
        bIsWebPath:true,
        sUrl:'page19.html'
    },
    {   sTitle:'Catering',
        bIsWebPath:true,
        sUrl:'page20.html'
    }]
},
{   sTitle:'Parties',
    bIsWebPath:true,
    sUrl:'parties&meetings.html'
},
{   sTitle:'Meetings',
    bIsWebPath:true,
    sUrl:'page21.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Activities',
    bIsWebPath:true,
    sUrl:'activities.html'
},
{   sTitle:'Bookings',
    bIsWebPath:true,
    sUrl:'bookings.html',"childArray" : [
    {   sTitle:'Bed & Breakfast',
        bIsWebPath:true,
        sUrl:'b&b.html'
    },
    {   sTitle:'Meeting Room Hire',
        bIsWebPath:true,
        sUrl:'mrh.html'
    },
    {   sTitle:'Self Catering',
        bIsWebPath:true,
        sUrl:'selfcat.html'
    },
    {   sTitle:'Weekend Groups',
        bIsWebPath:true,
        sUrl:'wkndgrps.html'
    }]
},
{   sTitle:'Enquiries',
    bIsWebPath:true,
    sUrl:'enquiries.html'
}]
});
