var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Financial Planning for Families',
    bIsWebPath:true,
    sUrl:'family.html',
    sTarget:'_self'
},
{   sTitle:'Business Services',
    bIsWebPath:true,
    sUrl:'businessservices.html',
    sTarget:'_self'
},
{   sTitle:'Retirement Planning',
    bIsWebPath:true,
    sUrl:'retirementplanning.html',
    sTarget:'_self'
},
{   sTitle:'Estate Planning',
    bIsWebPath:true,
    sUrl:'estateplanning.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
