var fDesc=new Array(); fDesc[0] = "Aerosoft - Airbus A320/A321 is a scenery pack for the FSX and P3D simulators. The scenery pack includes a 100% working copy of FS2Crew RAAS, a highly advanced semi-automated audio checklist, a co-pilot that assist you and a very complex audio environment. The user will enjoy a simulation of the Airbus A320 and A321 focused on the day to day operation of the aircraft from the left seat."; 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 = ''; } }