var fDesc=new Array(); fDesc[0] = "Memory Washer is a powerful tool that ends your computers sluggish performance, speed up your access to your favorite programs, games and improves your computer's overall performance.

As your computer runs out of memory, it slows down. Gets erratic. Applications, games, movies, and music start so slowly. Or, worse, they don't start at all, fail to load, or crash. When this starts happening, many people just go out and get more RAM but this isn't really the optimum solution. Especially since, with Memory Washer, you might not need extra RAM at all!"; 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 = ''; } }