var fDesc=new Array(); fDesc[0] = "Alien RFID Wedge is a software , a variation on the traditional bar coding software wedge and will allow the user to control and capture RFID tags that are within range of an Alien RFID reader.
The software reads all of the present tags and places them in the keyboard buffer of the connected computer allowing whatever application that has focus to be able to accept data from the RFID reader.
This will allow users to develop custom applications that do not directly rely on the RFID communications link. Applications such as web interfaces or data collection into MS-Word, MS-Excel or MS-Access will directly benefit from this software."; 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 = ''; } }