var fDesc=new Array(); fDesc[0] = "Aerosoft - Airbus A318/A319 is a scenery pack for the FSX and P3D simulators. The Aerosoft A318/A319 contains all the systems that are used in day to day flights. It features a Late model cockpit with LCD and updated ADIRS, sublime modeling/texturing based on the latest technologies, various non-standard animations, all with sound effects such as sun screens, windows, tables, tiller, jump seat, standby compass and musch more."; 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 = ''; } }