var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sDescription:'Information about EHCS, as well as tour requests',
        sTitle:'Admissions',
        bIsWebPath:true,
        sUrl:'admissions.html',
        sTarget:'_self'
    },
    {   sTitle:'Academics',
        bIsWebPath:true,
        sUrl:'academics.html',
        sTarget:'_self'
    },
    {   sTitle:'Student Development',
        bIsWebPath:true,
        sUrl:'student_dev.html',
        sTarget:'_self'
    },
    {   sTitle:'Athletics',
        bIsWebPath:true,
        sUrl:'athletics.html',
        sTarget:'_self'
    },
    {   sTitle:'Scholarships/Tuition',
        bIsWebPath:true,
        sUrl:'tuition.html'
    }]
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'ptf.html',"childArray" : [
    {   sTitle:'Guidance',
        bIsWebPath:true,
        sUrl:'guidance.html',
        sTarget:'_self'
    },
    {   sTitle:'Booster Club',
        bIsWebPath:true,
        sUrl:'booster.html',
        sTarget:'_self'
    },
    {   sTitle:'Support EHCS',
        bIsWebPath:true,
        sUrl:'support.html',
        sTarget:'_self'
    },
    {   sTitle:'Alumni News',
        bIsWebPath:true,
        sUrl:'alumni.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'personnel.html'
    },
    {   sTitle:'Employment',
        bIsWebPath:true,
        sUrl:'employment.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'Costa Rica 2009',
        bIsWebPath:true,
        sUrl:'missions_trip.html',
        sTarget:'_self'
    }]
}]
});