var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Faculty & Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Developmental Goals',
    bIsWebPath:true,
    sUrl:'goals.html',"childArray" : [
    {   sTitle:'Toddlers (Goals & Objectives)',
        bIsWebPath:true,
        sUrl:'goalstoddlers.html'
    },
    {   sTitle:'Transition Room (Goals & Objectives)',
        bIsWebPath:true,
        sUrl:'transition.html'
    },
    {   sTitle:'3 Year olds (Goals & Objectives)',
        bIsWebPath:true,
        sUrl:'goals3yr.html'
    },
    {   sTitle:'4 Year olds (Goals & Objectives)',
        bIsWebPath:true,
        sUrl:'goals4yrs.html'
    },
    {   sTitle:'Young Fives (Goals & Objectives)',
        bIsWebPath:true,
        sUrl:'goalsyoung5.html'
    },
    {   sTitle:'Kindergarten (Goals & Objectives)',
        bIsWebPath:true,
        sUrl:'goalskindergarten.html'
    }]
},
{   sTitle:'Enrichment Classes',
    bIsWebPath:true,
    sUrl:'enrichment.html'
},
{   sTitle:'News and Info',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about.html'
    },
    {   sTitle:'Registration',
        bIsWebPath:true,
        sUrl:'register.html'
    }]
}]
});
