var fDesc=new Array(); fDesc[0] = "TryMyUIRecorder is a simple and free application that allows you to test your website usability. Clicking the Start Test button will open the test website in a new window and download a file to your device which contains the tasks and instructions for this 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 = ''; } }