var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'Spring Craft Fair',
        'sUrl':'news-scf.html'
    },
    {   'sTitle':'Green Valley Railway',
        'sUrl':'news-gvr.html'
    }]
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Focus',
    'sUrl':'focus.html',"childArray" : [
    {   'sTitle':'focus-cycling',
        'sUrl':'focus-cycling.html'
    }]
},
{   'sTitle':'History',
    'sUrl':'history.html'
},
{   'sTitle':'Webwatch',
    'sUrl':'webwatch.html'
},
{   'sTitle':'Noticeboard',
    'sUrl':'noticeboard.html'
},
{   'sTitle':'Mail',
    'sUrl':'mail.html'
},
{   'sTitle':'P.S.',
    'sUrl':'ps.html'
},
{   'sTitle':'Links',
    'sUrl':'links.html'
},
{   'bSeparatorAfter':true,
    'sTitle':'About',
    'sUrl':'about.html'
}]
});
