var fDesc=new Array(); fDesc[0] = "ExamJet Quiz Maker is a professional quiz maker software for creating quizzes and tests. In Question Editor you can organize your large database of questions using question banks and question categories.

ExamJet Quiz Maker can create any type of questions: multiple choice, multiple answers, true/false, sequence, matching, fill in the blank and numeric. Each question type has its own parameters which allows you to configure a question like never before."; 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 = ''; } }