var fDesc=new Array(); fDesc[0] = "CLC Editor allows editing the content of MIFARE Classic and MIFARE Ultralight cards as well as compatible cards.

CLC Editor also allows changing keys and access rights (MIFARE™ Classic) and card locking (MIFARE™ Ultralight). CLC Editor requires a PC/SC compliant contactless smart card reader. Since the used commands are proprietary to Identive, CLC Editor will not work with other card readers."; 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 = ''; } }