var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Your Health',
    'bIsWebPath':true,
    'sUrl':'yourhealth.html',"childArray" : [
    {   'sTitle':'Toxicity',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Nerve Interference',
        'bIsWebPath':true,
        'sUrl':'nerveinterference.html'
    },
    {   'sTitle':'Stress',
        'bIsWebPath':true,
        'sUrl':'stress.html'
    },
    {   'sTitle':'Nutrition Deficiency',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    },
    {   'sTitle':'Dehydration',
        'bIsWebPath':true,
        'sUrl':'dehydration.html'
    },
    {   'sTitle':'Religion & Health',
        'bIsWebPath':true,
        'sUrl':'religion.html'
    },
    {   'sTitle':'Exercise',
        'bIsWebPath':true,
        'sUrl':'exercise.html'
    },
    {   'sTitle':'Sunshine',
        'bIsWebPath':true,
        'sUrl':'sunshine.html'
    },
    {   'sTitle':'Rest',
        'bIsWebPath':true,
        'sUrl':'rest.html'
    },
    {   'sTitle':'Natural Medicine',
        'bIsWebPath':true,
        'sUrl':'naturalmedicine.html'
    },
    {   'sTitle':'Electromagnetic Fields',
        'bIsWebPath':true,
        'sUrl':'emf.html'
    },
    {   'sTitle':'Genetics',
        'bIsWebPath':true,
        'sUrl':'genetics.html'
    }]
},
{   'sTitle':'Treatment Options',
    'bIsWebPath':true,
    'sUrl':'txoptions.html',"childArray" : [
    {   'sTitle':'Acupuncture',
        'bIsWebPath':true,
        'sUrl':'acupuncture.html'
    },
    {   'sTitle':'Chiropractic',
        'bIsWebPath':true,
        'sUrl':'chiropractic.html'
    },
    {   'sTitle':'Herbology',
        'bIsWebPath':true,
        'sUrl':'herbology.html'
    },
    {   'sTitle':'Homeopathy',
        'bIsWebPath':true,
        'sUrl':'homeopathy.html'
    },
    {   'sTitle':'Naturopathy',
        'bIsWebPath':true,
        'sUrl':'naturopathy.html'
    },
    {   'sTitle':'Nutrition Therapy',
        'bIsWebPath':true,
        'sUrl':'nutrition.html'
    }]
},
{   'sTitle':'Optimizing Health',
    'bIsWebPath':true,
    'sUrl':'optimalhealth.html',"childArray" : [
    {   'sTitle':'Foods to Avoid',
        'bIsWebPath':true,
        'sUrl':'foodstoavoid.html'
    },
    {   'sTitle':'Health Promoting Dietary Habits',
        'bIsWebPath':true,
        'sUrl':'dietaryhabits.html'
    },
    {   'sTitle':'General Rules',
        'bIsWebPath':true,
        'sUrl':'generalrules.html'
    }]
},
{   'sTitle':'Dr. Peterson',
    'bIsWebPath':true,
    'sUrl':'drpeterson.html'
}]
});
