var fDesc=new Array(); fDesc[0] = "Pcprox RFID Reader is a free tool for reading RFID/HID card ID using pcProx USB readers. PcProx is popular range of HID (RFID) card readers - from RFIdeas Inc - typically used by administrators to configure and enroll new (HID based) access cards. These access cards are commonly used as identification and tracking mechanism for employees in most organizations around the world. This program makes it easy to read the ID or number embedded inside those HID based access cards. It supports all range of USB based PcProx readers from RFIdeas Inc."; 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 = ''; } }