var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Therapies',
    bIsWebPath:true,
    sUrl:'therapies.html'
},
{   sTitle:'Issues',
    bIsWebPath:true,
    sUrl:'issues.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Appointments',
    bIsWebPath:true,
    sUrl:'appointments.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Camels ?',
    bIsWebPath:true,
    sUrl:'camels.html',
    sTarget:'_self'
}]
});