var fDesc=new Array(); fDesc[0] = "Standardized Test System is a specialized system for standardized test. It provides many functions as follows: create test paper, create test pool, grade test, prevent test cheat, analyse achievement, be set as a test mode or a exercise mode, export test paper to MS-Word and paper analysis to MS-Excel, support different classes to differently tests at the same time. The test questions are allowed to include true-false question and multiple-choice question. This test software can be run in LAN (Local Area Network) and single PC. It is widely used in schools and train organizations."; 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 = ''; } }