var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'VISITORS',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'MAP',
    'bIsWebPath':true,
    'sUrl':'visitor_map.html'
},
{   'sTitle':'Your first visit',
    'bIsWebPath':true,
    'sUrl':'visitor_first.html'
},
{   'sTitle':'Good News',
    'bIsWebPath':true,
    'sUrl':'visitor_goodnews.html'
},
{   'sTitle':'The Alpha Course',
    'bIsWebPath':true,
    'sUrl':'visitor_alpha.html'
},
{   'sTitle':'Bible Search',
    'bIsWebPath':true,
    'sUrl':'visitor_biblesearch.html'
},
{   'sTitle':'The leaders team',
    'bIsWebPath':true,
    'sUrl':'leaders.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'sUrl':'http://bristolroadbaptist.org.uk/tinc?key=fcM6dQMW'
},
{   'sTitle':'Homepage',
    'bIsExternal':true,
    'sUrl':'http://www.bristolroadbaptist.org.uk/entry'
}]
});
