var fDesc=new Array(); fDesc[0] = "Vista Clock is a small clock that stays in the systray and on your desktop. It also offers other exciting features. Vista Clock is a FREE Desktop Analog/Digital clock with Chimes, Current date, Countdown, Timer, Uptime, Stopwatch, World Clock, Atomic Clock and Skins. Vista Clock appears as a black clock, with blue hands and red second hand. You can move the clock by dragging the mouse. A right-click displays its options. It also can serve as a countdown and stopwatch. It allows to set your timezone and it will appear above other applications if you wish."; 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 = ''; } }