var fDesc=new Array(); fDesc[0] = "WebLogs - is a free Add-In For Windows Home Server.

In order to use this add-in, you must have the following minimal set of IIS logs enabled: date, time, cs-uri-stem, cs-username, c-ip.The latest release provides the ability to block incoming requests based on the IP where the request originated. You will see in the logs that many people will be trying to scan your server to see what software you run, as they make requests to URLs that do not exist."; 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 = ''; } }