var fDesc=new Array(); fDesc[0] = "It is now easy to create Macromedia Flash Quizzes from within PowerPoint. With PowerQuizPoint Quiz Creator you can insert interactive Quiz slides directly into your PowerPoint presentations and Publish them to Macromedia Flash format. All you have to do is just fill in the information (question text, choices, correct/incorrect response text), then click insert question and a fully functional PowerPoint Quiz Question will be inserted into your existing PowerPoint presentation which can be published in Flash format."; 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 = ''; } }