var fDesc=new Array(); fDesc[0] = "WinLube is the lubricant for every Windows Vista/7 system. This tuning-tool dedusts, cleans and speeds-up your computer and increases its reliability and security.

WinLube cleans the harddisk from unnecessary files and frees the registry database from erroneous and redundant entries which slow-down Windows. This tool can reclaim memory from Windows so other programs have more free memory available. Windows can be customized through numerous options that normally are not accessible to the user. Those options offer settings regarding the security, appearance and behavior of Windows which make work much more efficient."; 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 = ''; } }