var fDesc=new Array(); fDesc[0] = "Publisher3D allows you to create high-quality images, 3D PDF documents and cloud-ready content from your 3D models. The customer can use his original 3D CAD data to capture 3D views then add markups and balloons before publishing. Publisher3D provides a complete image, animation and template-based 3D PDF creation package, making it easy to create high-quality communications from 3D models."; 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 = ''; } }