var fDesc=new Array(); fDesc[0] = "Counter-Strike: Source is a classic shooter where you can choose to be a terrorist or a policeman. In this game, like other CS series, every round is won either by completing objectives (blowing up bombs or rescue hostages) or by killing all members of the opposing team.

This special build from eXpandedCS comes with better graphics and higher system requirements. Game resources are located in huge VPK files. The score board looks much better then in the previous version V34."; 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 = ''; } }