var fDesc=new Array(); fDesc[0] = "The DXFTool Professional Edition is a utility program that provides very high quality DXF files for use in CAD / CAM programs. They are also very useful for Laser and Vinyl cutting systems that use DXF files since text handling is optimized and you do NOT have to ever convert your drawing to curves. The advantages of this tool are provided by conversions of the bezier curves in CorelDRAW to LINE and ARC DXF entities only. What this means is that instead of a large number of very short lines the DXF file has as many smooth curves as can be made from the CorelDRAW shapes in your drawing. The Professional Edition has three types of exports. A simple DXF file which has only LINE and ARC entities, a DXF file that has POLYLINES for each shape consisting of small line segments only and a DXF file that has POLYLINES with ARC bulges so that each shape is a fully linked series of LINE and ARC entities. We call this export type a POLYARC."; 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 = ''; } }