var fDesc=new Array(); fDesc[0] = "TICKE-TACK is a screensaver and wallpaper. It is a useful application that tells you the time. The application isn't a classic analog clock, it tells you the time by writing it on the screen. The program offers a large variety of themes from which to pick."; 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 = ''; } }