var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Disability Coaching',
    bIsWebPath:true,
    sUrl:'disability.html',
    sTarget:'_self'
},
{   sTitle:'Sponsorship',
    bIsWebPath:true,
    sUrl:'sponsorship.html',
    sTarget:'_self'
},
{   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'
},
{   sTitle:'Riverside Forum',
    sUrl:'http://www.rjfc.com/forum',
    sTarget:'_blank'
}]
});
