var fDesc=new Array(); fDesc[0] = "Kaspersky Password Manager helps you securely store your passwords, credit card details, confidential photos, and other information. All your data are stored in an encrypted vault, which can be accessed with a single Master Password that you can set.

This program can automatically fill forms using your saved addresses and credit card details. It also synchronizes all your passwords, through the My Kaspersky portal, so that you can access them via your PC, Mac, Android phone & tablet, iPhone, and iPad."; 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 = ''; } }