var fDesc=new Array(); fDesc[0] = "xEnviro is an add-on for X-Plane 10/X-Plane 11 flight simulators that replaces the default X-Plane environment, making it more realistic. It features real-time meteorological data with a smooth refresh interval from 5 up to 60 minutes; realistic sky coloring based on phenomenal Perez sky model; visual effects for different types of precipitation and phenomena; volumetric cloud entrance, in-cloud and exit visual effects; volumetric lights effect for a selected set of aircrafts, and more."; 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 = ''; } }