var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sDescription:'CFO or Controller?',
    sTitle:'CFO or Controller?',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Engagements',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
