var fDesc=new Array(); fDesc[0] = "This is one of the best programs intended to test your monitor! It will allow to properly adjust the monitor before testing. Then you will be able to perform the following tests: colour, focus, geometry, power supply, streaking. CheckScreen has a separate tab for LCD testing, which contains the following additional tests: crosstalk, smearing, pixel check, tracking."; 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 = ''; } }