var fDesc=new Array(); fDesc[1] = "really feel your self at space. Pick up special bonus like shields and weapons in order to power up your space ship and pay attention to additional bonuses and extra lives."; fDesc[2] = "other packages this simplify the user experience. When you install the program you must to configure it, the first things that the program show is your connection speed you can choose between modem, ISDN, ADSL or your office connection."; fDesc[3] = "installs itself as a virtual PDF printer driver so you can convert your documents just by printing them. The process is extremely easy. If you know how to print you know how to convert any document to PDF."; fDesc[4] = "attractive and functional interface that lets you read any Bible book or chapter, consult one of the included dictionaries and commentaries, and write your own notes, all in the same, four-panelled window."; fDesc[5] = "banners are built from still images that are, in turn, created from another programs (MS Paint BMP or GIF) and this application will put them together and make them work as an animated GIF or banner."; fDesc[6] = "interface, easy to understand and use. It has several special features such as adding stunning visual effects, support for all types of GIF animations, and excellent tutorial and examples. This professional edition has a full set of features for unlimited use."; fDesc[7] = "mysterious image. The idea is to fill the canvas by painting the correct cells with the appropriate colors. Gameplay is quite absorbing, and what makes the game even more attractive is its colorful interface with its cheerful music and sounds."; fDesc[8] = "efficient program comes with a lot of useful drawing tools, such as point, arc, line, circle, image, ellipse, image, dimension and text; and with object manipulation tools such as copy, erase, move, rotate, scale, explode, trim, extend, mirror, join, break, fillet and offset."; fDesc[9] = "first software that creates AJAX-powered online image galleries without the need for server-side setup."; fDesc[10] = "starts moving along the image, and you can actually see how it keeps going past the edge of your monitor! You are looking at a very, very wide picture, and with real life movement. Just as if you were there, “panning” the view with your own eyes."; fDesc[11] = "TIFF and MODI formats. JScan was designed primarily for use with the MODI format and working in conjunction with the Microsoft Office tools."; fDesc[12] = "Photoshop. DepthDither uses diffusion, pattern and noise to make the image seems to be continuous when the color is below 24 bit."; fDesc[13] = "to use images, text, HTML and multimedia (including flash) in a standard screensaver. The huge difference between other similar programs and this one in particular is that it can update automatically from its web location."; fDesc[14] = "results of changing compression settings on screen. Include xat's unique MagiCompression technology."; fDesc[15] = "modeling tools is that Image Sculpturer does not use an automatic approach for transforming images in 3d space. Instead the main idea of Image Sculpturer is to let the user do this analogous task in a very effective and intuitive fashion because the human is in the interpretation of images unbeatable. As a result Image Sculpturer should be much more flexible than other image-based modeling tools."; fDesc[16] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and more!"; fDesc[17] = "possible. That's why the application uses an intuitive and single-window interface where you can find all you need. You can use and mix up to five different media sources applying all kind of effects and transitions."; fDesc[18] = "Integrated in the Windows Taskbar."; fDesc[19] = "in piles. Or it can display in arranges."; fDesc[20] = "and spectral data) Import color lists defined in industry standard file formats (CGATS, CXF) Switch between the Measured, Random, or Visual layouts of ECI2002 and IT8.7/4 color charts Import color lists saved in plain text format, as saved from spreadsheets or word processors Import and export spectral data scaled between zero and one or between 0 and 100% Import and export spectral data defined in a range of either 380 to 730 nm or 400 to 700 nm Import RGB data encoded in 8 bit, 15 bit, 16 bit, or scaled to 100% Measure color patches on your display and verify your display calibration (White Point, grey ramp, primaries) using a DTP94, Eye-One Pro, Eye-One Display, Spyder2, or Spyder3 Compare a patch in a file to a patch in any other file, and get the color difference value Compare two files in the same window and get detailed statistics on their differences Facilitate the proofing..."; 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 = '...'; } }