var fDesc=new Array(); fDesc[0] = "ViewletQuiz is the most efficient way to create Flash-based surveys.

ViewletQuiz allows you to have full control over the look and feel of your assessments. Your audiences will not only participate, they will have fun doing it! Whether you want to ask quiz type questions, survey type questions or both, query your audience with a variety of question types.

Features:

-Learn more about your customers.
-Measure the knowledge of your products and/or services.
-Evaluate the impact and understanding of your web-based communications.
-Integrate quizzes/surveys with your ViewletBuilder content."; 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 = ''; } }