var fDesc=new Array(); fDesc[0] = "ePEN Scoring System is a free software tool that checks your computer system configuration. In order to be eligible to score from a home or office location for an exam, you must have access to a computer that is in good working condition without the need for repairs. This software application will tel you exactly what programs are required"; 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 = ''; } }