var fDesc=new Array(); fDesc[1] = "provides the following features: power management scheme and battery resource information and health. This utility also detects unsupported power-adapter/dock/bat tery scenarios and displays warning messages."; fDesc[2] = "and audio files right on your computer with no additional software. This incredible program supports for many video formats apart from regular DVD (PAL, NTSC, VCD, SVCD) formats, such as MPEG4 (including DivX, XviD, etc.), MPEG1, MPEG2, AVI, etc."; fDesc[3] = "range of uses. Packet Tracer simulates network equipment such as routers, switches, cables and end-client PCs. This allows students and teachers to learn and assess different network possibilities. Packet Tracer is a must have tool for IT engineers."; fDesc[4] = "because of the advent of Mac computers, which all come with an inbuilt application that does just this. Dexpot allows you to create up to four different desktops in which you can add files and shortcuts, and you can have programs running on every one of them."; fDesc[5] = "to the latest Matrox Parhelia-LX and Radeon 9800. It is in fact the only program of its type to support multiple graphics cards from multiple chipset vendors, simultaneously, under every Windows operating system from Windows 95 to XP. A simple menu that pops up from the system tray provides access to some 500 controls over your display hardware, including sophisticated color correction tools, period level adjustments over screen geometry, and driver independent clock controls. A powerful application profiler can detect when programs are launched and respond by activating specific display settings, gamma adjustments, performance switches and even clock speeds - returning everything to normal when the program closes. In-game gamma hotkeys let you light up the darkest hallways during game play, and hardware control over refresh rates - with floating point precision - ensure you're never..."; fDesc[6] = "switches and routers. The application uses multi-thread technology for ensuring robustness and completely trusted transfers. It is very interesting for networks designers and engineers when they have to transfer large network projects."; 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] = "things that words can’t. To make that possible is necessary an instrument that can represent the emotions exactly like the musician meant to, and that’s what people from 4Front Technologies had in mind while developing True Pianos."; fDesc[10] = "can. If red lights keep blinking for too long, the machine will break, and we will lose the game. There are many different switches that are used in different ways using the mouse."; fDesc[11] = "and producers of music using Windows’ operating systems that enables them to achieve analogue type sounds. Its easy of use, realistic looking, interface plug-in retains the feel of an analogue equivalent with buttons, switches and dials that seem familiar for the enjoyment of users."; fDesc[12] = "who seems to be confused with tricky cables and wires. The game features a huge pack of switches, pliers, bulbs. As a player you will have to find your way in a labyrinth of these presets."; fDesc[13] = "do so. The software uses BCS (Batch Compiler Specification) and that determines almost everything for the Batch Compiler. The switches, manner in which the batch file is written and what the contents are, all matter and are specified."; fDesc[14] = "futuristic 3D disco, complete with Anime-style dancers and robots serving as bartender and DJ. As mediadome uses Winamp or Sonique to play MP3s, it goes out to the Internet and retrieves Web pages about what you're listening to and displays them on one of the disco's video screens. Just click on a screen to zoom in on it; mediadome seamlessly switches between 3D and 2D modes. Other video screens -- which can be customized to show specific URLs -- show different Web sites. One especially nice feature for those who like their music in 3D: mediadome can spatialize the sound so its characteristics change as you move around the disco, just as would happen in real life. Plenty of options are available to customize the mediadome experience. Note: You'll probably enjoy mediadome more if you have a powerful system and 3D video card."; fDesc[15] = ", smoke detectors, magnetic switches etc and on/off key switches. Alert you by email and SMS."; 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 = '...'; } }