var fDesc=new Array(); fDesc[0] = "The BlackBox flightlogger (formally the GPS60 flightlogger) is a complete flightlogger which is as accurate as a black box. It logs your flight and when you tell it to, it displays your flight in full 3D in Google Earth, can make an animation of your flight, and is compatible with MS Flight Simulator (FSUIPC) and X-Plane (XPUIPC)."; 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 = ''; } }