var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Eagles Nest',
    bIsWebPath:true,
    sUrl:'eagles nest.html',
    sTarget:'_self'
},
{   sTitle:'Leaders',
    bIsWebPath:true,
    sUrl:'leaders.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html',
    sTarget:'_self'
},
{   sTitle:'Documents',
    bIsWebPath:true,
    sUrl:'documents.html',
    sTarget:'_self'
},
{   sTitle:'TroopMaster',
    sUrl:'https://www.troopmasterweb3.com/030140T/(S(owktya55qoevbizsew4tkl35))/WebLogIn.aspx',
    sTarget:'_self'
}]
});
