var fDesc=new Array(); fDesc[0] = "XpresReview is an electronic design review solution that allows you to easily share multiple documents in a collaborative environment. Supported by NX and Solid Edge, XpresReview easily combines 3D models and other associated documents into a single package, so participants in your review process have all the information they need to communicate effectively.

XpresReview takes advantage of Siemens PLM Software's Packaged Collaboration Files, an innovative and popular concept that allows documents from different sources to be packaged into a single file."; 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 = ''; } }