var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'Our Story',
        'bIsWebPath':true,
        'sUrl':'interior_reforestation_story.html'
    },
    {   'sTitle':'Staff',
        'bIsWebPath':true,
        'sUrl':'interior_reforestation _staff.html'
    },
    {   'sTitle':'Safety',
        'bIsWebPath':true,
        'sUrl':'interior_reforestation_staff.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Environmental',
        'bIsWebPath':true,
        'sUrl':'environmental-services.html'
    },
    {   'sTitle':'Forestry',
        'bIsWebPath':true,
        'sUrl':'forestry-services.html'
    },
    {   'sTitle':'Engineering',
        'bIsWebPath':true,
        'sUrl':'engineering-services.html'
    },
    {   'sTitle':'Geomatics & GPS',
        'bIsWebPath':true,
        'sUrl':'geomatics-services.html'
    },
    {   'sTitle':'Reclamation',
        'bIsWebPath':true,
        'sUrl':'reclamation-services.html'
    },
    {   'sTitle':'Agriculture',
        'bIsWebPath':true,
        'sUrl':'agriculture-services.html'
    }]
},
{   'sTitle':'Careers',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
