var fDesc=new Array(); fDesc[1] = "and buttons in just a few minutes. It uses a large number of dialogs to customize your work. Interface is highly customizable. It has excellent features like photo enhancement, fix perspective distortion and digital retouching techniques. GIMP is not a design suite but is free."; fDesc[2] = "Products. Adobe ExtendScript Toolkit 2.0 comes with CS3 Suites or with separate applications like Adobe Bridge CS3, Photoshop CS3, Illustrator CS3, InDesign CS3, and After Effects CS3. It is not included with Adobe Premiere CS3. This program is quite nice and has limited tools."; fDesc[3] = "delivery formats to suit the new media, such as interactive PDF format or Adobe Flash. Indesign allows publishers to create and submit compositions for printing."; fDesc[4] = ", 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[5] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark."; fDesc[6] = "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[7] = "formatting, class and methods auto-completion, indexing of user directories and a lot more. This new version features more extensive configuration wizards for beginner users, and enhanced CSS WYSIWYG tools."; fDesc[8] = "freely."; fDesc[9] = "with Mozilla Firefox. As the name says Debugbar helps you to debug & display underlying information of a web page. It shows all the information related to CSS, JS, HTML used in a web page or application."; fDesc[10] = "debug them and preview the result of execution. The program's editor has syntax color coding and a nice class browser. The program has 14 language files."; fDesc[11] = "sophisticated viewing and searching to accurately and efficiently debug and test USB devices."; fDesc[12] = "or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output."; fDesc[13] = "using COM port, such as GPS receiver, total station. It can also act as a test software for device's debug and development."; fDesc[14] = "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."; fDesc[15] = "asp server, you can edit and debug an ASP project with the help of ASP server integrated capable of debugging."; 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 = '...'; } }