var fDesc=new Array(); fDesc[0] = "SpecForce is a strike force unit created to deal with global hazards and crisis situations that endanger the Federation's stability. Armed with the most up to date combat equipment designed with the special forces in mind, the SpecForce field agents are an elite of the Federation's rapid reaction forces.

As part of their basic equipment, each agent is fitted with a SPA4 Power Armor and a set of weapons and equipment, depending on the current mission."; 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 = ''; } }