var fDesc=new Array(); fDesc[0] = "This program is a free spreadsheet template for Microsoft Excel automatically schedules appointments based on your contacts list and office hours. It keeps track of contact data, referrals, and the date, time, and length of appointments. It's optimized for physicians or health care providers in small, private practices, but lots of businesses can use it, too, and even customize it to their own needs."; 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 = ''; } }