var fDesc=new Array(); fDesc[0] = "This smart and elegant weather add-on for your Flight Simulator serves its purpose in the most efficient way.
Branded with elegance, simplicity, realism, flexibility and intuitiveness, this exclusive software is best suited for professional users dealing with entire weather synthesis and processing systems.
This perfect add-on for Flight Simulator serves in entire weather synthesis and processing systems and works smart and swift. The application incorporates multi-threading and intelligent data synchronization technology that provides a completely new weather server system and totally new client data access technology depicted in a graphical mapping system.
This application compatible with Windows XP, Vista or advanced platforms comes with embedded features like a new and more attractive design and technology, designed especially for FSX with the combination of new SimConnect API, supports easy to understand graphical Mapping and Wx Visualization System, supports XGauge FSX-internal ASX wx imagery and information display gauge, basic live data study used for hurricane simulation, supports an advanced custom weather configuration system, provides FSX-integrated vertical air, turbulence and dynamic wx changes study, the server system is enhanced with better coverage and performance, weather depiction logic, X Graphics support, provides route wx briefing with visual mapping, Voice weather reports, and so on."; 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 = ''; } }