var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Announcements',
    'bIsWebPath':true,
    'sUrl':'announcements.html'
},
{   'sTitle':'Organisations',
    'bIsWebPath':true,
    'sUrl':'organisations.html',"childArray" : [
    {   'sTitle':'GB',
        'bIsWebPath':true,
        'sUrl':'gb.html'
    },
    {   'sTitle':'BB',
        'bIsWebPath':true,
        'sUrl':'bb.html'
    },
    {   'sTitle':'Sunday School',
        'bIsWebPath':true,
        'sUrl':'page15.html'
    },
    {   'sTitle':'P W',
        'bIsWebPath':true,
        'sUrl':'pw.html'
    },
    {   'sTitle':'Friendship Club',
        'bIsWebPath':true,
        'sUrl':'friendshipclub.html'
    },
    {   'sTitle':'Youth Club',
        'bIsWebPath':true,
        'sUrl':'youthclub.html'
    },
    {   'sTitle':'Bowls Club',
        'bIsWebPath':true,
        'sUrl':'bowlsclub.html'
    },
    {   'sTitle':'Mums & Tots',
        'bIsWebPath':true,
        'sUrl':'mothersandtoddlers.html'
    }]
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.html',"childArray" : [
    {   'sTitle':'Baptismal & Marriage Records',
        'bIsWebPath':true,
        'sUrl':'records.html'
    },
    {   'sTitle':'Photographs',
        'bIsWebPath':true,
        'sUrl':'photos.html'
    },
    {   'sTitle':'1873 Visit',
        'bIsWebPath':true,
        'sUrl':'beattievisit.html'
    },
    {   'sTitle':'Beattie Trail',
        'bIsWebPath':true,
        'sUrl':'beattietrail.html'
    },
    {   'sTitle':'Parkgate Presbyterians',
        'bIsWebPath':true,
        'sUrl':'parkgatepresbyterians.html'
    }]
},
{   'sTitle':'Mission',
    'bIsWebPath':true,
    'sUrl':'mission.html'
},
{   'sTitle':'Chimes',
    'bIsWebPath':true,
    'sUrl':'chimes.html'
},
{   'sTitle':'Map',
    'bIsWebPath':true,
    'sUrl':'map.html'
}]
});
