var fDesc=new Array(); fDesc[0] = "Timer Stopwatch CL let you count up or down, with or without alarms, in a loop or not, and in various display colors and sizes. Works with Windows 7, Vista, XP, NT, 2000, ME & 98 PC's. Timer Stopwatch CL is simple and intuitive to use. After you downloaded it, you can install it on as many of your computers as you want."; 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 = ''; } }