var fDesc=new Array(); fDesc[0] = "PanelDaemon is a free web based Microsoft Windows Service Applications manager. PanelDaemon is written in ASP.NET and C#. It is designed to run under IIS. It can be used in conjunction with FireDaemon Pro. It is released under the terms of the GPL. If you don't want to deploy IIS, you might want to take a look at FireDaemon Fusion. The video below from Hak5 provides a good overview of PanelDaemon functionality."; 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 = ''; } }