var fDesc=new Array(); fDesc[0] = "The ACR122U NFC Reader is a PC-linked contactless smart card reader/writer developed based on the 13.56 MHz Contactless (RFID) Technology. Compliant with the ISO/IEC18092 standard for Near Field Communication (NFC), it supports not only Mifare® and ISO 14443 A and B cards but also all four types of NFC tags.
The ACR122U NFC Reader is ideal for both secure personal identity verification and online micro-payment transactions."; 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 = ''; } }