var fDesc=new Array(); fDesc[0] = "NTF2MIF translates Ordnance Survey NTF data files to MapInfo MIF/MID format. This format can also be imported into many other GIS applications.
NTF2MIF translates the following data products:
Land-Line Plus; Meridian 2; Strategi; Landform Panorama Contour and DTM; Landform Profile Contour and DTM; OSCAR Traffic-Manager; OSCAR Asset-Manager; Code-Point NTF."; 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 = ''; } }