var customnavtree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'what we do.html',
    sTarget:'_self'
},
{   sTitle:'Recent Projects',
    bIsWebPath:true,
    sUrl:'recent projects.html',
    sTarget:'_self'
},
{   sTitle:'Design Renderings',
    bIsWebPath:true,
    sUrl:'design renderings.html',
    sTarget:'_self'
},
{   sTitle:'Projects Completed',
    bIsWebPath:true,
    sUrl:'projects completed.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});