var fDesc=new Array(); fDesc[0] = "Developer's description:

With the Test Creator, you can effortlessly build tests that include multiple choice, true/false, short answer, and essay questions and the tests can either be printed out in paper format or fully automated and administered using the Test Taker application.

New review:

With the Test Creator, you can effortlessly build tests that include multiple choice, true/false, short answer, and essay questions and the tests can either be printed out in paper format or fully automated and administered using the Test Taker application. Your students can use the Test Taker application and log into the class using the user name and password that you set up for them.

Final note:

Test Creator is a powerful and reliable program that helps you create tests for your students."; 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 = ''; } }