var customNavTree43 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Projects',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Residentials',
        bIsWebPath:true,
        sUrl:'Residentials.html'
    },
    {   sTitle:'Commercial',
        bIsWebPath:true,
        sUrl:'Commercial.html',
        sTarget:'_self'
    },
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'Industrial.html'
    },
    {   sTitle:'Sports',
        bIsWebPath:true,
        sUrl:'Sports.html'
    }]
},
{   sTitle:'Method Statement',
    bIsWebPath:true,
    sUrl:'Method Statement.html'
},
{   sTitle:'Safety Policy',
    bIsWebPath:true,
    sUrl:'Safety Policy.html'
},
{   sTitle:'The Team',
    bIsWebPath:true,
    sUrl:'The Team.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact Us.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About Us.html'
}]
});
