var fDesc=new Array(); fDesc[0] = "Ethoughts introduces ScanMaster, a simple and intuitive raster-to-vector conversion program. Many projects are as simple as load/convert/save, thanks to the wizard's preview mode. For more complex graphics, ScanMaster offers a variety of tools for editing the original raster data and the converted vector data. After the conversion, you can overlay the vectors onto the original image. Editing is a snap. Save to DXF or DesignCAD DC2 file 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 = ''; } }