var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Slideshow',
        'bIsWebPath':true,
        'sUrl':'slideshow.html'
    }]
},
{   'sTitle':'Whats On',
    'bIsWebPath':true,
    'sUrl':'whatson.html',"childArray" : [
    {   'sTitle':'Trade Exhibits',
        'bIsWebPath':true,
        'sUrl':'trade.html',"childArray" : [
        {   'sTitle':'Trade Regulations',
            'bIsWebPath':true,
            'sUrl':'traderegs.html'
        }]
    },
    {   'sTitle':'Craft Fair',
        'bIsWebPath':true,
        'sUrl':'craftfair.html'
    },
    {   'sTitle':'Gun Dog Competition',
        'bIsWebPath':true,
        'sUrl':'gundog.html'
    },
    {   'sTitle':'Family Dog Show',
        'bIsWebPath':true,
        'sUrl':'familydogshow.html'
    },
    {   'sTitle':'Flower Show',
        'bIsWebPath':true,
        'sUrl':'flowershow.html'
    },
    {   'sTitle':'Poultry Show',
        'bIsWebPath':true,
        'sUrl':'poultryshow.html'
    },
    {   'sTitle':'Vintage Machinery',
        'bIsWebPath':true,
        'sUrl':'vintagemachinery.html'
    },
    {   'sTitle':'Classic Cars',
        'bIsWebPath':true,
        'sUrl':'classiccars.html'
    }]
},
{   'sTitle':'Equestrian',
    'bIsWebPath':true,
    'sUrl':'equestrian.html'
},
{   'sTitle':'Charities',
    'bIsWebPath':true,
    'sUrl':'charities.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html',"childArray" : [
    {   'sTitle':'Contact',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    },
    {   'sTitle':'Directions',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    },
    {   'sTitle':'Members',
        'bIsWebPath':true,
        'sUrl':'members.html'
    },
    {   'sTitle':'Useful Links',
        'bIsWebPath':true,
        'sUrl':'ul.html'
    },
    {   'sTitle':'Advertising/Sponsorship',
        'bIsWebPath':true,
        'sUrl':'advertising.html'
    },
    {   'sTitle':'Terms Of Use',
        'bIsWebPath':true,
        'sUrl':'terms.html'
    }]
}]
});
