var fDesc=new Array(); fDesc[0] = "Euro Link Boeing 757 Package consists of a set of jetliners used in flight simulations for FS2004: Euro Link VA NC and OC (including winglet model), Aer Lingus, Air Holland, Aruba, Britannia, British Airways (Union, Wings, Blue Peter) including winglet models, Condor, DHL, Excel Airways, First Choice, Iberia (including winglet model), Icelandair, LTU, Monarch, My Travel, Thomas Cook and XL Airways. All aircraft are equipped with professional sounds and a professional panel. The package also integrates the up to date ServInfo gauge into all aircraft for use with VATSIM. The usual push-back gauge is also included along with the crew announcements. Another feature to this package is the V speed readouts."; 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 = ''; } }