var fDesc=new Array(); fDesc[0] = "Adacalc is an accurate aeronautical calculator for Windows users. The program can perform high precision calculation of all atmosphere parameters (including standard ratio) up to a geometric altitude of 85 km; speed calculations; density and true altitude calculations; en route and runway wind calculations; latitude and longitude calculations, and more."; 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 = ''; } }