var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'leaders.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html',"childArray" : [
    {   'sTitle':'Craft group',
        'bIsWebPath':true,
        'sUrl':'crafts.html'
    },
    {   'sTitle':'Girls Brigade',
        'bIsWebPath':true,
        'sUrl':'gb1.html'
    },
    {   'sTitle':'FM2',
        'bIsWebPath':true,
        'sUrl':'fm2.html'
    }]
},
{   'sTitle':'Sermons',
    'bIsWebPath':true,
    'sUrl':'sermons.html'
},
{   'sTitle':'Find us',
    'bIsWebPath':true,
    'sUrl':'find us.html'
}]
});
