var fDesc=new Array(); fDesc[0] = "Salon Calendar is a software tool designed specially for hair salons, beauty, manicure or aesthetic shops, tanning salons, fitness studios, wedding salons, fashion shops and ateliers, beauty centers, plastic and cosmetic surgery clinics, manicurists, aestheticians, make-up designers and any other specialists in the sphere of fitness, health and beauty care. This modern and extremely handy program makes schedule management a real pleasure. It allows any specialist to create a profile to run a personal schedule."; 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 = ''; } }