var fDesc=new Array(); fDesc[0] = "Mutazo Password Manager is a simple and intuitive solution for managing confidential information including passwords, credit card details, bank and other information. A combination of desktop software and browser plug-ins support login and password capture.

This can later be replayed for simplified web logins. Advanced synchronization capabilities ensure that you will always have up-to-date confidential information available through your handheld device.

Main features:
-Windows desktop support for login and password capture through browsers and replay.
-Simplified “set and forget” synchronization between multiple PC and handheld devices.
-Support for templates for structured management of confidential information.
-Industry standard 256-bit AES encryption for data security. Device and server communication is protected using industry standard SSL based encryption."; 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 = ''; } }