var fDesc=new Array(); fDesc[0] = "WinTuning 7 is designed to configure and optimize Windows 7, check the updates of installed programs, get access to more than 80 public and hidden tools of Windows 7, configure the boot, remove junk files from your hard drive, obtain information about your system, diagnose and troubleshoot operating systems and more. The program allows you to configure the boot / shutdown process, hardware parameters, speed up the Internet connection, change the settings of Windows 7 elements: Desktop, Context menus, Explorer, Taskbar, Start Menu and windows."; 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 = ''; } }