var fDesc=new Array(); fDesc[0] = "The UAV Pilot Software was created to start your flight exploration with the Yuneec Flight Simulator. With the Simu-connector, users can experience real flights even when sitting in front of a computer. The flight simulator is compatible with all remote controllers supported by the Yuneec protocol, and provides users with a realistic flight experience in a safe, simulated environment."; 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 = ''; } }