var fDesc=new Array(); fDesc[0] = "WinUtilities Free Memory Optimizer is a free utility to clean, optimize and free up your computer's memory. Specifically designed to free ram on XP, Vista and Windows 7 systems. Memory is vital to the computer and that is why this software can help boost your system's performance. WinUtilities Free Memory Optimizer is set-and-forget software that will automatically optimize memory as you use your computer. The latest version of WinUtilities Free Memory Optimizer added support for memory optimization only during system idle time. This minimizes interuptions during normal computer use."; 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 = ''; } }