var fDesc=new Array(); fDesc[0] = "Wondershare QuizCreator is a powerful quiz maker that lets trainers and educators create professional Flash-based quizzes and surveys with multimedia. Quickly design your assessment and publish online, then track the quiz results and receive insightful reports via Wondershare QuizCreator Online working seamlessly with QuizCreator."; 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 = ''; } }