var fDesc=new Array(); fDesc[0] = "ContactKeeper is a free personal information manager with an integrated birthday reminder, who keeps you informed about upcoming birthdays.

ContactKeeper is consciously very flexible and simple, there are only a few fields, in the course of which an unlimited quantity of numbers and e-mail addresses can be stored for each person, extra information can be put in the note field.

Meanwhile ContactKeeper 1.5.0 is already available!

The most important functions of ContactKeeper are the birthday calendar, quick and easy navigation, an extensive search function, export to (x)html or to a text file and of course the birthday reminder.

ContactKeeper is already translated into 44 languages!"; 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 = ''; } }