var fDesc=new Array(); fDesc[1] = ", 2000, XP and Vista. Its help file is really big due to the amount of information and reports you could do with it, however the most common usage is to troubleshoot stop errors (bluescreens of death)"; fDesc[2] = "account. UTF-8 support is the most valuable feature, which will encourage programmers to write strict html code; perhaps in other versions ISO-8859 support may be added, which will be a great advancement."; fDesc[4] = "Integrated Debugger, Integrated VCS Version Control, built-in Class Browsing, Language Intelligence, Project Converter, and a Batch Builder."; fDesc[5] = "protocol and the web server, then HTTP Debugger is the program for you."; fDesc[6] = "more flexible and much easier to use, supports existing CMD.EXE commands and batch files and adds thousands of new features."; fDesc[7] = "help System Administrators in security and performance issues. HTTP Debugger works on Windows 2000/XP/2003/Vista platforms."; fDesc[8] = "Internet Application (RIA) developers in the debugging, analysis, and testing of their applications."; fDesc[10] = "the other side. Internet software developers can use HTTP Debugger to analyze the communication between their programs and Internet."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }