var fDesc=new Array(); fDesc[0] = "iQuiz Maker works seamlessly so you can write, create, and package your very own quizzes. Download the free application today to begin putting the world to the test. For those of you who only want to load and play quizzes already made, use Quiz InstallerQuiz installer allows you to easily load quizzes onto your iPod. Quiz Installer is also included in iQuiz Maker."; 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 = ''; } }