var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'SALON',
    bIsWebPath:true,
    sUrl:'salon.html',"childArray" : [
    {   sTitle:'Master Class Session',
        bIsWebPath:true,
        sUrl:'sal1.html'
    },
    {   sTitle:'Hair Services',
        bIsWebPath:true,
        sUrl:'sal2.html'
    },
    {   sTitle:'Colouring Services',
        bIsWebPath:true,
        sUrl:'sal3.html'
    },
    {   sTitle:'Make Up Services',
        bIsWebPath:true,
        sUrl:'sal4.html'
    }]
},
{   sTitle:'SPA',
    bIsWebPath:true,
    sUrl:'spa.html',"childArray" : [
    {   sTitle:'Facial Services',
        bIsWebPath:true,
        sUrl:'spa1.html'
    },
    {   sTitle:'Body Treatment',
        bIsWebPath:true,
        sUrl:'spa2.html'
    },
    {   sTitle:'Massage Services',
        bIsWebPath:true,
        sUrl:'spa4.html'
    },
    {   sTitle:'Treatment Rituals and Pampers',
        bIsWebPath:true,
        sUrl:'spa5.html'
    },
    {   sTitle:'Hand, Foot & Reflexology',
        bIsWebPath:true,
        sUrl:'spa6.html'
    },
    {   sTitle:'Waxing & Eye Treatments',
        bIsWebPath:true,
        sUrl:'spa7.html'
    }]
},
{   sTitle:'DREAM TEAM',
    bIsWebPath:true,
    sUrl:'dreamteam.html',"childArray" : [
    {   sTitle:'Founders',
        bIsWebPath:true,
        sUrl:'team1.html'
    },
    {   sTitle:'Salon',
        bIsWebPath:true,
        sUrl:'team2.html'
    },
    {   sTitle:'Spa',
        bIsWebPath:true,
        sUrl:'team3.html'
    },
    {   sTitle:'Front of House',
        bIsWebPath:true,
        sUrl:'team4.html'
    }]
},
{   sTitle:'GIFT VOUCHERS',
    bIsWebPath:true,
    sUrl:'page29.html'
},
{   sTitle:'PROMOTION\'S',
    bIsWebPath:true,
    sUrl:'promotions.html',"childArray" : [
    {   sTitle:'Specials',
        bIsWebPath:true,
        sUrl:'pr1.html'
    },
    {   sTitle:'Savannah Card',
        bIsWebPath:true,
        sUrl:'pr2.html',"childArray" : [
        {   sTitle:'Loyalty Rewards',
            bIsWebPath:true,
            sUrl:'page27.html'
        }]
    },
    {   sTitle:'Gift Vouchers',
        bIsWebPath:true,
        sUrl:'pr3.html'
    },
    {   sTitle:'Corporate',
        bIsWebPath:true,
        sUrl:'pr4.html'
    }]
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
