var fDesc=new Array(); fDesc[0] = "What can VC RamCleaner do?

- VC RamCleaner is a simple Memory cleaner.
- There are times when programs do not release the memory they used, making the machine became short of the memory, but you don’t want to restart the system to get the used memory back. This is where you use VC RamCleaner to clean your memory, so you can carry on working without wasting time restarting your System.
- You can click the [Clean System Memory] button to start cleaning and repeating the same operation until you have all the memory free.
- You can use [Set Clean System Memory] to [Activate], or [Deactivate], the Auto Clean with two options, [Standard Passes] and [Passes Until Zero].
- The [Standard Passes] option will do a number of chosen passes but will NOT force to release all unused memory.
- Enter new Tips into existing or new Groups (You choose the name of the Group and select a picture to represent that Group or the default picture will be used).
- The [Passes Until Zero] option will do a number of chosen passes but will FORCE each pass to release ALL memory until found 0 (Zero) byte of wasted memory."; 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 = ''; } }