var fDesc=new Array(); fDesc[0] = "The Star and the Crescent is the definitive treatment of the past half-century of war at the brigade-level and below. It has all of the features which Armored Task Force and The Falklands War fans have grown to love. But it also adds a ton of new features, including airborne and air defense radars, discreet buildings and other structures, and direct fire bursting munitions."; 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 = ''; } }