var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Kyles Story',
    bIsWebPath:true,
    sUrl:'kyle.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events/index.html',
    sTarget:'_self'
},
{   sTitle:'Paediatric Rehabilitation',
    bIsWebPath:true,
    sUrl:'paediatric.html',
    sTarget:'_self'
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',
    sTarget:'_self'
},
{   sTitle:'Help Us',
    bIsWebPath:true,
    sUrl:'help.html',
    sTarget:'_self'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    sUrl:'mailto:support@kylesgoal.org.uk?subject=Contact from Kyle\'s Goal Website',
    sTarget:'_self'
}]
});
