var fDesc=new Array(); fDesc[0] = "Flash Demo Builder is easy to use and the best tool for creating tutorials, online presentations, interactive quizzes and product demonstrations. Add multimedia objects such as sounds, background music and videos. Create interactive quizzes with multiple choices, short answers, key-press, click area objects, etc. Publish as streaming flash animation ready for online delivery. Create executable files and auto-run CD/DVD with customizable splash screen, company logo and serial/time trial protection. Burn into DVD movie playable on TV with any DVD player. Make AVI movie importable into your favorite video editing tools such as Adobe Premiere. Export into a Microsoft Word document for printing."; 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 = ''; } }