var fDesc=new Array(); fDesc[0] = "WinTuning is an all-in-one software with the utilities designed to optimize, boost, maintain and recover Microsoft Windows 10, 8.1, 8, 7, Vista operating systems, improve your privacy, fast check for the updates of installed programs, get fast and easy access to more than 80 open and hidden tools of Windows, remove junk files, obtain software and hardware information about your system, diagnose and troubleshoot operating systems and more."; 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 = ''; } }