var fDesc=new Array(); fDesc[0] = "Easily colorize large CAD drawings in 10 minutes and improve the line quality at the same time. The drawings are much more readable and you can edit any portion of the drawing to get the look you want. Adjust line weight, color and style, add colored areas, gradients and lighting effects. Load your .dwg or .dxf file into the free AutoDesk DWG TrueView program and plot the drawing to a very high resolution .png file and load it into ColorCaps."; 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 = ''; } }