var fDesc=new Array(); fDesc[0] = "MimarSinan Rubber Ducky it is a System Monitor with system information at a glance. A small aquarium sits above the system tray, The elements of the aquarium represent system information. you can see what is slowing down your system at a single look.

The available performance monitors are: water level - RAM usage, water color - SWAP file usage, bubbles - CPU usage, fish - NETWORK traffic and plants - DISK activity."; 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 = ''; } }