var fDesc=new Array(); fDesc[0] = "Frontline Tactics lets you command a modern, elite fighting unit over various missions; from defending and controlling a location or asset to all-out elimination and survival. Equip your soldiers with modern weapons, armor and equipment and give them the skills to succeed on the battlefield."; 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 = ''; } }