var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Newsletter Spring 2011',
        'bIsWebPath':true,
        'sUrl':'spring2011.html'
    }]
},
{   'sTitle':'Latest News',
    'bIsWebPath':true,
    'sUrl':'latestnews.html',"childArray" : [
    {   'sTitle':'News 2004',
        'bIsWebPath':true,
        'sUrl':'news2004.html'
    },
    {   'sTitle':'News 2005',
        'bIsWebPath':true,
        'sUrl':'news2005.html'
    },
    {   'sTitle':'News 2006',
        'bIsWebPath':true,
        'sUrl':'news2006.html'
    },
    {   'sTitle':'News 2007',
        'bIsWebPath':true,
        'sUrl':'news2007.html'
    },
    {   'sTitle':'News 2008',
        'bIsWebPath':true,
        'sUrl':'news2008.html'
    },
    {   'sTitle':'News 2009',
        'bIsWebPath':true,
        'sUrl':'news2009.html'
    },
    {   'sTitle':'News 2010',
        'bIsWebPath':true,
        'sUrl':'news2010.html'
    },
    {   'sTitle':'News 2011',
        'bIsWebPath':true,
        'sUrl':'news2011.html'
    }]
},
{   'sTitle':'Members Page',
    'bIsWebPath':true,
    'sUrl':'memberspage.html'
},
{   'sTitle':'Pictures',
    'bIsWebPath':true,
    'sUrl':'pictures.html'
},
{   'sTitle':'EfVA Cavil',
    'bIsWebPath':true,
    'sUrl':'regionaldiary.html',"childArray" : [
    {   'sTitle':'Hensby Solicitors',
        'bIsWebPath':true,
        'sUrl':'hensbysolicitors.html'
    },
    {   'sTitle':'EfVA Emails',
        'bIsWebPath':true,
        'sUrl':'efvaemails.html'
    },
    {   'sTitle':'Sid West Minutes',
        'bIsWebPath':true,
        'sUrl':'sidwestminutes.html'
    }]
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Help',
    'bIsWebPath':true,
    'sUrl':'help.html'
}]
});
