var fDesc=new Array(); fDesc[0] = "The SPC Office Buddy is a revolutionary new application that integrates directly with Minitab, JMP, and MS Excel to run reports using CMM data collected by QC-CALC Real-Time. This direct integration virtually ends manual data entry once and for all. The Buddy allows you to set up custom filters to reduce your data before sending. When finished, you can run statistical reports or Sixpacks on any subset of your data and then place these charts into your Excel reports in the location of your choice. The Buddy automatically sends each feature’s label, nominal, tolerance, and subgroup information straight to Prolink Charting, Minitab, or JMP without typing, saving you time and money."; 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 = ''; } }