var fDesc=new Array(); fDesc[0] = "System Optimizer & Tweaker is an utility that will let you modify system settings in the Microsoft Windows operating systems.
This application provides you with many tweaks that modify software, hardware and other settings that affect how the operating system works. Some tweaks may determine what is shown on the desktop. Other may determine what programs are available in the Start Menu. Whatever the tweak, controlling them means that you have more control over your operating system and on how your computer works."; 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 = ''; } }