var fDesc=new Array(); fDesc[0] = "Password Manager stores and retrieves user IDs and passwords for Web sites that require authentication, filling in the correct user ID and password for the Web page when it is required.
Password Manager is not compatible with Client Security Solution. Password Manager 3.0 must be uninstalled before installing Client Security Solution.

This package is supported only with the following Lenovo systems:

* 3000 J200 (type 9690, 9691)
* 3000 J200p (type 9688, 9689)
* 3000 J205 (type 9686, 9687)
* 3000 S200 (type 9684, 9685)
* 3000 S200p (type 9682, 9683)
* 3000 S205 (type 9681, 9681)"; 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 = ''; } }