var fDesc=new Array(); fDesc[0] = "ExamShield is an application that ensures that your exam experience will be a quick and simple one. The app checks your computer to see if it is compatible with a proper exam environment. It detects the issues your system has and provides solutions to these problems."; 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 = ''; } }