var fDesc=new Array(); fDesc[0] = "Admin Report Kit for IIS 7 (ARKIIS) is a powerful reporting tool for Microsoft IIS Administrators. ARKIIS presents Microsoft Internet Information Services 7.x (IIS 7.5 / IIS 7.0 ) configuration information from the IIS 7.x configuration store in the form of Trees, Tables and Views. All categories of information reported by ARKIIS are available across multiple web servers and websites. ARKIIS is particularly useful in monitoring and tracking web servers that have a large number of websites, virtual directories and associated configuration settings."; 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 = ''; } }