var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'worship.html',"childArray" : [
    {   sTitle:'Church Diary',
        bIsWebPath:true,
        sUrl:'diary.html'
    }]
},
{   sTitle:'Parish Life',
    bIsWebPath:true,
    sUrl:'parishlife.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Music',
    bIsWebPath:true,
    sUrl:'music.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Who\'s who',
        bIsWebPath:true,
        sUrl:'who.html'
    },
    {   sTitle:'How to find us',
        bIsWebPath:true,
        sUrl:'howtofind.html'
    }]
}]
});
