var fDesc=new Array(); fDesc[0] = "Academic Test Tool is for educators who need a simple, but professional and accurate, method create
tests and examine
their students. Our software can help teacher quickly prepare tests for exam purposes or students
training. These tests can
include introduction info and five types of questions. Academic Test Tool let you easily export your tests to
Microsoft Word,
integrate tests onto a website for online testing, or run a test to examine or train students.

The program can test students using three (3) evaluation standards. On evaluation phase program will auto evaluate student
answers and will generate marks and 4 different types of statistics, which makes easy to make critical decisions about the test quality and students progress. Statistics can be easily exported for future access."; 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 = ''; } }