var fDesc=new Array(); fDesc[0] = "Complete Emirates Fleet is a flight simulator add-on that includes all the planes corresponding to the Emirates fleet. Each plane has its own personal sound depending on the type of engine - General Electric, Rolls-Royce Trent or CFM International. All models are equipped with a system of announcement in the cabin (except the 747-8F Cargo), GPWS, a 3D virtual cockpit, and a 2D panel."; 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 = ''; } }