var fDesc=new Array(); fDesc[0] = "SmartSchedule is appointment scheduling software that sends SMS reminders to your customers automatically. Simply add your appointments to the calendar and SMS reminders will be sent automatically in the background. You can also recall you patients or customers after a specified time period automatically (eg. 6 months or 1 year later).

You can add multiple resources to your appointment scheduler and view all their appointments on one screen."; 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 = ''; } }