var fDesc=new Array(); fDesc[0] = "Easy-to-use calendar/scheduler with automatic phone reminders. Use it for birthday reminders, medication reminders, appointment reminders, etc. Appointment reminder messages automatically include person, date and time, and callback number. Message customizable in Professional version, suitable for business use, such as patient appointment calls, group emergency notifications, political campaign promotions, etc. Standard message recorded by professional radio announcer. Message can include additonal audio file or text, which automatically converted to speech using advanced text-to-speech technology. Understand voice command over the phone for message replay. Very easy to use. For appointment reminders, set the contact name, phone number, appointment date and time, and the time to call in the calendar. System makes the call automatically at the specified time. Call status automatically appears in calendar."; 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 = ''; } }