var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   bSeparatorBefore:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Compliance Services',
    bIsWebPath:true,
    sUrl:'compliance.html'
},
{   sTitle:'Knowledge Mgmt.',
    bIsWebPath:true,
    sUrl:'kms.html'
},
{   sTitle:'Healthcare Operations',
    bIsWebPath:true,
    sUrl:'healthcare.html'
},
{   sTitle:'Organizational Development',
    bIsWebPath:true,
    sUrl:'development.html'
},
{   sTitle:'Healthcare Investigation Group',
    bIsWebPath:true,
    sUrl:'hig.html'
},
{   sTitle:'Audit / Investigation',
    bIsWebPath:true,
    sUrl:'auditinvestigation.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
}]
});
