var fDesc=new Array(); fDesc[0] = "A funny and handy event-reminder. It has intuitive multilangual interface and gives You full control of the reminders time table and their display appearance. Widest range of reminders: display notifications, mp3, images, animated images ...
Features:
- Reminders with onscreen messages, display notifications with images, desktop stickers,
- Reminders as animated images (.gif)
- Reminders as icons (.ico) or animated icons (.ani) in tray
- Reminders as sound (.mp3 .avi .midi) with auto-repeat and full volume control
- Reminders as e-mail messages with attached files and any defined "from" address
- Reminders as launching others programs or files (.doc .txt ...)"; 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 = ''; } }