var customnavtree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Presentations',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'Contact Info',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
}]
});
