var fDesc=new Array(); fDesc[0] = "Tool uses PSS AIRAC files to update your euroscope sector files. You will need to enter the longitude & latitude of the top left corner and botom right corner of the area you would like to import. Lat/Lon entered in Decimal minutes with a (-) for South/West areas. Use at your own risk and ensure you have a backup.Tool will update your VOR/NDB/fixes/Airports and airways, can be used to build up blank sector file as well."; 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 = ''; } }