var fDesc=new Array(); fDesc[0] = "CAM2 SmartInspect is the perfect software for any FARO Laser Tracker, Arm and Gage users who are looking for non-CAD based inspection. This app has been optimized to run on all Microsoft Windows-based Touch PCs or Touchpads, providing users a new way to interact with inspection data and measurement devices."; 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 = ''; } }