var fDesc=new Array(); fDesc[0] = "FIME has developed the Perseval tool to aid in validation and debugging during the personalization of MasterCard or Visa test cards for Type Approval testing.

Designed for any kind of PCSC readers with a user friendly interface, this tool helps validate cards.
The Perseval tool allows users to keep a tighter schedule and reduces the duplication of cards from manufacturers, which means that Type Approval of MasterCard or Visa card validations becomes simpler and errors are detected much earlier on in the testing process."; 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 = ''; } }