var customnavtree12 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'War Memorial',
    bIsWebPath:true,
    sUrl:'war memorial.html',
    sTarget:'_self'
},
{   sTitle:'Listed Buildings',
    bIsWebPath:true,
    sUrl:'listed buildings.html',
    sTarget:'_self'
},
{   sTitle:'Industries',
    bIsWebPath:true,
    sUrl:'industries.html',
    sTarget:'_self'
},
{   sTitle:'Family Trees',
    bIsWebPath:true,
    sUrl:'family trees.html',
    sTarget:'_self'
},
{   sTitle:'Trade Directories',
    bIsWebPath:true,
    sUrl:'trade directories.html',
    sTarget:'_self'
},
{   sTitle:'Then & Now',
    bIsWebPath:true,
    sUrl:'then & now.html',
    sTarget:'_self'
},
{   sTitle:'Updates',
    bIsWebPath:true,
    sUrl:'updates.html',
    sTarget:'_self'
},
{   sTitle:'Events 2010',
    bIsWebPath:true,
    sUrl:'events 2010.html',
    sTarget:'_self'
}]
});