var fDesc=new Array(); fDesc[0] = "UltiMaker Cura is a free 3D printing tool. It lets you fine-tune your 3D models with 400 settings for the best slicing and printing results. At the heart of UltiMaker Cura is a powerful, open-source slicing engine. This tool features seamless integration with all UltiMaker products​. CAD plugin integration can be used with SolidWorks, Siemens NX, Autodesk Inventor​, and other software applications."; 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 = ''; } }