var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Trips out of London to the UK and abroad',
    'sTitle':'Start Here!',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Trips Intro',
        'bIsWebPath':true,
        'sUrl':'trips.html',"childArray" : [
        {   'sTitle':'Calendar Feb-April',
            'bIsWebPath':true,
            'sUrl':'cal1.html',"childArray" : [
            {   'sTitle':'Bath and Lacock',
                'bIsWebPath':true,
                'sUrl':'bathlac.html'
            },
            {   'sTitle':'Devon Cornwall',
                'bIsWebPath':true,
                'sUrl':'devcorn.html'
            },
            {   'sTitle':'Stratford-on-Avon',
                'bIsWebPath':true,
                'sUrl':'stratford.html'
            },
            {   'sTitle':'Stonehenge',
                'bIsWebPath':true,
                'sUrl':'henge.html'
            },
            {   'sTitle':'Paris by Eurostar',
                'bIsWebPath':true,
                'sUrl':'paris.html',"childArray" : [
                {   'bSeparatorAfter':true,
                    'sTitle':'Paris Links',
                    'bIsWebPath':true,
                    'sUrl':'parislink.html'
                }]
            }]
        },
        {   'sTitle':'Calendar May-July',
            'bIsWebPath':true,
            'sUrl':'cal2.html',"childArray" : [
            {   'sTitle':'Booking',
                'bIsWebPath':true,
                'sUrl':'buy.html',"childArray" : [
                {   'sTitle':'Booking Form',
                    'bIsWebPath':true,
                    'sUrl':'booking.html'
                },
                {   'sTitle':'Departure Map',
                    'bIsWebPath':true,
                    'sUrl':'departmap.html'
                },
                {   'sTitle':'Happy Thanks',
                    'bIsWebPath':true,
                    'sUrl':'thanks.html'
                }]
            }]
        }]
    },
    {   'sTitle':'Galleries',
        'bIsWebPath':true,
        'sUrl':'photos.html',"childArray" : [
        {   'sTitle':'Gallery1',
            'bIsWebPath':true,
            'sUrl':'gal1.html'
        },
        {   'sTitle':'Gallery2',
            'bIsWebPath':true,
            'sUrl':'gal2.html'
        },
        {   'sTitle':'Gallery3',
            'bIsWebPath':true,
            'sUrl':'gal3.html'
        },
        {   'sTitle':'London Gallery',
            'bIsWebPath':true,
            'sUrl':'londongal.html'
        },
        {   'sTitle':'Paris Gallery',
            'bIsWebPath':true,
            'sUrl':'parisgal.html'
        },
        {   'sTitle':'Stonehenge Gallery',
            'bIsWebPath':true,
            'sUrl':'hengegal.html'
        },
        {   'sTitle':'Wight Gallery',
            'bIsWebPath':true,
            'sUrl':'wightgal.html'
        },
        {   'sTitle':'Competition',
            'bIsWebPath':true,
            'sUrl':'complon.html'
        }]
    },
    {   'sTitle':'London',
        'bIsWebPath':true,
        'sUrl':'london.html',"childArray" : [
        {   'bSeparatorAfter':true,
            'sTitle':'London Hostels',
            'bIsWebPath':true,
            'sUrl':'londonhostel.html'
        },
        {   'sTitle':'YMCA Hostels',
            'bIsWebPath':true,
            'sUrl':'ymca.html'
        },
        {   'sTitle':'Au Pair Agencies',
            'bIsWebPath':true,
            'sUrl':'aupairagcy.html',"childArray" : [
            {   'sTitle':'Agencies UK',
                'bIsWebPath':true,
                'sUrl':'agencyuk.html'
            },
            {   'bSeparatorAfter':true,
                'sTitle':'Agencies Outside UK',
                'bIsWebPath':true,
                'sUrl':'agencyexuk.html'
            }]
        },
        {   'bSeparatorAfter':true,
            'sTitle':'Galleries Museums',
            'bIsWebPath':true,
            'sUrl':'museum.html'
        },
        {   'sTitle':'Street Markets',
            'bIsWebPath':true,
            'sUrl':'market.html'
        },
        {   'sTitle':'Cultural Centres',
            'bIsWebPath':true,
            'sUrl':'cultural.html'
        },
        {   'sTitle':'London Links',
            'bIsWebPath':true,
            'sUrl':'londonlink.html'
        }]
    },
    {   'sTitle':'Sitemap',
        'bIsWebPath':true,
        'sUrl':'sitemap.html',"childArray" : [
        {   'sTitle':'Contact Us',
            'bIsWebPath':true,
            'sUrl':'contact.html'
        }]
    }]
}]
});
