var fDesc=new Array(); fDesc[0] = "Reminder Xpert is a personal reminder program for home and office use. You can add one-time or recurring tasks and events quickly and easily using a simple wizard. You will receive daily notifications when there are current events that you should know about or tasks that are due, and see them listed in a reminder window. You may create independent alarms when you need to be reminded at a certain time."; 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 = ''; } }