var customnavtree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Disability Coaching',
    bIsWebPath:true,
    sUrl:'disability.html',
    sTarget:'_self'
},
{   sTitle:'Sponsorship',
    bIsWebPath:true,
    sUrl:'sponsorship.html',
    sTarget:'_self'
},
{   sTitle:'Soccer School',
    bIsWebPath:true,
    sUrl:'school.html'
},
{   sTitle:'Captains Corner',
    bIsWebPath:true,
    sUrl:'captains.html'
},
{   sTitle:'Parents & Players',
    bIsWebPath:true,
    sUrl:'documents.html',
    sTarget:'_self'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Managers Login',
    bIsWebPath:true,
    sUrl:'login.html',
    sTarget:'_self'
}]
});