var fDesc=new Array(); fDesc[0] = "SuperM.O.L.E.® Gold SPC (SMG SPC) software is the main flagship of the ECD Software fleet. SMG SPC has great features that make it appropriate for many industries and applications. One of the most impressive software features is the Prediction tool.

This tool enables the user to change zone temperature values and conveyor speed to predict the outcome of that change. Prediction is easy to use and a valuable tool that quickly refines a process to achieve the most "Robust Profile".

SPC Module which features ECD’s unique drag and drop customized X-Bar R charts and automatic calculation of process Cp and Cpk values.

The Tabbed format allows easy navigation in the software. Tabs can be formatted to provide the exact data needed. All the information needed to interpret profile data is presented in an easily understood format."; 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 = ''; } }