var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Service Times',
        'bIsWebPath':true,
        'sUrl':'servicetimes.html'
    }]
},
{   'sTitle':'Music at St John\'s',
    'bIsWebPath':true,
    'sUrl':'musicatstjohns.html'
},
{   'sTitle':'Children & Youth',
    'bIsWebPath':true,
    'sUrl':'children&youth.html'
},
{   'sTitle':'Adult Groups',
    'bIsWebPath':true,
    'sUrl':'adultgroups.html'
},
{   'sTitle':'Baptisms, Weddings  & Funerals',
    'bIsWebPath':true,
    'sUrl':'baptismweddingfuneral.html'
},
{   'sTitle':'Photo Galleries',
    'bIsWebPath':true,
    'sUrl':'photos.html',"childArray" : [
    {   'sTitle':'Photos of church',
        'bIsWebPath':true,
        'sUrl':'photoschurch.html'
    },
    {   'sTitle':'Photos of Baptism, Wedding & Funeral ',
        'bIsWebPath':true,
        'sUrl':'photobwf.html'
    },
    {   'sTitle':'2010 Flower Festival',
        'bIsWebPath':true,
        'sUrl':'2010flowers.html'
    },
    {   'sTitle':'Christingle Photos',
        'bIsWebPath':true,
        'sUrl':'christingle.html'
    },
    {   'sTitle':'2010 Photgraphic Competition',
        'bIsWebPath':true,
        'sUrl':'2010 photo winners.html'
    }]
},
{   'sTitle':'Contact Details',
    'bIsWebPath':true,
    'sUrl':'churchcontacts.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
