var fDesc=new Array(); fDesc[0] = "IRIS F-35B Scimitar FA.2 FS2004 is an add-on designed for the FS2004 simulator that brings you 6 models and 11 textures of the IRIS F-35B Scimitar aircraft. It includes modern virtual cockpit and 2D panel, custom sounds, effective burner effect, and multiple animations."; 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 = ''; } }