var fDesc=new Array(); fDesc[0] = "It happens many times, that a number of applications are working in the background without us noticing, and they usually take up a lot of memory. Chily Memory Optimizer, helps you in cleaning up your primary memory (RAM) by optimizing these applications. And all this optimization is done within seconds with a click of the button. Not only this optimization process makes your computer faster, but it also makes your system more effective by providing faster access to system programs and installed applications. Chily Memory Optimizer is very effective and it can increase the speed of your system up to 80%. There are many features that are included in it. For instance, Chily Memory Optimizer enables you to optimize a single process too. You can also view your current system performance with the processes running in the background. System performance is displayed in graphs which can be easily interpreted by novice users. You can configure the optimization settings based on your choice. A nice little utility to have."; 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 = ''; } }