var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Teacher Profile',
        bIsWebPath:true,
        sUrl:'teacherprofile.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Infants',
        bIsWebPath:true,
        sUrl:'infants.html'
    },
    {   sTitle:'Toddlers',
        bIsWebPath:true,
        sUrl:'toddlers.html'
    },
    {   sTitle:'Preschoolers',
        bIsWebPath:true,
        sUrl:'preschoolers.html'
    },
    {   sTitle:'Pre-K',
        bIsWebPath:true,
        sUrl:'prek.html'
    },
    {   sTitle:'Before School Programs',
        bIsWebPath:true,
        sUrl:'beforeschool.html'
    },
    {   sTitle:'After School Programs',
        bIsWebPath:true,
        sUrl:'afterschool.html'
    },
    {   sTitle:'Summer Camp',
        bIsWebPath:true,
        sUrl:'summercamp.html'
    },
    {   sTitle:'Pricing',
        bIsWebPath:true,
        sUrl:'pricing.html'
    },
    {   sTitle:'Availability',
        bIsWebPath:true,
        sUrl:'availability.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
