var fDesc=new Array(); fDesc[0] = "This is a one-click optimization tool for Windows PCs. Sys Optimizer is a easy to use optimization solution that automatically configures. So there is not worry to select and go to many menus to configure the items. It comes with Game Booster that lets you stop processes and Aero to lower the memory usage and let the game run more efficiently."; 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 = ''; } }