var fDesc=new Array(); fDesc[0] = "Gmax Mirage F1 Package FSX SP1 SP2 Acceleration is a free mod for Flight Simulator X. It contains a very nice and powerful aircraft , with a very complex and interesting virtual cockpit for day and night combat. You will enjoy this mod because makes the simulation of fighting airplanes as realistic as possible"; 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 = ''; } }