var fDesc=new Array(); fDesc[0] = "Whether you’re supporting a product through a call center, a field service organization, a web-based training program, or a fleet of equipment operators, you need to deliver 100% accurate technical information to your business organizations so they complete product-related tasks as quickly and accurately as possible. In fact, your product’s success relies on your organization’s ability to deliver up-to-date, easy-to-find information throughout the entire product lifecycle.

Arbortext, PTC's dynamic information delivery software, offers an end-to-end solution that streamlines how your organization authors, manages and delivers product information on demand. And when combined with PTC’s Windchill solution, Arbortext offers the industry’s only Dynamic Information Delivery Solution that associates your product and service information directly with sophisticated product data, linking your information with real-time product design, which ensures information accuracy and relevance to the task at hand."; 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 = ''; } }