var fDesc=new Array(); fDesc[0] = "The Red Bead Experiment Simulator is a demonstration of Dr. W. Edwards Deming’s famous experiment, which demonstrates that errors caused by workers operating a process are more on account of the System than the fault of the workers.
Use the simulator to train personnel in the above principles of Management and Quality. The visual appeal and the personal involvement that goes into experimenting make learning an easy and smooth process.
The simulator enables you to experiment and discover the principles advocated by Deming. Deming summarizes the lessons that can be learnt from the experiment."; 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 = ''; } }