var fDesc=new Array(); fDesc[0] = "After a much needed break from life in the hair salon business, Sally and her friend Nell are teaming up to take the Spa world by storm. Visit 10 gorgeous Spa locations spread across the world, on a quest to melt away everyone's stresses by relaxing in your Spa.

Perform all kinds of Spa services from Facials, Manicures, Bath Bombs, Hot Stones Massages and more. With many personalities, you will see all types of characters from Wedding Brides to High Rollers. As you grow your Spa, earn money to shop for over 65 items including employees to help your Spa business grow!
Game Features
- 10 beautiful Spas across the world.
- Over 12 different customers types including couples!
- 9 Spa services like Facials, Mani / Pedi, Hot Stone Massages and more!
- Over 65 items to purchase.
- Sally teams up with Nell to sell Nell's Naturuals products."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }