var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Reflexology',
    bIsWebPath:true,
    sUrl:'BenefitsofReflexology.html',"childArray" : [
    {   sTitle:'Reflexology Information',
        bIsWebPath:true,
        sUrl:'reflexologyinformation.html'
    },
    {   sTitle:'Reflexology treatment',
        bIsWebPath:true,
        sUrl:'treatment.html'
    },
    {   sTitle:'Reflexology Voucher',
        bIsWebPath:true,
        sUrl:'voucher.html'
    },
    {   sTitle:'Reflexology in Shepley',
        bIsWebPath:true,
        sUrl:'Reflexologyinshepley.html'
    },
    {   sTitle:'Reflexology in Leeds',
        bIsWebPath:true,
        sUrl:'reflexologyinleeds.html'
    },
    {   sTitle:'Testimonals',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Reflexology Gift Vouchers',
        bIsWebPath:true,
        sUrl:'giftvoucher.html'
    },
    {   sTitle:'Reflexology Guarantee',
        bIsWebPath:true,
        sUrl:'reflexologyguarentee.html'
    }]
},
{   sTitle:'Stress',
    bIsWebPath:true,
    sUrl:'page20.html',"childArray" : [
    {   sTitle:'Stress solutions',
        bIsWebPath:true,
        sUrl:'page21.html'
    }]
},
{   sTitle:'Business Services',
    bIsWebPath:true,
    sUrl:'BusinessServices.html',"childArray" : [
    {   sTitle:'Reducing absenteeism',
        bIsWebPath:true,
        sUrl:'Reducingabsenteeism.html'
    },
    {   sTitle:'Talks and workshops',
        bIsWebPath:true,
        sUrl:'talksandworkshops.html'
    }]
},
{   sTitle:'Aloe Vera',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Drinks',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Every day pruducts',
        bIsWebPath:true,
        sUrl:'page13.html'
    },
    {   sTitle:'Other Aloe vera products',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactpage.html'
}]
});
