var fDesc=new Array(); fDesc[0] = "Mastercam X2 Maintenance Release 2 introduces significant new functionality as well as many enhancements to existing Mastercam X2 functions. Here are a few of the new functions you will find in the MR2 release: Peel milling toolpath - Delivering powerful high speed cutting to 2D projects, this new toolpath moves the tool in and “peels” away
material, layer by layer. It supports efficient constant climb milling by using a trochoidal style of motion with accelerated “back” feed moves when the tool is not engaged in material."; 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 = ''; } }