var fDesc=new Array(); fDesc[0] = "Magnifying Glass is simple utility which zooms region of screen under mouse cursor. Magnifying Glass useful for PC connected to TV-set or to the monitor with old phosphor. This utility differs from many others by set of unique features: various contrast modes, various position modes, transparency. Platforms: Windows 9x/2000/XP. Languages: English, Russian."; 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 = ''; } }