var fDesc=new Array(); fDesc[0] = "ColorTrack proudly introduces
represents the most significant advance in coffee roast control since computer controlled profiling. Roastmasters have traditionally been totally dependent on monitoring time, temperature and color. Time and temperature can be computer monitored and controlled yet color assessment is still totally
dependent on the eye of the roastmaster and for various reasons often subject to human error."; 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 = ''; } }