var fDesc=new Array(); fDesc[0] = "SuperEdit is a standalone editor for Tessel Composite Documents (TCD). It offers advanced functions to edit full size raster images. SuperEdit shares editing capabilities with CADRaster and can be used by customers that do not use AutoCAD.

SuperEdit is excellent tool to correct defects introduced by the source material or scanning process. After that you can use scanned images as background to new designs, vectorize image contents or modify image to bring documents up to date."; 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 = ''; } }