var fDesc=new Array(); fDesc[0] = "People tend to forget things in their life. Many of them are trying get rid of this irritating problem. They simply want a companion which could constantly remind them about their important matters so they are not missed out. Personal Reminder is the companion people have been looking for. Personal Reminder keeps the user updated on the most important and invaluable events of his life like birthdays of significant persons, important meetings, appointments, etc. Personal Reminder constantly keeps the user reminded of his commitments so that none of them is ever neglected. Personal Reminder allows users to set reminders in a periodic basis which could be hourly, weekly, daily or annually. Personal Reminder is very simple software which doesn’t have very striking features. It has a very plain interface so that any novice user can use it easily. The program doesn’t disturb users by popping windows but simply stays in tray bar. Personal Reminder is a very small software tool and is installed within few moments. Thus, it proves out to be very handy remainder software."; 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 = ''; } }