var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'OFA Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Who we are',
    'bIsWebPath':true,
    'sUrl':'whoweare.html'
},
{   'sTitle':'What we do',
    'bIsWebPath':true,
    'sUrl':'whatwedo.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'photos.html',"childArray" : [
    {   'sTitle':'Fun Night 2011',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    }]
},
{   'sTitle':'Join the OFA',
    'bIsWebPath':true,
    'sUrl':'jointheofa.html'
},
{   'sTitle':'Meetings',
    'bIsWebPath':true,
    'sUrl':'meetings.html',"childArray" : [
    {   'sTitle':'Meeting Minutes',
        'bIsWebPath':true,
        'sUrl':'meetingminutes.html'
    }]
},
{   'sTitle':'Adverts',
    'bIsWebPath':true,
    'sUrl':'adverts.html'
}]
});
