var fDesc=new Array(); fDesc[0] = "Predator PDM is a paperless manufacturing driven Product Data Management designed to organize and control CNC programs, setup sheets, safety procedures, quality documents, and others with complete revision control. Predator PDM supports paperless shop floor operation with integration with DNC, CNC Editor, Virtual CNC, MDC and Tracker. Predator PDM includes best practice workflow wizards for release, unrelease, revise, rollback, checkin and checkout. Every wizard honors user and group permissions and includes ISO 9000 style history. Integrate your ERP and MES system with Predator PDM's open APIs (application programming interface) with 300 methods all fully documented. Develop ERP and shop floor validation, flow part and job numbers from ERP directly into Predator and numerous other automation projects can be completed with C#, C , VB.Net, VB6, VB script, Windows Script, Delphi and other compatible programming languages."; 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 = ''; } }