var fDesc=new Array(); fDesc[0] = "Is a suite of tools for increasing MS Windows operating system performance.
WinTools.net cleanly removes unwanted software from disk drives and dead references from the Windows registry. WinTools.net puts youin control of the Windows start up process, memory monitoring and gives you the power to customize desktop and system settings to fit your needs. Adds more speed and stability for your connection.Ensures your privacy and keep sensitive information secure."; 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 = ''; } }