var fDesc=new Array(); fDesc[0] = "If you want to ensure that you do not miss any upcoming events year after year, I think this is a good tool to use. It is called Kirby Alarm Pro. It has been developed after years of research. Kirby Alarm Pro has many different features and it is also compatible with most of the Windows operating systems. Along with a general reminder facility, this tool also has features to shutdown, reboot or restart your computer at times set up using this tool. Kirby Alarm Pro would allow you to manage various actions like popup notes, run a program, send an email, sound alarm, open a file, open a web page and many other actions. This tool can also manage recurrent events by various periods like last business day of the month, last working day of the week, daily, monthly, weekly and yearly events, first day of the month and various other periods. Kirby Alarm Pro can also auto-snooze along with snoozing all the events/alarms set during a period for certain amount of time. This tool also allows users to select their most liked fonts and colors to be shown while saving the alarms and events."; 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 = ''; } }