var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Perspectives',
    bIsWebPath:true,
    sUrl:'perspectivesindex.html'
},
{   sTitle:'In the News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html'
},
{   sTitle:'Speaking',
    bIsWebPath:true,
    sUrl:'speaking.html'
},
{   sTitle:'Consulting',
    bIsWebPath:true,
    sUrl:'consulting.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
