var fDesc=new Array(); fDesc[0] = "MobileTrak Lite is a small, easy-to-use and easy-to-install mobile tag inventory and search application. Specifically designed to demonstrate the functionality of RF Code tags and mobile readers, MobileTrak Lite provides users with a perfect introduction to the capabilities of RF Code technology products.
MobileTrak Lite enables users to inventory and search for up to 25 tags using a simple to use and understand graphical interface. In “Inventory Mode” the reader will report the 1st 25 tag IDs encountered. The main screen lists a summary of all assets that have been located and enables users to filter the list based on a variety of tag status data (signal strength, motion, tamper, panic, and low battery). Users can also ”drill down” into the data gathered from each tagged asset to examine details or to additional information and notes made about the location and status of the asset. Tag ID lists can also be saved, exported, or e-mailed for later use."; 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 = ''; } }