var fDesc=new Array(); fDesc[0] = "Soaring through deadly realistic 3D landscapes, pilots can engage in numerous action-packed single-play missions involving air-to-air, air-to-ground, search & destroy and escort missions. In addition, IL-2 allows 32 human opponents to join multiplayer missions online.
Witness and take part in massive air and ground battles between German and Russian airplanes and tanks. Experience realistic dynamic damage modeling and 3D world environment including terrain, sky, unique clouds and weather conditions, smoke, explosions, fire and other special effects."; 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 = ''; } }