var fDesc=new Array(); fDesc[0] = "PTC Arbortext IsoView provides a web-based, interactive viewing environment that enables users to zoom, pan, rotate, annotate, or otherwise manipulate illustrated technical information. Easily deliver technical illustrations in an interactive environment that can be integrated with external applications. PTC Arbortext IsoView supports vector and raster illustrations, and static, animated, and interactive graphics to enhance the overall viewing experience. Track dynamic links and manage hotspots and events across all text and illustrated content. Bring product and service information to life with high-quality displays of technical graphics in an interactive 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 = ''; } }