var fDesc=new Array(); fDesc[0] = "Typhoon H is an advanced aerial photography and videography platform, perfect for skilled pilots and photographers alike. With Typhoon H GUI you can monitor your device information, update its firmware, etc. Remove all the propellers before using the GUI. Switch off the ST16 Ground Station. Power on the TYPHOON H
and use the USB cable to connect the aircraft and computer. The interface will display the sensor information automatically, and you will see all the data on the screen."; 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 = ''; } }