var fDesc=new Array(); fDesc[0] = "After very many downloads, some awards and a lot of useful feedback, we have decided to add on to the existing WhazzUp - on one hand the proven tool for online pilots and controlers, on the other a useful program by itself or as an addition to Project Magenta flight management system software. We will continue to provide the freeware WhazzUp and it will evolve, it simply will not have all features enabled. We have provided more than 3 years of evolution and product support for free, and will continue to do so."; 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 = ''; } }