var fDesc=new Array(); fDesc[0] = "Countdown! is a fun and useful software that allows users to specify up to 100 events in the past or into future and calculates the number of years, months, days, hours, minutes, and seconds from the event or to the event. Countdown! refreshes each second so you can get a great look at elapsed time. This software has a user friendly interface, and it's pretty funny, but a little bit out-dated.

It's easy to use, you only have to install the program and introduce the events you want to remember in its built-in calendar and clock.

You can copy to the clipboard (which you can paste into any email, messenger or word processing program), there’s a "stay on top" feature to keep Countdown! at the front of your desktop, and a "cycle through" feature to rotate between the events. This software is also great for birthdays countdown, vacations, Christmas, Retirement Countdown, and even the number of seconds you’ve been alive.

Countdown! is very suitable for upcoming events that are worth waiting for."; 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 = ''; } }