var customnavtree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Village',
    bIsWebPath:true,
    sUrl:'our village.html',
    sTarget:'_self'
},
{   sTitle:'Committee',
    bIsWebPath:true,
    sUrl:'committee.html',
    sTarget:'_self'
},
{   sTitle:'Programme',
    bIsWebPath:true,
    sUrl:'programme.html',
    sTarget:'_self'
},
{   sTitle:'Membership',
    bIsWebPath:true,
    sUrl:'membership.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Membership Form',
        bIsWebPath:true,
        sUrl:'membership form.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sponsorship',
    bIsWebPath:true,
    sUrl:'sponsorship.html',
    sTarget:'_self'
},
{   sTitle:'Merchandise',
    bIsWebPath:true,
    sUrl:'merchandise.html',
    sTarget:'_self'
},
{   sTitle:'Donations',
    bIsWebPath:true,
    sUrl:'donations.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Can You Help',
    bIsWebPath:true,
    sUrl:'can you help.html',
    sTarget:'_self'
}]
});
