var fDesc=new Array(); fDesc[0] = "Test Generator Lab Advanced is an offline test generator that helps you create customized tests. You can create single choice, multiple-choice, fill-in-the-blank, match the following, single text, drag and drop and descriptive questions - all on the same test. You can also add images to questions, scenario, choices and explanations by using the HTML editor."; 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 = ''; } }