var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WHO WE ARE',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our History ',
        bIsWebPath:true,
        sUrl:'our history .html'
    },
    {   sTitle:'Our Team ',
        bIsWebPath:true,
        sUrl:'ourteam.html'
    },
    {   sTitle:'Affiliations',
        bIsWebPath:true,
        sUrl:'affilations.html'
    },
    {   sTitle:' Licensing',
        bIsWebPath:true,
        sUrl:'licensing.html'
    }]
},
{   sTitle:'WHAT WE DO',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Oil & Gas Pipelines ',
        bIsWebPath:true,
        sUrl:'oilnadgas.html'
    },
    {   sTitle:' Compressor Station & Storage Work',
        bIsWebPath:true,
        sUrl:' compressor station & storage work.html'
    },
    {   sTitle:'Current Projects ',
        bIsWebPath:true,
        sUrl:'currentprojects.html'
    },
    {   sTitle:' Past Projects',
        bIsWebPath:true,
        sUrl:'pastprojects.html'
    },
    {   sTitle:'Integrity Projects',
        bIsWebPath:true,
        sUrl:'integrity.html'
    }]
},
{   sTitle:'OUR VALUES',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Mission Statement ',
        bIsWebPath:true,
        sUrl:'mission statement.html'
    },
    {   sTitle:'Core Values ',
        bIsWebPath:true,
        sUrl:'core values.html'
    },
    {   sTitle:' Safety & Health',
        bIsWebPath:true,
        sUrl:'safety.html'
    }]
},
{   sTitle:'WHY ROCKFORD',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'What Our Clients Say',
        bIsWebPath:true,
        sUrl:'what our clients say.html'
    },
    {   sTitle:' Our Brochure',
        bIsWebPath:true,
        sUrl:'brochure.html'
    },
    {   sTitle:'References',
        bIsWebPath:true,
        sUrl:'references.html'
    },
    {   sTitle:' Awards & Articles',
        bIsWebPath:true,
        sUrl:'awards.html'
    }]
},
{   sTitle:'CONTACT US',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact ',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:' Locations',
        bIsWebPath:true,
        sUrl:'locations.html'
    },
    {   sTitle:'Join Our Team',
        bIsWebPath:true,
        sUrl:'join our team.html'
    },
    {   sTitle:'Employee Login',
        bIsWebPath:true,
        sUrl:'employee login.html'
    }]
}]
});
