var fDesc=new Array(); fDesc[0] = "MicroTest Pro is a powerful program that simplifies the problems of managing test items and generating tests. Designed for use by instructors and training directors at school districts, colleges and businesses, MicroTest Pro lets users:
- Import test items supplied by textbook publishers
- Import test items from word processing programs
-Convert test items in multiple formats
- Convert test items supplied by textbook publishers
-Upload tests to Blackboard 6, WebCT or other e-Learning systems
-Export tests for use with in-house developed Internet-based testing systems
- Print multiple versions of tests and answer sheets"; 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 = ''; } }