var fDesc=new Array(); fDesc[0] = "Creo Elements/Direct 3D Access is a CAD viewer that offers rich 2D and 3D CAD visualization to improve your company’s product development process. With Creo Elements/Direct 3D Access, you can extend the use of 2D and 3D CAD design data across the entire organization and supply chain so team members can easily share both 2D and 3D design data in neutral and native 3D CAD formats."; 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 = ''; } }