var fDesc=new Array(); fDesc[0] = "This software supports all CF RFID Reader Card products in Pocket PC 2003/2003SE, WM5 and WM6 devices and enables users to read and write to tag memory blocks on most ISO 15693 and proprietary RFID tags.
RFID Demo also allows the user to change reader modes and restrict reading to specific tag types."; 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 = ''; } }