var fDesc=new Array(); fDesc[0] = "7Smoker Pro allows you to change various settings in the Windows Registry. These settings can improve the performance for your computer drastically.

It has service presets that allows you to fine tune your services without needing any knowledge. 7Smoker Pro includes a One Button Autotuner that will tune your system to perfection based on your system's configuration."; 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 = ''; } }