var fDesc=new Array(); fDesc[0] = "GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme. Some time ago, Bill Nalens ported GKrellM to Windows but abandoned the port in the year 2002. Because I found myself using GKrellM for remote-monitoring and always have been a huge fan of this helpful tool I decided to get it running on Windows again."; 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 = ''; } }