var customNavTree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Industrial',
    bIsWebPath:true,
    sUrl:'industrial.html'
},
{   sTitle:'Commercial',
    bIsWebPath:true,
    sUrl:'commercial.html'
},
{   sTitle:'Service & Maintenance',
    bIsWebPath:true,
    sUrl:'serviceandmaintainance.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'currentprojects.html',
    sTarget:'_self'
},
{   sTitle:'Policies',
    bIsWebPath:true,
    sUrl:'policies.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
