var fDesc=new Array(); fDesc[0] = "The Magnifier software supports from 1.0 through 40 times magnification (in 1/10th increments). It can operate as a Full Screen magnifier or Area magnifier and can be controlled from the keyboard or mouse. It also includes numerous other features that make it a powerful and useful utility! This is truly the first affordable, full screen computer magnifier that everyone has been waiting for!"; 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 = ''; } }