var fDesc=new Array(); fDesc[0] = "Ultra Core Protector (UCP) is the client-server anti-cheat freeware for server protection from unscrupulous players. It supports Counter-Strike 1.6 and Counter-Strike Source. For instance, it provides users with the following abilities: 1. Protection from change and substitution game files; 2. Ban system based on the PC’s unique identifier; 3. Ability to take screenshots from players; and many more."; 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 = ''; } }