var fDesc=new Array(); fDesc[0] = "Geomagic Freeform is a multi-purpose 3D sculpting design platform that lets you create complex, sculptural, production-ready 3D models and quickly prepare them for 3D printing, or mold and die manufacturing. Freeform models transition directly into your 3D printing or mold-and-die manufacturing workflow."; 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 = ''; } }