var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Guide And History',
    'bIsWebPath':true,
    'sUrl':'guide and history.html',"childArray" : [
    {   'sTitle':'More History',
        'bIsWebPath':true,
        'sUrl':'page33.html'
    }]
},
{   'sTitle':'Weekly Notices',
    'bIsWebPath':true,
    'sUrl':'weekly notices.html',"childArray" : [
    {   'sTitle':'This Weeks Notices',
        'bIsWebPath':true,
        'sUrl':'this weeks notices .html'
    }]
},
{   'sTitle':'Notice Board',
    'bIsWebPath':true,
    'sUrl':'notice board.html'
},
{   'sTitle':'The  Circuit Plan',
    'bIsWebPath':true,
    'sUrl':'the circuit plan .html'
},
{   'sTitle':'Catering',
    'bIsWebPath':true,
    'sUrl':'catering html.html'
},
{   'sTitle':'Photographs ',
    'bIsWebPath':true,
    'sUrl':'photographs.html',"childArray" : [
    {   'sTitle':'Christmas Photos',
        'bIsWebPath':true,
        'sUrl':'christmas photos.html'
    }]
}]
});
