var fDesc=new Array(); fDesc[0] = "This hotfix addresses security issues, including the issues outlined in the following pcAnywhere Security Advisories. Symantec recommends that you apply this hotfix to your current pcAnywhere system.
This is a rollup hotfix that contains all of the fixes from the TECH179526, TECH179960, and TECH180472 hotfixes as well as some additional functionality.
Before you install this hotfix, Symantec strongly recommends that upgrade to pcAnywhere 12.5 build 486 (SP3)."; 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 = ''; } }