var fDesc=new Array(); fDesc[0] = "Simple Performance Boost is designed to bring only the safest tweaks to your system to increase speed and stability. You can get faster boot & shutdown times, faster network file sharing, snappier feel to opening Windows and programs, and more stability. The program also supports a silent command so you can run the program silently."; 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 = ''; } }