var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Directory A-B',
    bIsWebPath:true,
    sUrl:'companylistingsab.html'
},
{   sTitle:'Directory C-H',
    bIsWebPath:true,
    sUrl:'companylistingsch.html'
},
{   sTitle:'Directory I-M',
    bIsWebPath:true,
    sUrl:'companylistingsim.html'
},
{   sTitle:'Directory N-R',
    bIsWebPath:true,
    sUrl:'companylistingsnr.html'
},
{   sTitle:'Directory S-Z',
    bIsWebPath:true,
    sUrl:'companylistingssz.html'
},
{   sTitle:'Company Links',
    bIsWebPath:true,
    sUrl:'companylinks.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
}]
});
