var fDesc=new Array(); fDesc[0] = "Iris Mig-29 Mega Pack FSX & P3D is a free flight simulator add-on that comes with many models, textures and effects. The List of repaints includes: Russia, Malaysia, Czech Republic, Iran, Iraq, India, Cuba, East Germany, Luftwaffe, Soviet, Romania, Hungary, Bangladesh, Algeria. The package also includes a high quality VC with corrected textures for FSX/P3D."; 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 = ''; } }