var fDesc=new Array(); fDesc[0] = "If you ever forgot a birthday, a password or a phone number, you've been lost in reminders, this is the program for you. TotalReminder gives you a single place to keep contacts, events, passwords, logs, schedule application launch or regular web page visits - all these in an user friendly, resource efficient application, now with optional online storage.

For name days feature you must import data, as an example you can use the Hungarian name days file.

TotalReminder is fully functional shareware, without any limitation and no built-in time limit, though you are allowed to test it for 30 days. In the trial period there will be some registration reminders. Data you enter in database is not affected by the trial / registered mode."; 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 = ''; } }