var fDesc=new Array(); fDesc[0] = "It adds an icon to the system tray that informs you of how long the system has been running, broken down into days, hours, and minutes. This utility can be very useful to system administrators who must know how long their machine has been running.

KEY FEATURES in Cool Timer XP
* Track how long your computer system has been running.
* Auto Load at windows start-up.

SYSTEM REQUIREMENTS
Windows 95, 98, ME, NT, 2000 and XP.

This award winning software has a very simple, nice and intuitive interface. It reaches its purpose and keeps the user informed about the system running time."; 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 = ''; } }