var fDesc=new Array(); fDesc[0] = "Swiftly capture your latest sketch or concept with solidThinking’s powerful NURBS modeling, highly intuitive graphic user interface (GUI) and advanced ConstructionTreeTM history. Render 3D photorealistic product designs in stunning environments. Watch your concept emerge in real time with instant feedback. solidThinking helps you develop your projects faster and bring your ideas to life quickly and cost-effectively. Available on Windows and Mac operating systems, solidThinking promotes design flexibility and freedom to express yourself"; 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 = ''; } }