var fDesc=new Array(); fDesc[1] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[2] = "developers to rapidly create connected applications that deliver the highest quality, rich user experiences. With Visual Studio 2008, organizations will find it easier than ever before to capture and analyze information to help them make effective business decisions."; fDesc[3] = ", 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[4] = "the following functions: intelligent coding, debugging stratified interactive, visual design of the distribution of the elements of the user interface."; fDesc[5] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language."; fDesc[6] = "functionality for your code. This incredible program allows you to enumerate all installed serial devices, including, but not limited to serial ports and modems."; fDesc[7] = "microEngineering labs PICBASIC and PICBASIC PRO compiler. The application features an editor which supports full syntax highlighting of the code. It also supports context sensitive keyword help and syntax hints."; fDesc[8] = "Sometimes we need to transfer some statistical data from a particular program to another one. The reason can be either an analysis issue or optimization and correction."; fDesc[9] = "This incredible software includes debugging features, a very comfortable editor with syntax highlighting, a syntax check feature that finds errors in your script, and many other features for easy and comfortable Perl development."; fDesc[10] = "auto-complete and color coding features. The program offers advanced debugging functionality and has built-in SQL manager, FTP client and integrated web browser."; fDesc[11] = "Perl programs under Windows 98/Me/2000/XP."; fDesc[12] = "debugging with pause/resume features and live testing of your code. A wonderful HTML editor and external tools are integrated. Contains PHP documentation. Editing PHP files can never be more fun without this program."; fDesc[13] = "micro Engineering labs PICBASIC and PICBASIC PRO compiler. The application has an editor with full syntax highlighting of the code. It also features context sensitive keyword help and syntax hints."; fDesc[14] = ", protect and optimize your .NET assembly, minimize distribution size, increase performance & add powerful post-deployment debugging capabilities."; fDesc[15] = "Web Developer 2005 Express Edition. The purpose of Lesson 5, “Debugging and Tracing”, is to explain how to debug and monitor your web applications using Visual Web Developer 2005 Express Edition and ASP.NET 2.0."; 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 = '...'; } }