var fDesc=new Array(); fDesc[0] = "Dynamics is a stylish gadget made to display realtime processor load and RAM use, as well as temperature data in a clear, uncluttered way. Unlike a typical gadget which is built especially for Windows Vista, Dynamics has been built with Windows XP users in mind (while still working with Vista).

Dynamics also has some unique display options to help it suit your needs. For those who prefer temperatures in degrees Celsius or Fahrenheit - there's an option. We've even added an option for reading temperatures in Kelvin for those who want to show off how their computer can run at "313 degrees". There are also options for modifying the transparency of the program if it needs to be hidden or made clearer for certain situations. Finally, one can also modify the refresh rate of the data shown - anywhere from 2 seconds to literally 1/30 of a second. Try using the program with different refresh settings, you may be surprised at how your computer actually thinks."; 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 = ''; } }