var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
    {   sTitle:'Contracting',
        bIsWebPath:true,
        sUrl:'contracting.html'
    },
    {   sTitle:'Maintenance',
        bIsWebPath:true,
        sUrl:'maintenance.html'
    },
    {   sTitle:'Street & Flood Lighting',
        bIsWebPath:true,
        sUrl:'street&floodlighting.html'
    },
    {   sTitle:'Public Realm Works',
        bIsWebPath:true,
        sUrl:'publicrealm.html'
    },
    {   sTitle:'Testing & Inspection',
        bIsWebPath:true,
        sUrl:'testing.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
