var fDesc=new Array(); fDesc[0] = "FreeMeter 2.8 is a program that monitors system performance. This application supports all Windows operating systems. It has got a multi-lingual support. This program will allow you to monitor the disk space usage of your local and server volumes. It will show you the information in megabytes or gigabytes. FreeMeter 2.8 lets you know when you're running out of memory and how many room you still have in each disk. Something good about this program, is that besides letting you know lots of things about your system it also shows you the time that the system has been running. This application also has been designed to alert in different ways when a monitored disk volume drops below a specified amount. There are visual alerts, sound alerts and more. FreeMeter 2.8 freeware version hasn't got more alerts, such as ping alerts, cpu alerts, memory alerts and more. To get access to those alerts you should get the shareware version. This program will also let you know if your processor is busy or not. In case it's busy it will show you how busy it is. FreeMeter 2.8 will also allow you to get access and open any folder from your computer by using its main window."; 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 = ''; } }