var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Treatments',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Spa packages',
        bIsWebPath:true,
        sUrl:'spa packages.html',
        sTarget:'_self'
    },
    {   sTitle:'Special offers',
        bIsWebPath:true,
        sUrl:'offers.html',
        sTarget:'_self'
    },
    {   sTitle:'For the face',
        bIsWebPath:true,
        sUrl:'face.html',
        sTarget:'_self'
    },
    {   sTitle:'For body and mind',
        bIsWebPath:true,
        sUrl:'body mind.html',
        sTarget:'_self'
    },
    {   sTitle:'For hands and feet',
        bIsWebPath:true,
        sUrl:'hands feet.html',
        sTarget:'_self'
    },
    {   sTitle:'Make-up, eyes and waxing ',
        bIsWebPath:true,
        sUrl:'makeup eyes wax.html'
    },
    {   sTitle:'Spray tanning',
        bIsWebPath:true,
        sUrl:'tanning.html'
    },
    {   sTitle:'Just men',
        bIsWebPath:true,
        sUrl:'men.html',
        sTarget:'_self'
    },
    {   sTitle:'Sunlight therapy',
        bIsWebPath:true,
        sUrl:'sunlight.html',
        sTarget:'_self'
    },
    {   sTitle:'Specialist treatments',
        bIsWebPath:true,
        sUrl:'specialist treatments.html'
    }]
},
{   sTitle:'Just for men',
    bIsWebPath:true,
    sUrl:'men.html',
    sTarget:'_self'
},
{   sTitle:'Sunlight therapy',
    bIsWebPath:true,
    sUrl:'sunlight.html',
    sTarget:'_self'
},
{   sTitle:'Vouchers',
    bIsWebPath:true,
    sUrl:'gift vouchers.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'Meet the team',
    bIsWebPath:true,
    sUrl:'team.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});
