var fDesc=new Array(); fDesc[0] = "FSrealWX Pro is a weather add-on for FS2002, FS2004, FSX, P3D and Xplane. It decodes METAR and upper wind data (additional weather information such as types of clouds is in preparation) and sends it to the flight simulator. It also provides support for more than 16000 weather stations from all over the world."; 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 = ''; } }