var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Information about EHCS, as well as tour requests',
    'sTitle':'Admissions',
    'bIsWebPath':true,
    'sUrl':'admissions.html',"childArray" : [
    {   'sTitle':'About Us',
        'bIsWebPath':true,
        'sUrl':'about_us.html'
    },
    {   'sTitle':'Academics',
        'bIsWebPath':true,
        'sUrl':'academics.html'
    },
    {   'sTitle':'Athletics',
        'bIsWebPath':true,
        'sUrl':'athletics.html'
    },
    {   'sTitle':'Student Development',
        'bIsWebPath':true,
        'sUrl':'student_dev.html'
    },
    {   'sTitle':'Scholarships/Tuition',
        'bIsWebPath':true,
        'sUrl':'tuition.html'
    }]
},
{   'sTitle':'Community',
    'bIsWebPath':true,
    'sUrl':'ptf.html',"childArray" : [
    {   'sTitle':'Guidance',
        'bIsWebPath':true,
        'sUrl':'guidance.html'
    },
    {   'sTitle':'Booster Club',
        'bIsWebPath':true,
        'sUrl':'booster.html'
    },
    {   'sTitle':'Support EHCS',
        'bIsWebPath':true,
        'sUrl':'support.html'
    },
    {   'sTitle':'Alumni News',
        'bIsWebPath':true,
        'sUrl':'alumni.html'
    }]
},
{   'sTitle':'Miscellaneous',
    'bIsWebPath':true,
    'sUrl':'misc.html',"childArray" : [
    {   'sDescription':'links, documents, and downloads',
        'sTitle':'Downloads and Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'personnel.html'
    },
    {   'sTitle':'RenWeb FAQs',
        'bIsWebPath':true,
        'sUrl':'renweb.html'
    },
    {   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar.html'
    },
    {   'sTitle':'Employment',
        'bIsWebPath':true,
        'sUrl':'employment.html'
    }]
}]
});
