var fDesc=new Array(); fDesc[0] = "ABC Birthday Reminder it’s a comprehensive toolkit that keeps detailed information about birthdays and other remarkable events. You can enter recurring events, gift descriptions, gift cost calculations, notifications and store all this information in a searchable database. Not only does the program contain your own information, but also features a holiday database supporting the MS Outlook HOL format. ABC Birthday Reminder starts silently when the OS loads and stays in the system tray, so you can easily access it at any time with a single click. The software offers a variety of calendar views and comes preloaded with dozens of skins and color schemes."; 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 = ''; } }