var fDesc=new Array(); fDesc[0] = "WinCalendarTime is a freeware clock application that replaces the standard Windows clock on your screen with an enhanced clock, which displays a calendar when clicked. You can customize the calendar so that together with time the current date will be displayed. WinCalendarTime allows you to choose date and time format. The program offers three modes for the date format (short, abbreviated and full) and two modes for the time format (hour and minutes and hour, minutes and seconds) and both formats contain “do not show” option in case you do not want to see any indication of time or date. But you should take into account that you cannot apply this option to the time and date formats at the same time. In addition, the program enables you to select a language and also customize shortcut keys which help to open the calendar more quickly but if you do not want this option work you can just disable it. As far as design is concerned, we can say that WinCalendarTime has a very easy-to-use interface."; 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 = ''; } }