var fDesc=new Array(); fDesc[1] = "pencil or whatever may the talent be. The application has been designed to suit all categories of users, right from the amateurs who wish to play around with the paint brushes down to the advanced users who appreciate layer blend modes, tracing and referencing images"; fDesc[2] = "a Photoshop plug-in. Now, you can find and blend the edges of the image. The program will analyze the image, finding and tracing blue edges between different colors, making it easy to choose what to keep and what to cut."; fDesc[3] = "development and producation use by the U.S. military. BRL-CAD includes an interactive geometry editor, parallel ray tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, network distributed framebuffer support, image and signal-processing tools."; fDesc[4] = ", EMF, etc). You can scan old plans, archive drawings, or even photos and convert them into useful CAD data."; fDesc[5] = "between the network hosts, and obtain detailed information about each one of them. Besides, the program will also display the \"whois\" information about the domain that you typed."; fDesc[6] = "choice, the most reliable network connectivity control tool on the Internet. Cool and easy."; fDesc[7] = "results in a graph that allows you to understand them better and also saves them in a log file by host name or the one you select. The user interface is not really attractive, but very simple and intuitive, especially for novice users"; fDesc[8] = "impulse response is generated by a feedback delay network to minimize ringing."; fDesc[9] = "graphics at any size to cut in vinyl. Essential sign making tools included. All popular cutting plotters are supported."; fDesc[10] = "applications. It helps you to identify bugs and find solutions to customer problems."; fDesc[11] = "the desired location, and select the \"Capture\" command for a region capture of the screen. Save the capture with the \"Save\" command."; fDesc[12] = "smooth, scalable postscript file. It accepts raster images or bitmap graphics format (BMP) as input and produces high-quality scalable images of EPS, PS, GFS and SVG formats."; fDesc[13] = "capability in any situation. Position, area and circumference can be calculated, with accuracy."; 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] = "his/her/its convivial interface, he/it is simple of use and his/her/its comfortable mastery. A simple tracing of mouse is sufficient from a palette of color."; 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 = '...'; } }