var fDesc=new Array(); fDesc[0] = "Kaspersky Fraud Prevention for Endpoint is a program that delivers rigorous, multi-layered security for online and mobile banking. The program provides:
- Protection at your customer’s endpoint
- Anti-fraud protection within your bank’s infrastructure perimeter
- Analysis and reporting on transactions and threats
- Special services to help you constantly improve your security."; 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 = ''; } }