var fDesc=new Array(); fDesc[0] = "SysTuner is a unique tool created to help you to optimize, manage and customize Microsoft Windows. It reveals hundreds of hidden Windows settings being able to increase your hardware performance, customize Start menu and Desktop features, restrict access to your computer and more. It also comes with support modules, which are designed to solve everyday problems with Windows and extend its functionality."; 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 = ''; } }