var fDesc=new Array(); fDesc[0] = "With a user-friendly interface, CalendarReminder makes it easy to manage recurrent events, daily work tasks. Never forget your wife's birthday. Never be late for important meetings. A lot of useful tools and options are also available, such as sending Email, setting audible alarms, scheduling your computer to shutdown, running applications, playing media files, etc.

Main features:
-"Remind me in 30 minutes" in super easy way!
-Birthday reminder with automatic greeting Email sending!
-Audible reminder with MP3, MID, WAV, supported
-Calendar planner for daily, weekly, monthly and annual events
-One time reminder for appointments, meetings
-Hourly reminder for healthy computer use and work break
-Shutdown computer automatically at a time you choose
-Schedule a program with parameters
-Easy use countdown watch and stopwatch tool
-Quick access toolbar to show time, date, day"; 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 = ''; } }