var fDesc=new Array(); fDesc[0] = "Adit Testdesk revolutionizes the process of testing students and performing various questionnaires, quizzes and surveys. The comprehensive test suite allows you to design, implement, run, grade and assess the results of a test of any complexity. Plain-text customer satisfaction surveys, product questionnaires, language tests, university exams and sophisticated certification tests are all made easily possible with Adit Testdesk."; 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 = ''; } }