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:'Organisations/Interest',
    bIsWebPath:true,
    sUrl:'oandi.html'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Location/Travel',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Notice Board',
    bIsWebPath:true,
    sUrl:'tvnb.html'
}]
});