var fDesc=new Array(); fDesc[0] = "flyGarmin for Windows runs on your computer and works with the flyGarmin website to update your aviation databases. It downloads and installs your updates, guiding you through a simple process. flyGarmin for Windows is a desktop application which helps update the databases on your Garmin aviation devices. It works with the flyGarmin website to download and install updates for the databases you purchase. Update your databases all in one place, including terminal charts for your ChartView-enabled device."; 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 = ''; } }