var fDesc=new Array(); fDesc[0] = "PA38 TOMAHAWK II FSX/P3D is an aircraft model designed to work with the FSX and P3D flight simulators. It features:
- HD Textures
- Material shines and reflections.
- Volumetric side view prop effect.
- Dynamic propeller shines effect.
- High quality 3D model and textures.
- Blank texture for creating your own designs."; 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 = ''; } }