var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Residential_Management',
    bIsWebPath:true,
    sUrl:'residential.html',
    sTarget:'_self'
},
{   sTitle:'Commercial_Management',
    bIsWebPath:true,
    sUrl:'commercial.html',
    sTarget:'_self'
},
{   sTitle:'Association_Management',
    bIsWebPath:true,
    sUrl:'association.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
