var fDesc=new Array(); fDesc[0] = "SCardSpy lets you monitor the APDU exchanges between an application and smart card readers present on the system. It consists of two parts: a "fake" winscard.dll , present in the installation directory and a configuration tool. The DLL must be copied to the same folder as the application that youu want to spy on. The configuration tool enables you to change the default directory where the APDU logs are created."; 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 = ''; } }