var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Mission',
    'bIsWebPath':true,
    'sUrl':'mission.html'
},
{   'sTitle':'Our Daily Routine',
    'bIsWebPath':true,
    'sUrl':'routine.html'
},
{   'sTitle':'Toddlers',
    'bIsWebPath':true,
    'sUrl':'infant.html'
},
{   'sTitle':'Pre/Before/After School',
    'bIsWebPath':true,
    'sUrl':'preschool.html'
},
{   'sTitle':'Financial Information',
    'bIsWebPath':true,
    'sUrl':'financial.html'
},
{   'sTitle':'News and Events',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'2010 Chair Affair',
        'bIsWebPath':true,
        'sUrl':'chair_affair_main.html',"childArray" : [
        {   'sTitle':'Chair Affair Gallery',
            'bIsWebPath':true,
            'sUrl':'chair_affair_gallery.html'
        }]
    },
    {   'sDescription':'Win a barbeque dinner for 20 from KC\'s Rib Shack!  All proceeds support MCELC.',
        'sTitle':'Super Bowl Barbeque Raffle',
        'bIsWebPath':true,
        'sUrl':'barbequeraffle_2010.html',"childArray" : [
        {   'sTitle':'Super Bowl Barbeque Order Form',
            'bIsWebPath':true,
            'sUrl':'barbecueorderform.html'
        }]
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
