var fDesc=new Array(); fDesc[0] = "SkyDemon is a professional solution for VFR flight planning and in-flight navigation. Route planning is as simple as clicking or touching waypoints, with clear spacial information about your route shown with Virtual Radar. Warnings for potential incursions into controlled, dangerous or temporary airspace help you form a mental picture of how your journey will unfold."; 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 = ''; } }