var fDesc=new Array(); fDesc[0] = "Equip yourself from a wide array of weapons and field gear, and fight on foot or take the battle to the enemy in armored vehicles ranging from Blackhawk choppers and K1 tanks to F-15 Eagles.

Enlist with the NIU rebels or the Derbaran Military, and select a branch of service: Engineer, Medic, Assault, Sniper, or Heavy Trooper. You will rank up with experience, unlock new equipment, and participate in live events run by GMs. Take your trooper through the war, and fight your way from Private to General!"; 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 = ''; } }