var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_lund.html',"childArray" : [
    {   sTitle:'Lund Vision',
        bIsWebPath:true,
        sUrl:'lund_vision.html'
    },
    {   sTitle:'Lund Values',
        bIsWebPath:true,
        sUrl:'lund_values.html'
    },
    {   sTitle:'Key Personnel',
        bIsWebPath:true,
        sUrl:'lund_personnel.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'lund_services.html',"childArray" : [
    {   sTitle:'Fleet',
        bIsWebPath:true,
        sUrl:'lund_fleet.html'
    },
    {   sTitle:'Public Projects',
        bIsWebPath:true,
        sUrl:'public_projects.html'
    },
    {   sTitle:'Private Projects',
        bIsWebPath:true,
        sUrl:'private_projects.html'
    }]
},
{   sTitle:'Safety',
    bIsWebPath:true,
    sUrl:'lund_safety.html'
},
{   sTitle:'References',
    bIsWebPath:true,
    sUrl:'lund_references.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactlund.html'
}]
});
