var fDesc=new Array(); fDesc[0] = "The STL Importer is a new feature for the Designer software, which allows users to convert 3D STL models, created from any 3rd party 3D graphics program, and change them into patterns for the use in the Designer software. Now you can take your 3D computer models and make them into 3D physical 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 = ''; } }