var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Parish Council',
    bIsWebPath:true,
    sUrl:'tvtpc.html'
},
{   sTitle:'Village Hall',
    bIsWebPath:true,
    sUrl:'tvtvh.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'tvshop.html'
},
{   sTitle:'Location / Travel',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Local / Interest',
    bIsWebPath:true,
    sUrl:'tvli.html'
},
{   sTitle:'Notice Board',
    bIsWebPath:true,
    sUrl:'tvnb.html'
}]
});
