var fDesc=new Array(); fDesc[0] = "jalada Air Strike Afghanistan puts you directly behind the trigger, in the fighter pilot's seat. Terrorist forces start an uprising and inflict massive damage across whole the world. Efforts to defeat these terrorists through diplomatic and conventional means failed. In response, a elite air force unit has been assembled to take the fight to the enemy and free us from the terrorist forces. As a new member of the elite Eagle Squadron, you'll find yourself manning cutting-edge aircraft, training on the newest weapons, and carrying out dangerous top-secret missions against the ferocious enemies. Prove your fighter skill in dangerous dogfights and become a high skilled ace during saving the world."; 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 = ''; } }