var customNavTree20 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'page27.html',
    sTarget:'_self'
},
{   sTitle:'Volunteer',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page18.html',
    sTarget:'_self'
},
{   sTitle:'Executive',
    bIsWebPath:true,
    sUrl:'page19.html',
    sTarget:'_self'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'page20.html',
    sTarget:'_self'
},
{   sTitle:'Awards',
    bIsWebPath:true,
    sUrl:'page16.html',
    sTarget:'_self'
},
{   sTitle:'Community Education',
    bIsWebPath:true,
    sUrl:'page21.html',
    sTarget:'_self'
},
{   sTitle:'Donations',
    bIsWebPath:true,
    sUrl:'page28.html',
    sTarget:'_self'
}]
});
