var fDesc=new Array(); fDesc[1] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind."; fDesc[2] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray."; fDesc[3] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[4] = "files using more than 10 audio filters. Like Silence, Reverse, Echo, Fade In, Fade Out, Audio-cleanup. The audio graph helps the user to know the current playback and exact position for using a filter or editing of sound."; fDesc[5] = "Graphs can be created using different colors and styles. You can use standard functions or parameter functions to draw a graph. You can customize any axis, it's maximum limit, lower limit, grid units for every axis individually."; fDesc[6] = ", removable drives (ZIP/JAZZ), flash devices, and RAID arrays. The program measures the physical performance of the devices."; fDesc[7] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others."; fDesc[8] = "equation just typing it over a text field and pressing enter. Graphmatica is very easy to use and have a lot of interesting options. The only drawback is that you could use it just for 30 days, after that you have to pay for it."; fDesc[9] = "songs with the help of Power Vocal Remover, viewing soundtrack graph, synchronizing lyrics to the music, decreasing playback speed for better synchronization and more."; fDesc[10] = "precisely. With SigmaPlot, you can produce high-quality graphs without spending hours in front of a computer. SigmaPlot offers seamless Microsoft Office integration, so you can easily access data from Microsoft Excel spreadsheets and present your results in Microsoft PowerPoint® presentations. Graph creation starts with SigmaPlot's award-winning interface. Take advantage of industry-standard menu design, menu toolbars, right mouse button support and graph preferences. Select the graph type you want to create from the Graph Toolbar's easy-to-read icons. The interactive Graph Wizard leads you through every step of graph creation. You get compelling, publication-quality charts and graphs in no time. SigmaPlot offers more options for charting, modeling and graphing your technical data than any other graphics software package. Compare and contrast trends in your data by creating multiple..."; fDesc[11] = "effectively generate drawings and apply automatic layouts to a range of different diagrams and networks."; fDesc[12] = "subdirectories of your hard drive(s) on a single graph, allowing to see the largest directories at a glance. When the program launches, it gives you step by step instructions to interact with it. You must first type the drive you want to graph in the top combo box."; fDesc[13] = "functioning demo, but the saving, exporting, printing, and copying functions are disabled. The demo will no expire, any data set can be used to create any graph types and all properties of any graph or drawn object can be changed."; fDesc[14] = "quality graphs, which can be added to any word document. It enables you to draw different types of graphs, including cartesian, inverse, conic, implicitly defined, polar and parametric graphs."; fDesc[15] = "networks including the volumes of traffic with four simple graph mode indicators. The program works on any Windows’ network connection and NetGraph – network monitor 2.0’s four modes include 2 snapshot modes and 2 graph modes."; 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 = '...'; } }