var fDesc=new Array(); fDesc[0] = "Multiple Choice Exam Maker is a program for making tests, surveys, and examinations. This program has its own format (MCQUIZ) for saving the tests; you can thus easily open and modify your exam paper. You can customize the fonts, insert songs/videos/photos, shuffle questions, etc. Output can be saved as HTML, MHT, or EXE files."; 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 = ''; } }