var fDesc=new Array(); fDesc[0] = "KaNest is a simulator to test the implementation of any application protocol used by transactional and payment systems.
Combined with specific utilities, KaNest also allows stress testing, load testing, and monitoring.
KaNest is your best partner to test, evaluate and certify:
Terminals: POS, ATMs, PCs, …
Hosts: Acquirers, Issuers, Processors, …
Switches
Networks (private or interbank)"; 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 = ''; } }