var fDesc=new Array(); fDesc[0] = "Vextractor can convert raster images (BMP, TIFF, PNG, JPG) to vector formats such as DXF, WMF, EMF, EPS, AI, and SVG. Files of these vector formats can be imported to popular vector graphics applications like AutoCAD, Corel Draw, Adobe Illustrator, and many others. For the purpose of supporting GIS applications, this program allows saving images to the ArcInfo Shape and MapInfo MID/MIF formats."; 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 = ''; } }