var fDesc=new Array(); fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[2] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[3] = "installations with uninstall control and feedback, access to registry keys, INI files, etc."; fDesc[4] = "is compatible with D3, D2Xs, D2X, D2Hs, D2H, D300, D200, D100, D80, D70s, D70, D50, D40X, D40, D1X, D1H and D1SLR cameras. You can connect your camera via USB, Firewire cable or WiFi adapters."; fDesc[5] = "(reducing drastically the learning curve). It's intended to enhance a photo quality (remove scratchs, dust, and more), or eliminate unnecesary / indecired objects."; fDesc[6] = "It’s not just an ordinary application that makes plotting easier, but also a powerful one that can be utilized even for the superior purposes such as scientific graphics."; fDesc[7] = "curve and without Adobe Acrobat. This is very convenient because you only install it the way you do it with a regular program, then a new printer will appear in your Print Dialog Box."; fDesc[8] = "What You Get) environment using both CSS or tabled layouts. CoffeeCup HTML Editor's design emphasizes simplicity and ease of use. You'll find that you can create great looking websites almost instantly with virtually no learning curve!"; fDesc[9] = "advanced mode. It is considered to be the most award winning collection of data and analysis software. Data studio allows the users to watch the science unfold in front of them in real time with data collection, graphing, and analysis."; fDesc[10] = "all the steps necessary to transform a plain text line into a professionally designed artistic piece of text. All you need to do is just set an input phrase and start customizing it."; fDesc[11] = "you the ability to control the volume of audio tracks. The program includes advanced MIDI controls and the response curve of these controllers can even be customized by the user."; fDesc[12] = "to graph functions, but you can open examples, demos, and help. You can only perform zoom, change slider values, show axes, copy to clipboard, and play the examples. Examples and demos are for basic functions; two to four dimensions, complex variables, etc."; fDesc[13] = "perfect for high school and college math students. This utility is feature rich and comprehensive. It plots 2D graphs with comfortable navigation, and it is well suited for math students."; fDesc[14] = ", perspective drawing, graph zooming, active graph rotation, fogging effect, cubic draw, unlimited space ploting, four view plot"; fDesc[15] = "mathematical calculation, which has been very successfully used by a few top traders."; fDesc[16] = "compression/expansion -type processing technique. Equalize is a 31-band graphic equalizer. FreqShift allows the user to transform and transpose a sound. FreqWrap will let you create a radical transformation of sound."; fDesc[17] = "Lorentzian series is recommended for real data especially for multiple peaked data.This is a Fortran Calculus demo application."; fDesc[18] = "you to perform automatic curve fits, calculate statistics, tangents, integrals, and interpolations. You can also adjust the parameters of your graphs."; fDesc[19] = "specify to a set of data values. Virtually any type of function can be fitted."; fDesc[20] = "regression (curve fitting) engine to your software with just a few simple lines of code in any software or development environment that supports COM."; 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 = '...'; } }