var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery/index.html'
},
{   'sTitle':'Stewardship',
    'bIsWebPath':true,
    'sUrl':'stewardship.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Parish Hall',
    'bIsWebPath':true,
    'sUrl':'parish_hall.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html'
}]
});
