var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Meetings',
    'bIsWebPath':true,
    'sUrl':'meetings.html',"childArray" : [
    {   'sTitle':'Breaking of Bread',
        'bIsWebPath':true,
        'sUrl':'breaking_of_bread.html'
    },
    {   'sTitle':'Bible Reading',
        'bIsWebPath':true,
        'sUrl':'bible_reading.html'
    },
    {   'sTitle':'Prayer Meeting',
        'bIsWebPath':true,
        'sUrl':'prayer.html'
    },
    {   'sTitle':'Bible Class',
        'bIsWebPath':true,
        'sUrl':'bible_class.html',"childArray" : [
        {   'sTitle':'Bible Class',
            'bIsWebPath':true,
            'sUrl':'bible_class_page.html'
        },
        {   'sTitle':'2010-2011',
            'bIsWebPath':true,
            'sUrl':'year2010-2011.html'
        },
        {   'sTitle':'2011-2012',
            'bIsWebPath':true,
            'sUrl':'2011-2012bc.html'
        }]
    },
    {   'sTitle':'Gospel Meetings',
        'bIsWebPath':true,
        'sUrl':'gospel.html',"childArray" : [
        {   'sTitle':'Newtownbreda',
            'bIsWebPath':true,
            'sUrl':'gospel_newtownbreda.html'
        },
        {   'sTitle':'Purdysburn',
            'bIsWebPath':true,
            'sUrl':'gospel_purdysburn.html'
        }]
    },
    {   'sTitle':'Sunday School',
        'bIsWebPath':true,
        'sUrl':'sunday_school.html',"childArray" : [
        {   'sTitle':'Sunday School',
            'bIsWebPath':true,
            'sUrl':'sunday_school_page.html'
        },
        {   'sTitle':'BK Cards',
            'bIsWebPath':true,
            'sUrl':'bkcards.html'
        },
        {   'sTitle':'Magazine',
            'bIsWebPath':true,
            'sUrl':'magazine.html'
        }]
    },
    {   'sTitle':'Young People\'s Meeting',
        'bIsWebPath':true,
        'sUrl':'monday_meeting.html',"childArray" : [
        {   'sTitle':'Bible Exhibition',
            'bIsWebPath':true,
            'sUrl':'bibleex.html'
        }]
    },
    {   'sTitle':'Login',
        'bIsWebPath':true,
        'sUrl':'members.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Who we are',
        'bIsWebPath':true,
        'sUrl':'who_we_are.html'
    },
    {   'sTitle':'How to find us',
        'bIsWebPath':true,
        'sUrl':'how_to_find_us.html'
    },
    {   'sTitle':'Child Protection',
        'bIsWebPath':true,
        'sUrl':'child_protection.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html',"childArray" : [
    {   'sTitle':'Free Bible',
        'bIsWebPath':true,
        'sUrl':'freebible.html'
    }]
}]
});
