var fDesc=new Array(); fDesc[0] = "ProMax-One PLM™ is a dabase application manage most technical information, project related activites and documentation from its conception, through design and manufacture and through the life of the product.

ProMax-One™ maintains a bill of materials and technical information on the products, tools and machinery as well as manages any related documentation and historical activities. Additionally, it features calculation tools to assist the technical team to better engineer their tooling projects."; 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 = ''; } }