var fDesc=new Array(); fDesc[1] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more."; fDesc[2] = "computation, visualization, and programming in an easy to use environment. It can be used in, Math and computation, Algorithm development, Data acquisition, modeling, and simulation. It cah aldo be used for data analysis, etc."; fDesc[3] = "has a very comprehensive interface and can be used in 17 languages. You will be able to catalog physical books, as well as audio books and e-books."; fDesc[4] = ", etc., and for this reason, it becomes a necessity to have a good password manager. And this simple but powerful program is an excellent option to try."; fDesc[5] = "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[6] = "performance. It provides a common user interface for collecting performance data with the different tools integrated into this environment."; fDesc[7] = "Sequence Scanner. The program is capable of giving a graphical presentation to the report which it generates. The viewing of the imported traces from multiple or single run or plate can be in a detailed or a thumbnail format."; fDesc[8] = "machines replace often erroneous human beings at business-critical automation tasks. Various devices are being attached to PCs in order to implement extended functionality. More and more devices are invented (and to mention re-invented) these days within the new digital paradigm. Serial ports provide fast and easy way for developers to implement software support of their innovative hardware. Communication via standard COM port interface is a perfect way to ensure the new hardware will be compatible with most modern and yester PCs. And with growing number of USB devices simultaneously connected to a PC, serial ports grow to be a true alternative in data interchange.However, developing software that communicates with a device via COM port may be a challenging task without proper tools. What all developers and engineers actually dream of is a superb tool that would allow them to listen to..."; fDesc[9] = "The purpose of the collection is to provide the students with an introduction to programming concepts. You can either take this lesson on-line from the MSDN web page or you can download it to your computer. It doesn’t require any prior knowledge."; fDesc[10] = "data hub of your classroom and lab. With it come real-time graphing, powerful analytical functions, and intuitive hands-on learning that make data collection easy to measure, analyze, and learn."; fDesc[11] = "Paradox database, and its attractive customizable interface allows you to comfortably add, modify, delete, seek, import, and export all the data you need, including images and notes. It allows you to handle up to seven collections simultaneously."; fDesc[12] = "common image processing operations, has a simple and intuitive user interface, an efficient visualization system and innovative features. It contains tools to quantify either manually or automatically. Main Features Read images in TIFF, BMP, FlashPiX, GIF, JPEG, PNG, and PNM formats Efficient visualization system Quantify components: objects or background Object analysis (size, shape, orientation, texture ...) Object classification Image processing (binary and morphology operations, filtering, segmentation...) Image rectification (geometric corrections by control points) Digital point counting Tools for data collection in one or two dimensions Image annotation and description card Profile (variation of granulometry, density, objects or background) Save all measures, data, calibration and preferences in a single project file"; fDesc[13] = "application enables you to create surveys in a matter of minutes, complete with a reporting tool that generates attractive, customizable reports, and dynamic filters that allow you to narrow the results based on selected criteria to facilitate analysis."; fDesc[14] = "Mashup multiple data sources like the web, text files, data grids like Excel, CSV files, SQL databases, etc. Demo's included in the setup."; fDesc[15] = "access data from practically any database platform and quickly produce reports Toad for Data Analysis gives you the power of… Direct access to data from almost any relational database Joining data across all platforms Streamlined data collection Team collaboration A variety of data export options Automating and scheduling frequent and repetitive tasks"; 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 = '...'; } }