var fDesc=new Array(); fDesc[0] = "Boost your system's performance with this professional, easy to use toolkit! Let your running applications use all the memory they demand. MemoKit will provide your PC's fast response even in memory overload conditions. MemoKit uses a sophisticated algorithm for PC memory recovery. It includes: Heavy Duty Memory Booster, Automatic Memory Optimizer, Disk Cache Optimizer, Day-to-day useful accessories. Heavy Duty Memory Booster lets you work efficiently with memory-consuming multimedia and Internet applications in extremely low memory conditions. MemoKit Optimizer is based on automatically managed 'hysteresis memory recovery' mechanism, which increases overall system's performance. Disk Cache Optimizer changes and tracks Virtual hard disk cache, which improves hard disk performance."; 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 = ''; } }