var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Aloe',
    bIsWebPath:true,
    sUrl:'aloe.html',
    sTarget:'_self'
},
{   sTitle:'Astrophytum',
    bIsWebPath:true,
    sUrl:'astrophytum.html',
    sTarget:'_self'
},
{   sTitle:'Cereus',
    bIsWebPath:true,
    sUrl:'cereus.html',
    sTarget:'_self'
}]
});