var fDesc=new Array(); fDesc[0] = "Like your hard drive memory, your RAM can become fragmented. Although RAM differs from your hard drive memory in that the information in your RAM is erased when you turn off power to your system, users who don't shut down their PCs very often can end up with unused "holes" of space or with loose bits of data that have "spilled over" from larger chunks of data.

That's why Crucial is partnering with Iolo Technologies to bring you free access to Memory Mechanic, a downloadable system memory defragmentation and optimization tool for PCs. In just seconds, Memory Mechanic can identify and reallocate fragmented areas of your RAM and also determine if you need additional RAM to run your system at optimal levels."; 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 = ''; } }