var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Anxietiy & Panic Attacks',
    'bIsWebPath':true,
    'sUrl':'panic.html'
},
{   'sTitle':'Confidence',
    'bIsWebPath':true,
    'sUrl':'conf.html'
},
{   'sTitle':'Depression',
    'bIsWebPath':true,
    'sUrl':'deprsn.html'
},
{   'sTitle':'Driving Test',
    'bIsWebPath':true,
    'sUrl':'drive.html'
},
{   'sTitle':'Eating Problems',
    'bIsWebPath':true,
    'sUrl':'eatprobs.html'
},
{   'sTitle':'Fear of Being Sick',
    'bIsWebPath':true,
    'sUrl':'sick.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Fears and Phobias',
    'bIsWebPath':true,
    'sUrl':'fears_phob.html'
},
{   'sTitle':'Golf - Lower Your Handicap',
    'bIsWebPath':true,
    'sUrl':'golfhelp.html'
},
{   'sTitle':'Passing Exams',
    'bIsWebPath':true,
    'sUrl':'exams.html'
},
{   'sTitle':'Sexual Problems',
    'bIsWebPath':true,
    'sUrl':'sexprobs.html'
},
{   'sTitle':'Sports Improvement',
    'bIsWebPath':true,
    'sUrl':'sport.html'
},
{   'sTitle':'Stopping Smoking',
    'bIsWebPath':true,
    'sUrl':'stpsmk.html'
},
{   'sTitle':'Weight Control',
    'bIsWebPath':true,
    'sUrl':'weight.html'
},
{   'sTitle':'Other Problems',
    'bIsWebPath':true,
    'sUrl':'othsyms.html'
},
{   'sTitle':'Analytical Therapy',
    'bIsWebPath':true,
    'sUrl':'anathrpy.html'
},
{   'sTitle':'Suggestion Therapy',
    'bIsWebPath':true,
    'sUrl':'suggthpy.html'
},
{   'sTitle':'Frequently Asked Questions',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
},
{   'sTitle':'Fees',
    'bIsWebPath':true,
    'sUrl':'fees.html'
}]
});
