var fDesc=new Array(); fDesc[0] = "WinPilot 3D is flight analysis and planning software, that lets you zoom in from satellite altitude into any place on Earth, leveraging Landsat satellite imagery and Shuttle Radar Topography Mission elevation data. WinPilot 3D lets you experience Earth terrain in visually rich 3D, just as if you were really there. WinPilot 3D also shows airspace in 3D, and contains world-wide database of airports and runways. It allows preparing a task, transferring it to a Pocket PC, and then analyzing the resulting flight log after the task in finished."; 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 = ''; } }