var fDesc=new Array(); fDesc[0] = "AdvaNum Milling CAM is milling CAD/CAM software that allows rapid creation of CNC programs from part drawings. With this product you can create new or import existing part drawings, and convert them into NC programs in just a few simple steps.

It’s easy to create part drawings with AdvaNum. As with any other CAD you can define lines, arcs, circles, build chamfer and fillets and use different layers and line types.

In addition, AdvaNum provides you with many CNC and CAM oriented features including support for various kinds of spline curves and numerous geometrical transformations that can be performed on entities or entire contours such as rotation, scaling, offsetting, etc."; 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 = ''; } }