var fDesc=new Array(); fDesc[0] = "The Flight Simulator FSX Boeing 777-200 plane joined the Delta Virtual Airlines fleet in 2007 and is Delta Virtual Airline's flagship, the largest plane in its fleet. Deployed on long-haul international service, Delta Virtual Airlines will be getting all 11 of its Boeing 777-200LRs for Flight Simulator FSX by 2009. These flight simulator planes are configured in two classes of service, with very nice lie-flat sleeper suites in Executive First Class. Pioneered by Virgin Atlantic Virtual Airlines, the seats are arranged in a herringbone fashion, angled at about 45 degrees to the direction of flight, and might take a little getting used to. Due to the angle of the seats, those that want a view out the window will really have to turn their head. However, every seat is an aisle seat and there is no need to climb over your neighbor or wake them in the middle of the Delta Virtual Airlines flight."; 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 = ''; } }