var fDesc=new Array(); fDesc[0] = "Whether you need to count up or down to an event, Time Manager is up to the task -- and more. This handy 32-bit utility lets you choose from a host of options and offers a plethora of features! If you select the timer function, six things can happen when the display reaches 00:00:00:. Time Manager can play a sound, pop up a customizable dialog box, launch a program, shut down your PC, restart your computer, or even launch a dial-up networking connection! The timer can also be set to automatically repeat. Plus, the properties of the time display (background color and text size/font/color) can be easily adjusted. A program no serious computer user should be without."; 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 = ''; } }