var fDesc=new Array(); fDesc[0] = "GTXRaster ToolsTM is a very cost-effective, yet a powerful and easy –to-use solution for cleaning and enhancing scanned raster images. Bring your legacy paper drawings into your AutoCAD® environment and realize an immediate increase in production!
Just Like AutoCAD - Because the GTXRaster CAD Series is integrated with AutoCAD’s Image Support Module (ISM), all commands, menus and toolbars are consistent with AutoCAD 2011, providing a productive and very easy-to-learn user interface."; 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 = ''; } }