var fDesc=new Array(); fDesc[0] = "Manage
your anniversaries
Birthday
Plus informs you of relevant anniversaries on system startup. With Birthday
Plus you'll never forget aunt Jill's birthday or even your own wedding day.
You can also enter what gift you gave to whom and when.
...
and your appointments
Birthday Plus runs in the background and informs you of soon appointments.
You will never again be too late to a meeting or to your doctor.
...as
well as your addresses
You also can use Birthday Plus as an address management system. With
the comforting copy functionality you can enter whole families, without getting
your fingers bleed. You entered your addresses in Microsoft Outlook? Just import
your contacts directly to Birthday Plus and add anniversaries . It is also easy
to write emails from Birthday Plus. Just one mouseclick and you can send the
person celebrating a congratulating email."; 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 = ''; } }