var fDesc=new Array(); fDesc[0] = "AnalogX MaxMem is a realtime physical memory management program that automatically ensures that you always have as much physical memory available as possible. It does this by allowing you to set minimum amounts of memory to be made available under certain circumstance, and then passively monitoring how much system resources are being used. It runs in the system tray, and also shows you exactly how much memory you have available, plus graphs how you've been using memory over the last 60 seconds!"; 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 = ''; } }