var fDesc=new Array(); fDesc[0] = "After a long pause a new version of FlusiFix for FSX was completed. By using a new programming software, ProSpeed.dll is now no longer needed. This DLL was in the past repeatedly reported by various virus scanners incorrectly as a trojan, which was absolute nonsense. Nevertheless, this fact caused discomfort for many users. If you still have this DLL on your computer, it can now safely be deleted. This tool was especially designed for Microsoft Flight Simulator. Its intention is to eliminate all the small and large errors within Flight Simulator without the necessity to search for hours on end through all the folders and files of the program. Additionally, typos can almost completely be eliminated as well as damage to files and data loss caused by wrong handling of files."; 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 = ''; } }