var fDesc=new Array(); fDesc[1] = "often. and Increase your system performance by cleaning the content of your RAM(Memory)."; fDesc[2] = "applications to run faster and more efficiently. Also, you will be enjoying a balanced performance of your system through the time. It runs under Windows 98/98SE/Me/2000/XP and you can access to it for free"; fDesc[3] = ", releasing RAM memory and compressing physical memory, making your computer run faster. You can monitor your system without interrupting it. You can see how much memory you have; specificy how much memory you want to free up, and the processes you want to clean up or compress."; fDesc[7] = "slowing down its performance. The primary aim of Memory Zipper is to optimize the memory management in the personal computer and ensure that the system memory is used effectively, resulting in better performance of the personal computer."; fDesc[10] = "- A free utility to keep your system healthy and responsive. This program is a package of 3 utilities, a network pinger,and Ultra Net Booster."; fDesc[12] = "idle times of the operating system Microsoft Windows 9x. In the minimal configuration requires less than 2Kb of RAM. There is the monitor displaying..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }