var fDesc=new Array(); fDesc[1] = "line, focusing on an experience of intense and exciting race.GRID focuses 100% in the race. GRID will take players to amazing racing places on three continents."; fDesc[2] = "images like graphical images, photos and text. With S-Spline XL settings you can improve sharpness of the image, add film grains to an image, and apply sharp and soft edges to make all your digitals look more natural."; fDesc[3] = "and log related faults and repair jobs. It has been designed to be extremely user-friendly such that it can be used effectively by users even with no previous IT background. Maintenance Manager is a flexible CMMS package that can be used by a range of enterprises ranging from small companies managing their office equipment to large manufacturing companies managing their production chain."; fDesc[5] = "to creativity and work better and faster. The program SolidWorks reduces the overall costs in terms of CAD, because it is easy to deploy, use and maintain, giving the engineer more time to devote to design better products."; fDesc[6] = ", Adobe Illustrator and Adobe InDesign, for optimizing the type of industrial-strength font management that is used by the users of Windows operating system."; fDesc[7] = "where players shall accommodate various geometric shapes which fall from above. The pieces fall toward a three-dimensional grid and in three different groups, which represent the standard SimCity construction areas: industrial, commercial and residential."; fDesc[8] = "trains that will run accross that layout. The user can plan the tracks situation, switches, gates, the whole layout, set buildings, industrial plants, lights, persons, cars, set the terrain characteristics, platforms, elevations, plants, reliefs, railway elements, etc."; fDesc[9] = "can implement the basic Tango icon set, the Tangerine icon set, the Industrial icon set and the Gnome icon theme. You can choose what to install during the setup process."; fDesc[10] = "take place in a real-time environment. You have to take into account almost all areas of the business, even competition which are other players. This is a good tool for people wanting to learn all about a business."; fDesc[11] = "something (a city in this case) and get money to keep growing. The way to get money is through taxes, so the more number of habitants the more taxes you will get. Its GUI is simple but it is not easy or friendly to users. OpenCity works on Linux, MAC OS, Wine and Windows platforms."; fDesc[12] = "personal environment. Physical units such as Temperature, Weight, Length, Area, Volume, are available from the application to be converted for being used in Chemistry, Mathematics, Physics, etc. Any combination can be converted among these units."; fDesc[13] = "supports many popular bar coding symbologies, automatically calculates the check digit, and lets you export barcodes to poplar graphic formats."; fDesc[14] = "programs. It is just a set of help files or ebooks that has many theorems and formulas on electrical engineering. It describes the Kirchhoff's laws, AC current analysis, transformer selection for industrial load, power plant distribution planning etc."; fDesc[15] = "civil plants; it supports communication with most popular devices such as PLCs, PID controllers, I/O modules, OPC servers, etc."; 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 = '...'; } }