var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'blueOBD',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'build one',
    bIsWebPath:true,
    sUrl:'build_one.html',
    sTarget:'_self'
},
{   sTitle:'get one',
    bIsWebPath:true,
    sUrl:'get_one.html'
}]
});