var fDesc=new Array(); fDesc[0] = "TAB Reader is an ArcGIS plug-in data source allowing direct reading of MapInfo TAB and MIF/MID files in ArcGIS preserving the existing native TAB rendering, symbology properties and information about the coordinate system (spatial reference).

With TAB Reader tools you will be able to import the TAB symbology to ArcGIS, batch convert the TAB symbology from TAB files to ArcGIS layer (.lyr) files, as well as import MapInfo workspaces (.wor) to ArcGIS ArcMap documents (.mxd)."; 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 = ''; } }