var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What\'s on...',
    bIsWebPath:true,
    sUrl:'whatson.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Rollestone Reborn',
        bIsWebPath:true,
        sUrl:'rollestone.html'
    }]
},
{   sTitle:'Shrewton Latest',
    bIsWebPath:true,
    sUrl:'shrewtonlatest.html'
},
{   sTitle:'Local Links & People',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Friends of the Church',
        bIsWebPath:true,
        sUrl:'friendsofchurch.html'
    },
    {   sTitle:'Shrewton Oil Sheiks',
        bIsWebPath:true,
        sUrl:'sheiks.html'
    },
    {   sTitle:'St. Mary\'s Church',
        bIsWebPath:true,
        sUrl:'stmary.html'
    },
    {   sTitle:'Till Valley Link',
        bIsWebPath:true,
        sUrl:'tillvalley.html'
    },
    {   sTitle:'St. Mary\'s Church Allotments',
        bIsWebPath:true,
        sUrl:'stmaryschurchallotments.html'
    }]
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html',"childArray" : [
    {   sTitle:'Shrewton Post Office',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Edwardian Entrepreneur',
        bIsWebPath:true,
        sUrl:'edent.html'
    },
    {   sTitle:'The Catherine Wheel',
        bIsWebPath:true,
        sUrl:'cathwheel.html'
    },
    {   sTitle:'January 2010',
        bIsWebPath:true,
        sUrl:'freeze.html'
    }]
}]
});
