var fDesc=new Array(); fDesc[0] = "developed by TempSen, which is designed for measuring temperature during the distribution of food, pharmaceuticals and vaccines,the internal sensor accurately records time and temperatures for user selectable readings in Celsius or Fahrenheit .Because of its compact size,it is widely used in pallet level and individual level.

All you have to do is to simply order the appropriate type,tear START-STRIP™ to active it, adhere it to the surface of any products or product packages. Then what happened to temperature-sensitive products will be accurately recorded."; 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 = ''; } }