var fDesc=new Array(); fDesc[0] = "Reminder Commander will help you create a system of reminders for important events such as birthdays, anniversaries, appointments, important phone calls and much more. Reminder Commander has been designed on the basis of user opinions and suggestions. This is the reason for the program's intuitive interface, which is extremely easy and comfortable to use. You will no longer feel pressured about remembering everything as the computer will do it for you."; 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 = ''; } }