var fDesc=new Array(); fDesc[0] = "WFetch is a graphical user-interface aimed at helping customers resolve problems related to the browser interaction with Microsoft's IIS webserver. WFetch allows a client to reproduce a problem with a light-weight, very HTTP-friendly test environment. It allows for very granular testing down to the authentication, authorization, custom headers, and much more."; 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 = ''; } }