var fDesc=new Array(); fDesc[0] = "Has your PC slowed down lately? Have you ever felt irritated and annoyed while sitting in front of your slow PC, impatiently staring at the screen? If you recognize any of this, don’t panic! There are numerous reasons for slow PCs and any PC might get slower with time. It just means that your computer needs professional help! The Windows Database contains a vast amount of information about your computer, with details on every setting, option, control, and operation. PC Performer scours the Windows Database for waste and junk files, clearing them out of the way so that your computer runs faster and better. When PC Performer cleans up these entries – programs have faster access to the data they need, Windows can run at high-speed and you can get back to enjoying your computer like you used to."; 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 = ''; } }