var fDesc=new Array(); fDesc[0] = "CEVO Paladin is a free anti-cheat program that protects your game matches. The program protects you from those who are using cheats on their characters in order to gain advantages over their opponents and it allows you to compete with players from all over the world on the same basic skills."; 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 = ''; } }