var fDesc=new Array(); fDesc[0] = "TrayDay lets you see the date at a glance, and has a handy pop-up calendar with week numbers. It's not a diary, it doesn't store appointments: but so often all you need is a simple calendar - and a quick answer to the everyday question: "What's today's date?". Here are 2 of the 4 icons that can be used to display today's date in the taskbar tray.





With handy pop-up calendar!
Calendar can stay "on top" if you like
Choose Sunday or Monday as first day of week
Display week numbers on the calendar - to your own, or ISO Standard
Month and day letters appear in your own language
Can use mouse wheel to scroll months/years
Quickly type or paste any date in the format of your choice
Julian Day number features
Quickly work out number of days between two dates
Swatch Internet Time feature
User formats can include calendar week and day numbers
(for example 2009-W23-3 for today)"; 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 = ''; } }