var fDesc=new Array(); fDesc[0] = "SOLIDWORKS Visualize provides a suite of standalone software tools that combine industry-leading rendering capabilities with design-oriented features and workflows. Import SOLIDWORKS and many other CAD formats to create photo-quality design and marketing content that is print and web ready in minutes."; 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 = ''; } }