var fDesc=new Array(); fDesc[0] = "A new class of temperature recorder. It provide visibility into what happens to your products during distribution and storage. It is fundamentally different than other recorders on the market in many distinct ways. First, it utilizes an innovative temperature sensor that does not require ongoing calibration to maintain accuracy. It also takes a surface read of the object to which they are attached, providing a much closer approximation of actual product temperature."; 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 = ''; } }