var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What\'s on',
    bIsWebPath:true,
    sUrl:'what\'s on.html',"childArray" : [
    {   sTitle:'Special Events',
        bIsWebPath:true,
        sUrl:'special events.html'
    }]
},
{   sTitle:'Our Buildings',
    bIsWebPath:true,
    sUrl:'our buildings.html',"childArray" : [
    {   sTitle:'St. Martin\'s',
        bIsWebPath:true,
        sUrl:'st. martin\'s.html'
    },
    {   sTitle:'St. Nicholas',
        bIsWebPath:true,
        sUrl:'st. nicholas.html'
    }]
},
{   sTitle:'Who\'s Who',
    bIsWebPath:true,
    sUrl:'who\'swho.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Baptisms',
    bIsWebPath:true,
    sUrl:'baptisms.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contac tus.html'
}]
});
