var fDesc=new Array(); fDesc[1] = "features supplied by previous versions of this Nuance/Scansoft PDF Converter, version 5 includes interesting new features about speed, Vista compatibility, movies and sounds, text to speech, transparency in watermarks, etc."; fDesc[2] = "3D visual tours. The program requires detecting Wi-Fi signals in the area near the PC, but the PC can use any type of Internet connection. It runs on Windows 2000 and Windows XP."; fDesc[3] = ", good challenges and excellent driving physics, this is a game that will keep you entertained for a long time. This is one of the best rally simulators there has ever been."; fDesc[4] = "of 802.11b products. Receive up to 2x the range of 802.11g so you can move to extended distances without losing your connection. Setup is now made quick and easy with a new Smart Wizard install assistant. High-level WPA-PSK encryption shields your network from wireless eavesdroppers without sacrificing performance."; fDesc[5] = "distances, intersections, volume, area of squeres, area of a triangle can be calculated. (5 languages)"; fDesc[6] = ", integration. It handles vectors, matrices, complex numbers, coordinates, regular polygons and intersections. For objects ( like point, line, plane and sphere) distances and intersections are calculated. Cartesian, spherical and cylindrical coordinates can be transformed into each other. Carthesian plot, polar plot, parametric plot, best fit, fast fourier transformation, histogram, smooth,..."; fDesc[7] = "many attractive features such as creating, saving and printing personal designs and drawing with great ease. The application comes with cool snapping and co-ordinate input options, and displays dynamic dimensions helping the user to check distances and sizes."; fDesc[8] = ", inch, points or twips and the angle in radiant or degree The ruler is almost transparent. Additionally it has a screen loupe and a RGB value window."; fDesc[9] = "AirPlus Xtreme G line of products infused with Double XR (2XR) Technology. By combining D-Link's new 2XR technology with D-Link 108G technology, this new Wireless Desktop Adapter offers dramatic performance improvements over standard 802.11g."; fDesc[10] = "stop the meter at its maximum. Then, watch the mouse bounce over distances of 350 feet."; fDesc[11] = "in four different common measures - picas, cms, inches and pixels. The output of the measurement is presented in four values of horizontal, vertical, length and angle."; fDesc[12] = "measure quickly and accurately distances, areas and perimeters of figures on the screen."; fDesc[13] = "screen area. A must have tool for visual impaired users or anybody hunting lost pixels, needing a fast screencapture or to measure distances."; fDesc[14] = "\"closest only\", or to create \"road atlas\" tables. Output Distances, travel times and/or estimated costs to Excel."; fDesc[15] = "Provides tools overlaying the image to extract graph values, distances, areas, angles, or color values. Values can be saved to XLS or TXT files."; 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 = '...'; } }