var fDesc=new Array(); fDesc[0] = "FSX to Prepar3D Migration Tool allows you to install Flight Simulator X (FSX) addons to Prepar3D. Since there are very few differences between the two simulators, almost everything that functioned properly in FSX will function so in Prepar3D. Just install the tool, follow its manual and install addons like you would install them to FSX. Everything from freeware Pipers to the most complex addons will appear in Prepar3D."; 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 = ''; } }