var fDesc=new Array(); fDesc[0] = "FreeMill is a fully functional 3D Milling package built on MecSoft Corporation's world renowned VisualMill CAM package.

With this product you will be able to import VisualMILL, STL, Rhino .3dm, VRML and Raw Triangle files, run full simulations on your part models and be able to output G code to your machine tool. The product comes with about 50 pre-built post-processors.

Available file imports include: VisualMILL, Rhino, STL, VRML."; 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 = ''; } }