var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Where can I fit in?',
    bIsWebPath:true,
    sUrl:'fitin.html',"childArray" : [
    {   sTitle:'First Time Visit',
        bIsWebPath:true,
        sUrl:'firsttime.html',
        sTarget:'_self'
    },
    {   sTitle:'All',
        bIsWebPath:true,
        sUrl:'everyone.html',
        sTarget:'_self'
    },
    {   sTitle:'Families',
        bIsWebPath:true,
        sUrl:'family.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Music Makers',
            bIsWebPath:true,
            sUrl:'mm.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Children',
        bIsWebPath:true,
        sUrl:'kids.html',
        sTarget:'_self'
    },
    {   sTitle:'Young People',
        bIsWebPath:true,
        sUrl:'youth.html',
        sTarget:'_self'
    },
    {   sTitle:'Men',
        bIsWebPath:true,
        sUrl:'men.html',
        sTarget:'_self'
    },
    {   sTitle:'Women',
        bIsWebPath:true,
        sUrl:'women.html',
        sTarget:'_self'
    },
    {   sTitle:'Senior',
        bIsWebPath:true,
        sUrl:'senior.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Regular',
        bIsWebPath:true,
        sUrl:'regularevents.html',
        sTarget:'_self'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html',
        sTarget:'_self'
    },
    {   sTitle:'Alpha',
        bIsWebPath:true,
        sUrl:'alpha.html',
        sTarget:'_self'
    },
    {   sTitle:'Event search',
        bIsWebPath:true,
        sUrl:'calendar.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',"childArray" : [
    {   sTitle:'sermons',
        bIsWebPath:true,
        sUrl:'sermons.html',
        sTarget:'_self'
    },
    {   sTitle:'Noticesheet',
        bIsExternal:true,
        sUrl:'http://www.coshambaptist.org/noticesheet2010.pdf'
    },
    {   sTitle:'Term Programme',
        bIsWebPath:true,
        sUrl:'term.html',
        sTarget:'_self'
    },
    {   sTitle:'Values & Policies',
        bIsWebPath:true,
        sUrl:'policy.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Find us',
        bIsWebPath:true,
        sUrl:'find.html',
        sTarget:'_self'
    },
    {   sTitle:'Key people',
        bIsWebPath:true,
        sUrl:'who.html',
        sTarget:'_self'
    },
    {   sTitle:'People',
        bIsWebPath:true,
        sUrl:'people.html',
        sTarget:'_self'
    },
    {   sTitle:'Children\'s Centre',
        bIsWebPath:true,
        sUrl:'cc.html',
        sTarget:'_self'
    },
    {   sTitle:'The Link',
        bIsWebPath:true,
        sUrl:'link.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'page8.html'
    }]
},
{   sTitle:'Site Search',
    bIsWebPath:true,
    sUrl:'sitesearch.html',
    sTarget:'_self'
}]
});