var fDesc=new Array(); fDesc[0] = "Junkies Client is a free program that enables you to download and play "Counter Strike Global Offensive" and "Counter Strike Source". The program also allows you to update the games when there is a new patch release from Valve. You can play against people from all over the world, choose from a variety of powerful weapons and play the most interesting maps either as a counter or as a terrorist."; 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 = ''; } }