var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Inspection and surveys',
        bIsWebPath:true,
        sUrl:'inspection.html'
    },
    {   sTitle:'Maintenance and repair',
        bIsWebPath:true,
        sUrl:'maintenance.html'
    },
    {   sTitle:'Safety systems',
        bIsWebPath:true,
        sUrl:'safety.html'
    },
    {   sTitle:'Specialist access solutions',
        bIsWebPath:true,
        sUrl:'specialist.html'
    },
    {   sTitle:'Conservation work',
        bIsWebPath:true,
        sUrl:'conserv.html'
    },
    {   sTitle:'Safety cover',
        bIsWebPath:true,
        sUrl:'safetycover.html'
    }]
},
{   sTitle:'PROJECTS',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
