var fDesc=new Array(); fDesc[0] = "Vextractor Lite converts drawings, maps and other images, including photo, logos, black-and-white illustrations from raster to vector format. It can save images to a variety of formats including DXF, WMF, EMF, EPS, AI, and SVG. Support for ArcInfo Shape and MapInfo MID/MIF formats ensure usage with GIS applications.

"Vextractor Lite" edition has limited features; for full set of features and support for additional file types, you can purchase "Vextractor"."; 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 = ''; } }