var fDesc=new Array(); fDesc[0] = "Desktop Zoomer is a screen magnifier that enlarges the screen content of your computer. Using Desktop Zoomer is easy since you have only one place for all your settings (options panel). You can define the quality and the refresh rate of your lens. Supports a variety of visual effects like : grayscale, negative, flip and more. You can also take screenshots of the magnifying glass. Multiple customized profiles and hotkeys are supported."; 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 = ''; } }