var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'welcome.html'
},
{   'sTitle':'Services ',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Our Prayer Book',
        'bIsWebPath':true,
        'sUrl':'prayers.html'
    },
    {   'sTitle':' Stations of the Cross ',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Confirmation',
        'bIsWebPath':true,
        'sUrl':'page25.html'
    },
    {   'sTitle':'Holy Orders',
        'bIsWebPath':true,
        'sUrl':'page26.html'
    },
    {   'sTitle':'Anointing the sick',
        'bIsWebPath':true,
        'sUrl':'page27.html'
    },
    {   'sTitle':'The Eucharist',
        'bIsWebPath':true,
        'sUrl':'page23.html'
    },
    {   'sTitle':'Reconciliation',
        'bIsWebPath':true,
        'sUrl':'page24.html'
    }]
},
{   'sTitle':'Father Robert\'s page',
    'bIsWebPath':true,
    'sUrl':'fatherrobertspage.html'
},
{   'sTitle':'SundayClub',
    'bIsWebPath':true,
    'sUrl':'sundayclub .html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings.html'
},
{   'sTitle':'Baptisms',
    'bIsWebPath':true,
    'sUrl':'baptism.html'
},
{   'sTitle':'Funerals',
    'bIsWebPath':true,
    'sUrl':'funerals.html'
},
{   'sTitle':'Mothers Union',
    'bIsWebPath':true,
    'sUrl':'mothersunion.html',"childArray" : [
    {   'sTitle':'More about the MU',
        'bIsWebPath':true,
        'sUrl':'page22.html'
    }]
},
{   'sTitle':'Notice Board',
    'bIsWebPath':true,
    'sUrl':'noticeboard.html'
},
{   'sTitle':'Family Announcements',
    'bIsWebPath':true,
    'sUrl':'familyannouncements.html'
},
{   'sTitle':'What\'s been happening',
    'bIsWebPath':true,
    'sUrl':'whatsbeenhappening.html'
},
{   'sTitle':'Contacts & Links',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Sponsors',
    'bIsWebPath':true,
    'sUrl':'sponsors.html'
}]
});
