var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chiropractic',
    bIsWebPath:true,
    sUrl:'p03_chiro.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Personal Injury',
        bIsWebPath:true,
        sUrl:'p03_pi.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Weight Loss',
    bIsWebPath:true,
    sUrl:'p18_weight_loss.html',
    sTarget:'_self'
},
{   sTitle:'Nutrition',
    bIsWebPath:true,
    sUrl:'p02_nutrtition.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Other Health Problems',
        bIsWebPath:true,
        sUrl:'illnesses.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Sample Report',
            bIsWebPath:true,
            sUrl:'p17_samplerpt.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'p05_forms.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'p10_faq.html',
    sTarget:'_self'
},
{   sTitle:'Newsletters',
    bIsWebPath:true,
    sUrl:'p08_ newsletters.html',
    sTarget:'_self'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'p14_staff.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Office Tour',
        bIsWebPath:true,
        sUrl:'p15_tour.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'p06_contactus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Google Map',
        bIsWebPath:true,
        sUrl:'p13_google_map.html',
        sTarget:'_self'
    },
    {   sTitle:'Appointment',
        bIsWebPath:true,
        sUrl:'p16_appoint.html',
        sTarget:'_self'
    }]
}]
});