var fDesc=new Array(); fDesc[0] = "SimpleSpa allows you to quickly schedule and track appointments,client management, complete inventory management,service management,employee management, and much more.
SimpleSpa is ideal for any Salon/Spa/Medical Company providing an easy multiple appointment/employee booking system, a powerfull Payroll System and extesive Statistics to view, and track the status of your company at any time. If you haven't purchased an application for your company or have been displeased with what other companies offer, try SimpleSpa and get the management your company deserves."; 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 = ''; } }