var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'Why use FMP?',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'How We Operate',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   bSeparatorBefore:true,
    sTitle:'Toxicology Services',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   bSeparatorBefore:true,
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
