var fDesc=new Array(); fDesc[0] = "The average PC has 25 or more background tasks which do not need to be running, all sucking up processor time and memory resources.

For example : perhaps you have a laptop which works wirelessly in your home with no problems whatsoever. However, when you take it on your travels you are unable to connect to any wireless network. You're frustrated, you've asked a friend to help, you've been to the PC repair store — and still no joy — you can use wireless only in your own home !! This is where The Ultimate Troubleshooter (TUT) comes in : load it, and immediately it identifies for you the background task which is causing this nightmare. And the irony : the wireless router installation CD sent to you by your Internet Service Provider installed that task, and, naturally, you never suspected it might be the cause of all your problems."; 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 = ''; } }