var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Residential Services',
    bIsWebPath:true,
    sUrl:'residential.html'
},
{   sTitle:'Adult Day Services',
    bIsWebPath:true,
    sUrl:'dayservices.html'
},
{   sTitle:'Adult Recreation',
    bIsWebPath:true,
    sUrl:'recreation.html'
},
{   sTitle:'Children\'s Recreation',
    bIsWebPath:true,
    sUrl:'sfk.html',
    sTarget:'_self'
},
{   sTitle:'School Transition',
    bIsWebPath:true,
    sUrl:'schooltrans.html'
},
{   sTitle:'Advocacy',
    bIsWebPath:true,
    sUrl:'selfadvocacy.html'
}]
});
