var fDesc=new Array(); fDesc[0] = "A set of integrated desktop utilities for MS Windows whichcomplement many of the desktop features built into Windows 95/NT. GTI Desktop+ includes a Screen Saver radomizer, a Sound randomizer, a MS Themes randomizer, a Wallpaper randomizer and extends Windows wallpaperfreatures to include support for jpeg files & auto tiling of images. In addition to all of this it also lets you turn ANY Windows 95/NT compliant screen saver into an animated wallpaper."; 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 = ''; } }