var fDesc=new Array(); fDesc[0] = "Cacheman can fix slow downs, lag, and stuttering not only in desktop applications, but also in computer games including World of Warcraft (WoW), Call of Duty (CoD), and Star Wars – The old Republic (SWTOR). Cacheman will give more CPU power and make more memory (RAM) available to the game.
For example, a background Virus-Scan performed by an Anti-Virus program can significantly slow down the computer."; 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 = ''; } }