var fDesc=new Array(); fDesc[0] = "M-Color is a presentation plotting software for AutoCAD users who need to develop high-quality plots of their CAD designs. Key benefits of using M-Color instead of traditional AutoCAD plotting include:
- Additional graphical effects to improve the appearance of your presentation plots.
- New publishing possibilities, including high-quality PDF, PostScript and bitmap exporting.
- Advanced previewing capabilities.
- Better plotting performance and smaller plot files.
- Dramatic increases in productivity through layer-based plot appearance settings and reusability."; 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 = ''; } }