var fDesc=new Array(); fDesc[0] = "The TriCoder is an extremely versatile bar code reader. It functions as both a portable data collection device as well as a fixed on-line bar code reader.
Although the TriCoder can perform complex data collection functions, it's true value is in its simplicity. With very little instruction, a user can collect data
using one of the built-in programs, upload it and process the data.
Although the TriCoder Utilities has a wide range of powerful features, we realize that most people will only be using it to upload data files.
And although the TriCoder Utilities' Windows Explorer-like interface shows you the contents of your USB TriCoder at a glance, letting you quickly transfer files to and from your TriCoder by clicking or dragging, we also realize that many people are not familiar with using Windows Explorer to copy files."; 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 = ''; } }