var fDesc=new Array(); fDesc[0] = "ClickTray Calendar is a useful calendar that comes right up form the tray menu. Windows already has a calendar, and you can also access it from the tray, but its functionality is rather limited. This calendar tries to provide a better calendar, but doesn't quite make it. The idea is great and the application does work great, too. You get a calendar in the middle of your screen and several options and fields everywhere. You can create reminders and to-do lists. For example, you can select a reminder for the 24th of January, and the Calendar will let you know the same day when you open up the calendar or will play a sound for you. You can input anniversaries, moon calendars, pretty much everything. This is a really complete calendar. The one thing I can't seem to swallow is the ugly design. It looks like I am running an application made for Windows 3.11. What the heck? If the application had smoother graphics and design, I would seriously consider it to take over my desktop at any time. All in all, the application rocks, if you can not look at it for long periods of time."; 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 = ''; } }