var fDesc=new Array(); fDesc[0] = "A powerful program that let's You test knowledge of pupils/people regarding any area of human interest: computers, biology, geography, music. Program is fully customisable (including user interface in any language), easy to install and maintain. Each question can have it's own picture and up to 8 possible answers to choose from. Two types of questions are available: Choose one answer or Choose all that apply. Four utilities are included in package: $Maker, powerful utility for making tests in any language,$Translator, user interface translator, $Log, logging and statistics utility and $Info. During test, all other Windows applications are disabled. Complete graphical report, which can be printed, is automatically created after test. Detailed help is included, along with install/uninstall option."; 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 = ''; } }