var fDesc=new Array(); fDesc[0] = "Standard post processors are provided with ProCAM and CAMWorks that support virtually any CNC machine tool. The quality NC code that is generated can be optimized for your facility's machines and production methods with the Universal Post Generator (UPG), which is a standalone utility included with ProCAM and CAMWorks. The easy-to-use graphical interface of the UPG is designed so users can quickly customize post processors to generate edit-free code for their machining environment."; 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 = ''; } }