var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'history.html'
    },
    {   'sTitle':'Meetings',
        'bIsWebPath':true,
        'sUrl':'meetings.html'
    }]
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://derbysabs.animalrightsuk.org/blog',
    'sTarget':'_self'
},
{   'sTitle':'Animal Rights',
    'bIsWebPath':true,
    'sUrl':'animalrights.html',"childArray" : [
    {   'sTitle':'Veganism',
        'bIsWebPath':true,
        'sUrl':'veganism.html'
    },
    {   'sTitle':'Fur & Leather',
        'bIsWebPath':true,
        'sUrl':'fur&leather.html'
    },
    {   'sTitle':'Zoos & Circuses',
        'bIsWebPath':true,
        'sUrl':'zoos&circuses.html'
    },
    {   'sTitle':'Animal Testing',
        'bIsWebPath':true,
        'sUrl':'animaltesting.html'
    }]
},
{   'sTitle':'Hunt Sabotage',
    'bIsWebPath':true,
    'sUrl':'sabbing.html',"childArray" : [
    {   'sTitle':'Tactics',
        'bIsWebPath':true,
        'sUrl':'tactics.html'
    },
    {   'sTitle':'Equipment',
        'bIsWebPath':true,
        'sUrl':'equipment.html',"childArray" : [
        {   'sTitle':'Making A Gizmo',
            'bIsWebPath':true,
            'sUrl':'gizmo.html'
        }]
    },
    {   'sTitle':'Local Hunts',
        'bIsWebPath':true,
        'sUrl':'localhunts.html'
    }]
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
