var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Environment',
        bIsWebPath:true,
        sUrl:'environment.html'
    },
    {   sTitle:'Planning',
        bIsWebPath:true,
        sUrl:'planning.html'
    },
    {   sTitle:'Engineering',
        bIsWebPath:true,
        sUrl:'enigeering.html'
    },
    {   sTitle:'Mentoring',
        bIsWebPath:true,
        sUrl:'mentoring.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Environmental Consulting',
        bIsWebPath:true,
        sUrl:'environmentalcon.html'
    },
    {   sTitle:'Planning Studies',
        bIsWebPath:true,
        sUrl:'planningstudies.html'
    },
    {   sTitle:'GIS',
        bIsWebPath:true,
        sUrl:'gis.html'
    },
    {   sTitle:'Environmental/Civil Engineering',
        bIsWebPath:true,
        sUrl:'civ.html'
    },
    {   sTitle:'Field Engineering',
        bIsWebPath:true,
        sUrl:'field.html'
    },
    {   sTitle:'Management and IT',
        bIsWebPath:true,
        sUrl:'manage.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
