var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html',"childArray" : [
    {   sTitle:'Infants/Toddlers',
        bIsWebPath:true,
        sUrl:'infantstoddlers.html'
    },
    {   sTitle:'Preschool',
        bIsWebPath:true,
        sUrl:'preschool.html'
    },
    {   sTitle:'Pre-Kindergarten',
        bIsWebPath:true,
        sUrl:'prek.html'
    },
    {   sTitle:'Private Kindergarten',
        bIsWebPath:true,
        sUrl:'kindergarten.html'
    },
    {   sTitle:'Spanish',
        bIsWebPath:true,
        sUrl:'spanish.html'
    },
    {   sTitle:'Science',
        bIsWebPath:true,
        sUrl:'science.html'
    },
    {   sTitle:'Extra-Curricular',
        bIsWebPath:true,
        sUrl:'extracurricular.html'
    }]
},
{   sTitle:'Enrollment',
    bIsWebPath:true,
    sUrl:'enrollment.html'
},
{   sTitle:'Calendars',
    bIsWebPath:true,
    sUrl:'calendars.html'
},
{   sTitle:'Uniforms',
    bIsWebPath:true,
    sUrl:'uniforms.html'
},
{   sTitle:'Discounts',
    bIsWebPath:true,
    sUrl:'discounts.html'
},
{   sTitle:'For Parents!',
    bIsWebPath:true,
    sUrl:'forparents.html'
},
{   sTitle:'Schools We Serve',
    bIsWebPath:true,
    sUrl:'schools.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html'
}]
});
