var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'welcome.html'
},
{   'sTitle':'Philosophy',
    'bIsWebPath':true,
    'sUrl':'philosophy.html'
},
{   'sTitle':'Tuition & Fees',
    'bIsWebPath':true,
    'sUrl':'tuition.html'
},
{   'sTitle':'Schedules',
    'bIsWebPath':true,
    'sUrl':'schedules.html'
},
{   'sTitle':'Communication',
    'bIsWebPath':true,
    'sUrl':'communication.html'
},
{   'sTitle':'Programs',
    'bIsWebPath':true,
    'sUrl':'programs.html'
},
{   'sTitle':'Volunteers',
    'bIsWebPath':true,
    'sUrl':'volunteers.html'
},
{   'sTitle':'Staff & Policy',
    'bIsWebPath':true,
    'sUrl':'staff.html'
},
{   'sTitle':'Monthly News',
    'bIsWebPath':true,
    'sUrl':'monthly.html'
},
{   'sTitle':'Look for the Stars',
    'bIsWebPath':true,
    'sUrl':'stars.html'
},
{   'sTitle':'Beneva Christian',
    'bIsExternal':true,
    'sUrl':'http://benevachristian.com',
    'sTarget':'_blank'
},
{   'sTitle':'Handbook',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'2011-2012 Little Disciple Booklet.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
