var fDesc=new Array(); fDesc[0] = "MillMaster Pro for Windows controls and graphically simulates a 3-axis milling operations on a PC. The CNC part program can be typed directly into the editor screen, or can be generated via a CAD/CAM program. The interactive mode allows you to see the operation performed graphically as you type each CNC line, aiding in part program development or training. For documentation purposes, you can print the graphics screen and the part program together or separately. True circular interpolation on any two axes and simultaneous linear interpolation on all axes are standard. This allows full 3-D surfacing designs to be run on the target 3 axis machine."; 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 = ''; } }