var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'About.html'
},
{   'sTitle':'Local News',
    'bIsWebPath':true,
    'sUrl':'LocalNews.html'
},
{   'sTitle':'Village Diary',
    'bIsWebPath':true,
    'sUrl':'villagediary.html'
},
{   'sTitle':'Organisations',
    'bIsWebPath':true,
    'sUrl':'Organisations.html',"childArray" : [
    {   'sTitle':'General',
        'bIsWebPath':true,
        'sUrl':'general.html'
    },
    {   'sTitle':'Parish Council',
        'bIsWebPath':true,
        'sUrl':'parishcouncil.html'
    },
    {   'sTitle':'Churches',
        'bIsWebPath':true,
        'sUrl':'churches.html'
    },
    {   'sTitle':'Schools',
        'bIsWebPath':true,
        'sUrl':'schools.html'
    },
    {   'sTitle':'Sports',
        'bIsWebPath':true,
        'sUrl':'sports.html'
    },
    {   'sTitle':'Children & Young People',
        'bIsWebPath':true,
        'sUrl':'youth.html'
    },
    {   'sTitle':'Neighbourhood Watch',
        'bIsWebPath':true,
        'sUrl':'NWatch.html'
    },
    {   'sTitle':'Community Library',
        'bIsWebPath':true,
        'sUrl':'library.html'
    }]
},
{   'sTitle':'Local Walks',
    'bIsWebPath':true,
    'sUrl':'local_walks.html'
},
{   'sTitle':'Local Images',
    'bIsWebPath':true,
    'sUrl':'local images.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
