var fDesc=new Array(); fDesc[0] = "The 3M Temperature Logger is a small electronic device designed to monitor the environmental conditions of temperature-sensitive goods in transit or in storage.

User-friendly and cost effective, the 3M™ Temperature Logger TL30 conforms to CFR data security standards and can be used for a variety of pharmaceutical, food, industrial, and other applications.

3M understands that maintaining cold chain parameters throughout the entire supply chain is critical to the freshness or efficacy of your product. The easy-to-use 3M TL-Series Temperature Logger software allows you to have control of your monitoring parameters; and our small, cost effective re-useable loggers allow you to collect more data on more shipments for less 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 = ''; } }