var fDesc=new Array(); fDesc[0] = "SecureAssess Central - SecureClient OCR is a free program that provides a secure access to the Surpass test area. You can enter the eight digit codekey and access your account in order to take the test or download it and resolve it at a later time. You can also view video tutorials on how to configure your account."; 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 = ''; } }