var fDesc=new Array(); fDesc[0] = "The Magnifying Glass Pro utility is a virtual magnifier (virtual lens, screen-zoomer) that enables you to enlarge (magnify) text and graphics as they are displayed on your computer monitor or attached television screen, or projected onto a larger media during a presentation (e.g., using an application such as PowerPoint). As you pass your mouse cursor over a section of the viewing area, the display is magnified making it instantly more readable and accessible. In addition, you can apply a variety of visual effects and enhancements to that display."; 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 = ''; } }