var fDesc=new Array(); fDesc[0] = "Windows becomes slower and slower with time. However, this is not an issue about age which can’t be avoided, but increasing unused data placed on the motherboard may cause loss of speed when using Windows. This is due to the fact that each newly-installed application adds new files and registry entries to the chaos. Which is even worse: numerous files, drivers, links and registry entries remain after uninstallation which are actually not used anymore, however, still keep the system busy which therefore leads to loss of speed."; 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 = ''; } }