var fDesc=new Array(); fDesc[0] = "Analytix Cams enables mechanical engineers to quickly synthesize a cam profile given their follower motion requirements. Or from an existing cam profile, the follower's geometry and kinematics can be quickly designed, fine-tuned and analyzed. With Analytix simulation software, you can optimize the cam/follower interaction with your mechanical system. Then export DXF to CAD or coordinate data to NC/CAM software."; 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 = ''; } }