var fDesc=new Array(); fDesc[0] = "Birthday reminder is freeware. This means, you may use and distribute it for free and don't have to pay for it.
RD birthday reminder runs at windows startup and shows you the next events in an own defined time span. The occasions are marked by different colors so that you can see what is long away and what occurs in the next days. You can import & export data from various programs, including Microsoft Outlook!"; 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 = ''; } }