var fDesc=new Array(); fDesc[0] = "A Multiple Choice Test Generator - This program allows the user to create 42 Question banks with user defined chapter buttons. In addition you can generate a test that incorporates all 42 question banks. There is an unlimited number of questions you can add to this test (up to 2 Gigs). Comes with a check-as-you-type spell checker. You can also pick and choose any question and, with a click of the mouse, add a question to any of the additional 42 test banks. This allows you to make specific custom tests in just a few minutes."; 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 = ''; } }