var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Therapies',
    bIsWebPath:true,
    sUrl:'therapies.html',"childArray" : [
    {   sTitle:'Introduction',
        bIsWebPath:true,
        sUrl:'introduction.html'
    },
    {   sTitle:'Therapeutic Massage',
        bIsWebPath:true,
        sUrl:'therapeutic.html'
    },
    {   sTitle:'Aromatherapy Massage',
        bIsWebPath:true,
        sUrl:'aromatherapy.html'
    },
    {   sTitle:'Indian Head Massage',
        bIsWebPath:true,
        sUrl:'indianhead.html'
    },
    {   sTitle:'Ayurvedic Facials',
        bIsWebPath:true,
        sUrl:'ayurvedic.html'
    },
    {   sTitle:'Reiki',
        bIsWebPath:true,
        sUrl:'reiki.html'
    },
    {   sTitle:'Paraffin Wax Treatment',
        bIsWebPath:true,
        sUrl:'Paraffin Wax Therapies.html'
    },
    {   sTitle:'Pamper Package',
        bIsWebPath:true,
        sUrl:'pamper.html'
    }]
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Book a treatment',
    bIsWebPath:true,
    sUrl:'book.html'
}]
});
