var fDesc=new Array(); fDesc[0] = "Perhaps the most under-utilized patch of screen real estate in Windows is the title bar that runs the length of almost every application and folder window that's open on your system. Putting that space to good use is the job of TitleBarClock Lite. TitleBarClock Lite adds the day, month, date and time with seconds on the right side of the title bar. TitleBarClock Lite also optionally shows your free physical RAM on the right side of each windows title bar. You can copy the date or time to Window's clipboard that can be pasted into other applications. The tool displays a simple but useful pop-up calendar and can speak the time each quarter hour in a male or female voice. Includes a desktop clock you can turn on to see the same information on your desktop when all windows are minimized. TitleBarClock Lite enables you to quickly shut down your computer by left double clicking on it's tray icon. TitleBarClock Lite is compatible when running Windows Vista and Windows 7
Aero Glass graphics mode but unlike other video modes and versions of
Windows the clock is displayed on the left side of the title bar."; 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 = ''; } }