var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Report',
    bIsWebPath:true,
    sUrl:'page13.html',
    sTarget:'_self'
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'worship.html',"childArray" : [
    {   sTitle:'Adventura 2009',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Fellowship',
    bIsWebPath:true,
    sUrl:'fellowship.html'
},
{   sTitle:'Our Roots',
    bIsWebPath:true,
    sUrl:'roots.html',"childArray" : [
    {   sTitle:'Methodist Family',
        bIsWebPath:true,
        sUrl:'methodism.html'
    }]
},
{   sTitle:'Action Aid',
    bIsWebPath:true,
    sUrl:'action_aid.html'
},
{   sTitle:'How to find us',
    bIsWebPath:true,
    sUrl:'where_we_are.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Church Notices',
        bIsWebPath:true,
        sUrl:'notices.html'
    },
    {   sTitle:'Wednesday Group',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
}]
});