var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Documents',
    'bIsWebPath':true,
    'sUrl':'docpass.html',"childArray" : [
    {   'sTitle':'Documents1',
        'bIsWebPath':true,
        'sUrl':'documents.html'
    },
    {   'sTitle':'Plan Dates',
        'bIsWebPath':true,
        'sUrl':'plandates.html'
    }]
},
{   'sTitle':'Message',
    'bIsWebPath':true,
    'sUrl':'message.html'
},
{   'sTitle':'Who\'s who',
    'bIsWebPath':true,
    'sUrl':'whoswho.html',"childArray" : [
    {   'sTitle':'super',
        'bIsWebPath':true,
        'sUrl':'super.html'
    },
    {   'sTitle':'minister1',
        'bIsWebPath':true,
        'sUrl':'minister1.html'
    },
    {   'sTitle':'lay workers',
        'bIsWebPath':true,
        'sUrl':'layworkers.html'
    },
    {   'sTitle':'circuit stewards',
        'bIsWebPath':true,
        'sUrl':'circuitstewards.html'
    }]
},
{   'sTitle':'Circuit map',
    'bIsWebPath':true,
    'sUrl':'circuitmap.html',"childArray" : [
    {   'sTitle':'Allet',
        'bIsWebPath':true,
        'sUrl':'allet.html'
    },
    {   'sTitle':'Shortlanesend',
        'bIsWebPath':true,
        'sUrl':'shortlanesend.html'
    },
    {   'sTitle':'Trispen',
        'bIsWebPath':true,
        'sUrl':'trispen.html'
    },
    {   'sTitle':'Twelveheads',
        'bIsWebPath':true,
        'sUrl':'12heads.html'
    },
    {   'sTitle':'Carnon Downs',
        'bIsWebPath':true,
        'sUrl':'cdowns.html'
    },
    {   'sTitle':'Penpoll',
        'bIsWebPath':true,
        'sUrl':'penpoll.html'
    },
    {   'sTitle':'Devoran',
        'bIsWebPath':true,
        'sUrl':'devoran.html'
    },
    {   'sTitle':'Hicks Mill',
        'bIsWebPath':true,
        'sUrl':'hmill.html'
    },
    {   'sTitle':'Grampound Road',
        'bIsWebPath':true,
        'sUrl':'groad.html'
    },
    {   'sTitle':'Portloe',
        'bIsWebPath':true,
        'sUrl':'portloe.html'
    },
    {   'sTitle':'Portscatho',
        'bIsWebPath':true,
        'sUrl':'portscatho.html'
    },
    {   'sTitle':'Feock',
        'bIsWebPath':true,
        'sUrl':'feock.html'
    }]
},
{   'sTitle':'What\'s on',
    'bIsWebPath':true,
    'sUrl':'whatson.html',"childArray" : [
    {   'sTitle':'Special Events',
        'bIsWebPath':true,
        'sUrl':'this week.html'
    },
    {   'sTitle':'Prayer Breakfasts',
        'bIsWebPath':true,
        'sUrl':'prayerbreakfasts.html'
    }]
},
{   'sTitle':'Notice Board',
    'bIsWebPath':true,
    'sUrl':'notice board.html'
},
{   'sTitle':'Links to other sites',
    'bIsWebPath':true,
    'sUrl':'sitelinks.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
