var fDesc=new Array(); fDesc[0] = "Fleet Swiss International Air Lines is a pack with planes for Microsoft Flight Simulator. Some aircraft are no longer part of the fleet but represent a historic moment, they are offered as a bonus. Each plane has a FMC (accessible from the simulator taskbar), GPWS (automatically activated) and a ground handling system (RCB), unique sounds and 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 = ''; } }