var fDesc=new Array(); fDesc[0] = "FS9toFSx Migration Tool is designed to process the FS2004 folder. However, it is possible to also select FS2002 and even FS2000.
This tool analyses the aircraft.cfg, mdl and air files to find all resources required. For instance, it looks at a mdl file to extract a list of the textures used and verifies if they exist. It also searches for non standard Windows DLL's. Sometimes there is a lot of unused textures listed in the visual model file. The migration preset (in file -> options) de-activates the logging for this particular category."; 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 = ''; } }