var fDesc=new Array(); fDesc[0] = "CEVO's Cheat Detection is an application designed for all PC based games supported by CEVO. To ensure legitimate competition, CEVO LLC programmers developed the CEVO Match Network (CMN), a cheat-detection software program that runs in the background while you play your matches. The CMN is the first ever program of its kind with proven success as independently tested by several eSports media organizations. It is coded, updated and maintained by professional programmers with over 20 years experience in the corporate world. You know that means business."; 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 = ''; } }