var fDesc=new Array(); fDesc[0] = "Create reports/sort by multiple fields and analyze to improve cold chain & reduce shrink. Most Cargo Data products use a 9 pin serial port that can connect to a computer using the USB Connection Kit. KoldLink App includes an industry first feature called UpLink. Cargo Data’s UpLink allows Receivers to automatically upload temperature recorder data to Cargo Data’s secure server. This capability allows all interested parties to view and print temperature recorder data by simply entering the six-digit recorder ID number into the UpLink field on site."; 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 = ''; } }