var fDesc=new Array(); fDesc[0] = "In My Diary is a free, personal diary application to help you organize all your upcoming tasks and events, store your passwords, keep track of notes and manage your contacts. The diary supports one-time and recurring events with customizable colors, linked notes and early alert options. You can also configure the application to send you email reminders, using your own mail server or the provided SMTP service."; 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 = ''; } }