var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'What is hypnosis',
    bIsWebPath:true,
    sUrl:'whatishypnosis.htm',"childArray" : [
    {   sTitle:'Analytical Hypnotherapy',
        bIsWebPath:true,
        sUrl:'analyticalhypnotherapy.htm'
    }]
},
{   sTitle:'Treatments',
    bIsWebPath:true,
    sUrl:'treatments.htm',"childArray" : [
    {   sTitle:'Anxiety & Panic',
        bIsWebPath:true,
        sUrl:'anxiety.htm'
    },
    {   sTitle:'Confidence',
        bIsWebPath:true,
        sUrl:'confidence.htm'
    },
    {   sTitle:'Irritable Bowel Syndrome (IBS)',
        bIsWebPath:true,
        sUrl:'ibs.htm'
    },
    {   sTitle:'Phobias',
        bIsWebPath:true,
        sUrl:'phobias.htm'
    },
    {   sTitle:'Psoriasis',
        bIsWebPath:true,
        sUrl:'psoriasis.htm',"childArray" : [
        {   sTitle:'Psoriasis Histories',
            bIsWebPath:true,
            sUrl:'psoriasishistories.htm'
        }]
    },
    {   sTitle:'Stop Smoking',
        bIsWebPath:true,
        sUrl:'stopsmoking.htm'
    },
    {   sTitle:'Stress Management',
        bIsWebPath:true,
        sUrl:'stressmanagement.htm'
    },
    {   sTitle:'Weight Control',
        bIsWebPath:true,
        sUrl:'weightcontrol.htm'
    }]
},
{   sTitle:'Courses',
    bIsWebPath:true,
    sUrl:'courses.htm',"childArray" : [
    {   sTitle:'Introduction Course',
        bIsWebPath:true,
        sUrl:'introduction_course.htm'
    },
    {   sTitle:'Practitioner Training',
        bIsWebPath:true,
        sUrl:'practitioner_training.htm'
    },
    {   sTitle:'Marketing',
        bIsWebPath:true,
        sUrl:'marketing.htm'
    },
    {   sTitle:'Rates & Dates',
        bIsWebPath:true,
        sUrl:'ratesanddates.htm'
    }]
},
{   sTitle:'Further Information',
    bIsWebPath:true,
    sUrl:'information.htm',"childArray" : [
    {   sTitle:'Media Stories',
        bIsWebPath:true,
        sUrl:'media_stories.htm'
    },
    {   sTitle:'Recommended Hypnotherapists',
        bIsWebPath:true,
        sUrl:'recommendedhypnotherapists.htm'
    },
    {   sTitle:'Training Video',
        bIsWebPath:true,
        sUrl:'trainingvideo.htm'
    }]
},
{   sTitle:'Rates & Qualifications',
    bIsWebPath:true,
    sUrl:'rates.htm'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.htm'
},
{   sTitle:'Forum',
    bIsExternal:true,
    sUrl:'http://www.sich.co.uk/forum/index.php'
}]
});