var fDesc=new Array(); fDesc[0] = "Multi-Tasking is the combining of part-manufacturing processes onto one machine that traditionally required multiple machines to accomplish. The ultimate goal is to turn, mill, drill, tap, bore, and finish the part in a single setup, what Mazak calls Done-In-One. This may be the single most important innovation in manufacturing technology for any company seeking to become lean, efficient, and globally cost-competitive. The calculator assists engineers by comparing a multi-tasking machine tool performance and costs versus a cell of single-spindle machines."; 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 = ''; } }