var fDesc=new Array(); fDesc[0] = "Enhance your taskbar clock to show the date and a second time zone. You may display seconds smaller and the date in a different color, for example. Everything is configurable, the display of the date and time, font, size, colors, alignment, and shadow effect.

12-ShowTime displays the time and date either in the tray or in a free movable window, which can be set to stay in the title bar of the active window. It displays the phase of moon and age of moon. A configurable tray icon can display a part of the date or time.

It wouldn't be a real clock if it didn't have an alarm that can be set daily or at a certain date. You may choose as alarm melody any .wav or .mid file. The comfortable snooze function reminds you repeatedly until it is answered. With a configurable list of 12 world times in a separate, movable window, chimes every quarter, hour signal, chronograph, and quickly accessible countdown the program is powerful and a pleasure to use."; 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 = ''; } }