var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Work',
    'bIsWebPath':true,
    'sUrl':'work.html'
},
{   'sTitle':'Issues',
    'bIsWebPath':true,
    'sUrl':'issues.html',"childArray" : [
    {   'sTitle':'Addictions',
        'bIsWebPath':true,
        'sUrl':'addictions.html'
    },
    {   'sTitle':'Anger Management',
        'bIsWebPath':true,
        'sUrl':'anger.html'
    },
    {   'sTitle':'Anxiety',
        'bIsWebPath':true,
        'sUrl':'anxiety.html'
    },
    {   'sTitle':'Binging',
        'bIsWebPath':true,
        'sUrl':'bingeing.html'
    },
    {   'sTitle':'Compulsions',
        'bIsWebPath':true,
        'sUrl':'compulsions.html'
    },
    {   'sTitle':'Confidence',
        'bIsWebPath':true,
        'sUrl':'confidence.html'
    },
    {   'sTitle':'Depression',
        'bIsWebPath':true,
        'sUrl':'depression.html'
    },
    {   'sTitle':'Exam nerves',
        'bIsWebPath':true,
        'sUrl':'exams.html'
    },
    {   'sTitle':'Fear of Flying',
        'bIsWebPath':true,
        'sUrl':'flying.html'
    },
    {   'sTitle':'Fears and Phobias',
        'bIsWebPath':true,
        'sUrl':'phobias.html'
    },
    {   'sTitle':'Panic Attacks',
        'bIsWebPath':true,
        'sUrl':'panic.html'
    },
    {   'sTitle':'Weight Control',
        'bIsWebPath':true,
        'sUrl':'weight.html'
    }]
},
{   'sTitle':'Smoking',
    'bIsWebPath':true,
    'sUrl':'smoking.html'
},
{   'sTitle':'Gastric Band',
    'bIsWebPath':true,
    'sUrl':'gastric.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Sessions',
    'bIsWebPath':true,
    'sUrl':'sessions.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Camels ?',
    'bIsWebPath':true,
    'sUrl':'camels.html'
}]
});
