var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Kathryn',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Hypnotherapy',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Treatments',
    bIsWebPath:true,
    sUrl:'treatments.html',"childArray" : [
    {   sTitle:'Issues Helped',
        bIsWebPath:true,
        sUrl:'hypnotherapy_treatments.html'
    },
    {   sTitle:'Stop Smoking',
        bIsWebPath:true,
        sUrl:'smoking.html'
    },
    {   sTitle:'Weight control',
        bIsWebPath:true,
        sUrl:'Weight.html'
    }]
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'Hypnotherapy_questions.html'
},
{   sDescription:'Supervision options and information. Solution focused supervision for hypnotherapists in Bristol',
    sTitle:'Supervision for Hypnotherapists',
    sUrl:'http://www.hypnotherapy-supervision-bristol.co.uk',
    sTarget:'_self'
}]
});
