var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'program.html',"childArray" : [
    {   sTitle:'Infant Program',
        bIsWebPath:true,
        sUrl:'infant.html'
    },
    {   sTitle:'Beginners Program',
        bIsWebPath:true,
        sUrl:'toddlers.html'
    },
    {   sTitle:'Children\'s House Program',
        bIsWebPath:true,
        sUrl:'preschool.html'
    },
    {   sTitle:'Elementary Program',
        bIsWebPath:true,
        sUrl:'elementary.html',"childArray" : [
        {   sTitle:'Monthly Theme',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'curriculum-elem.pdf'
        },
        {   sTitle:'Daily Schedule',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'schedule-elem.pdf'
        }]
    }]
},
{   sTitle:'Tuition Rates',
    bIsWebPath:true,
    sUrl:'tuition.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Calendar',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'yearly_calendar2011-2012.pdf'
},
{   sDescription:'Mission Viejo Montessori Newsletter',
    sTitle:'Newsletter',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'newsletter.pdf',
    sTarget:'_self'
}]
});
