var fDesc=new Array(); fDesc[0] = "Prepare to drop into an ever-changing theatre of conflict, where you are in control of your gameplay- from your fully customizable character, to your lethal arsenal of weapons to the scenarios you want to experience. Experience fierce battles online with up to 15 of your friends (and enemies) in dense jungles, frozen tundras, industrial wastelands, and more!

CombatT Arms is a live, constantly evolving game. Every month will bring new weapons and gear, new game modes, and new maps. Grab your gear and get ready for battle..."; 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 = ''; } }