var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'programs',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'youth initiatives',
        bIsWebPath:true,
        sUrl:'youth_initiatives.html'
    },
    {   sTitle:'prevention & education',
        bIsWebPath:true,
        sUrl:'prevention_education.html'
    },
    {   sTitle:'school programs',
        bIsWebPath:true,
        sUrl:'school_programs.html'
    },
    {   sTitle:'internet safety',
        bIsWebPath:true,
        sUrl:'internet_safety.html'
    },
    {   bSeparatorAfter:true,
        sDescription:'school_programs',
        sTitle:'parents forever form',
        bIsWebPath:true,
        sUrl:'parents_forever_form.html',
        sTarget:'_self'
    }]
}]
});
