var fDesc=new Array(); fDesc[0] = "XNote Stopwatch is a versatile and flexible multifunctional digital stopwatch/countdown timer/clock software to measure time intervals in decimal seconds, seconds, minutes, and hours. Suitable for timekeepers at sport competitions, time tracking of work, or even as a metronome. The key features are:

Digital display like handheld stopwatches and clocks. But unlike those XNote Stopwatch can be resized to achieve any dimensions of digits: from fullscreen on a LCD TV for public presentations like a 'stopclock', to tiny icon on your desktop as a reminder. Along with size, you can adjust colors, font, transparency, etc…

Stopwatch mode and countdown timer mode: When the timer gets to zero, it can sound a warning signal, play an audio file, run an application, and even command external devices!
Customization of displayed time: You can eliminate hours, minutes, and/or decimals, pad leading values with zeroes, customize decimals to represent 10, 100 or 1000 of second, 24, 25, 60 TV frames and so on. These changes are lossless and can be carried out at any moment.

Ability to capture the time of chronograph at any moment (split time feature). The interval from a previous recorded time and percentage weights are calculated (lap time feature). You may add a comment to each noted time. Finally, the whole list of results can be copied through the clipboard for further processing. It is even possible to record the time directly to MS Excel cell without awkward export/import operations!"; 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 = ''; } }