var fDesc=new Array(); fDesc[0] = "SolidWorks is a program that provides enhanced engineering and design performances that help you get your work done faster and easier. You can manage product structures up front, access information everywhere and document designs for manufacture and assembly. You can also create detailed inspection reports for QA, calculate product costs as you design and print directly to 3D printers."; 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 = ''; } }