var fDesc=new Array(); fDesc[0] = "Pontes Keyboard is a program which allows you to test your reaction and typing speed. The program consists of two main sections: Reaction Speed Test, shortly RST, and Typing Speed Test, shortly TST. It is an useful tool to see where the letters and signs are situated, and it's also a good way to get accustomed with the characters pronouncing for Reaction Speed Test."; 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 = ''; } }