var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'facilities.html',"childArray" : [
    {   'sTitle':'Gallery',
        'bIsWebPath':true,
        'sUrl':'gallery.html'
    }]
},
{   'sTitle':'Hiring',
    'bIsWebPath':true,
    'sUrl':'hiring.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html',"childArray" : [
    {   'sTitle':'Beavers & Cubs',
        'bIsWebPath':true,
        'sUrl':'cubs_beavers.html'
    },
    {   'sTitle':'Kingsquad',
        'bIsWebPath':true,
        'sUrl':'kingsquad.html'
    },
    {   'sTitle':'Milton 100 Wargames',
        'bIsWebPath':true,
        'sUrl':'milton100.html'
    },
    {   'sTitle':'Parent & Toddlers',
        'bIsWebPath':true,
        'sUrl':'parent_toddlers.html'
    },
    {   'sTitle':'Scottish Dancing',
        'bIsWebPath':true,
        'sUrl':'scottish_dancing.html'
    },
    {   'sTitle':'Scouts',
        'bIsWebPath':true,
        'sUrl':'scouts.html'
    },
    {   'sTitle':'Tinkerbells',
        'bIsWebPath':true,
        'sUrl':'tinkerbells.html'
    },
    {   'sTitle':'Village Market',
        'bIsWebPath':true,
        'sUrl':'village_market.html'
    },
    {   'sTitle':'Women\'s Institute',
        'bIsWebPath':true,
        'sUrl':'womens_institute.html'
    },
    {   'sTitle':'Youth Group',
        'bIsWebPath':true,
        'sUrl':'youth_group.html'
    }]
},
{   'sTitle':'Hall News',
    'bIsWebPath':true,
    'sUrl':'hall_news.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
