var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus1.html'
},
{   sTitle:'EDM',
    bIsWebPath:true,
    sUrl:'edm1.html'
},
{   sTitle:'ECD',
    bIsWebPath:true,
    sUrl:'ecd1.html'
},
{   sTitle:'ECM',
    bIsWebPath:true,
    sUrl:'ecm1.html'
},
{   sTitle:'Engineering Services',
    bIsWebPath:true,
    sUrl:'subcon1.html',
    sTarget:'_self'
}]
});
