var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Request More Info',
    bIsWebPath:true,
    sUrl:'request_info.html'
},
{   sTitle:'In the Press',
    bIsWebPath:true,
    sUrl:'in_the_press.html',
    sTarget:'_self'
},
{   sTitle:'Resident Services',
    bIsWebPath:true,
    sUrl:'resident_services.html'
}]
});
