var fDesc=new Array(); fDesc[0] = "Symantec pcAnywhere has 2 different types of passwords:

For all types of items: pcAnywhere allows you to protect an item with a password (in "Protect item" tab). If an item is protected with a password, pcAnywhere doesn't allow you to modify or view the item's properties (depending on what you choose in the protection options).

In remote control items and caller items: pcAnywhere saves the login name and password details, for using them during the remote control sessions.

This utility can recover instantly both types of passwords."; 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 = ''; } }