var fDesc=new Array(); fDesc[0] = "Wondershare QuizCreator is the powerful quiz maker software that enables trainers and educators to create Flash-based quizzes and surveys with multimedia objects. With this quiz software, you can quickly create your assessment contents and publish them online. What's more, you can track the quiz results and get insightful reports with Wondershare Quiz Management System (QMS) that works perfectly seamlessly with both 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 = ''; } }