var fDesc=new Array(); fDesc[0] = "Premier and Platinum Collection includes aircrafts designed for a particular version of Microsoft Flight Simulator: FSX, FS2004, FS2, FS2000, CFS2, FS98 or CFS1. Each aircraft is specifically identifed as to which version with which it can be used.

When you run the installation, the installation program (Installshield) asks you to choose the Destination Directory. If you do not choose the proper folder (where your version of FS or CFS is located), then the aircraft will not be usable. Therefore during installation, please be sure to choose your main FS folder or your main CFS folder as the destination directory."; 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 = ''; } }