var fDesc=new Array(); fDesc[0] = "GetWeather is a server program for Microsoft Flight Simulator. Supported are all FS versions from 2000 up to 2006 FS-X. The program communicates with the Flightsimulator using the build in "Real-World-Weather" function.
Get Weather is able to serve as many Flight simulators as you wish. It is the perfect tool to provide the same weather for all computers in a multiplayer environment. Download it once and all other clients just have to connect via the local network.
Main features:
- storing downloaded weather scenarios on hard disk for later reuse."; 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 = ''; } }