var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Displays',
    'bIsWebPath':true,
    'sUrl':'displays.html'
},
{   'sTitle':'Leafets & Items for Sale',
    'bIsWebPath':true,
    'sUrl':'leaflets.html'
},
{   'sTitle':'Member Information',
    'bIsWebPath':true,
    'sUrl':'member_information.html'
},
{   'sTitle':'How to Find Us',
    'bIsWebPath':true,
    'sUrl':'how_to_find_us.html'
},
{   'sTitle':'Abernethy Village',
    'bIsWebPath':true,
    'sUrl':'abernethy_village.html'
},
{   'sTitle':'Other Visitor Attractions',
    'bIsWebPath':true,
    'sUrl':'other_visitor_attractions.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
}]
});
