var fDesc=new Array(); fDesc[0] = "WebQuiz XP is the new easy software product which allows you to create interactive HTML questionnaires, assessments, quizzes and tests that you can immediately answer on-screen or publish to the Internet. By using an easy wizard, you can enter the questions, define the options and then set the final evaluation. WebQuiz XP supports four question types (multiple choice, multiple answer, true / false, fill-in-the-blank, essay) and you can choose several ready-to-use professional templates. Pictures and mathematical formulas can be linked to questions: while publishing the quiz, formulas and equations are automatically converted into images and included in web pages. Moreover you can set the score which will be given if users answer correctly, wrongly or if they do not answer. With just a mouse click your quizzes are then uploaded to the Internet and ready to be used. Answers and results are stored into a database and/or sent by e-mail. A real-time Web Administration Interface monitors the progress of your tests."; 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 = ''; } }