var fDesc=new Array(); fDesc[0] = "With FireDaemon Pro you can run any 32-bit or 64-bit application as a Windows service.

Main features:

- Monitor and restart your app if it crashes, hangs or shuts down
- Start your app at system boot, without any user intervention
- Schedule your app to start/restart at specific times and dates"; 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 = ''; } }