var fDesc=new Array(); fDesc[0] = "Memory Monitor is utility that monitors physical memory in Windows systems (98/2K/XP). With this little tool you can track usage of memory in your system and easily free it if needed. Memory Monitor shows usage of physical memory with some additional features. It also have some unique features like memory status logging or customizable tray icon."; 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 = ''; } }