var fDesc=new Array(); fDesc[0] = "QuizMaker Pro 2010 is a full-featured application which generates, administers, scores, and archives tests or quizzes with up to 10 different types of questions within a single test. The program can be used to print multiple versions of a single test with answer keys for each version. QMPro will administer your tests and provide detailed score analysis by individual, class, or test. In the new version, tests can be placed online for downloading and taking by students."; 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 = ''; } }