var fDesc=new Array(); fDesc[1] = "listen individually to it, anytime, or play the whole composition, adjusting tempo. Useful for music beginners to learn at a personal pace. While playing the composition, notes and lyrics light at the same time music is playing."; fDesc[2] = "2000 compression artifacts, sharpens and corrects edges without overshooting or noise amplification; and creates unique effects."; fDesc[3] = "generous bonuses, a loyalty comps point program."; fDesc[4] = ", rotate, enhance, view and capture any area of the screen display. It also lets you viewing in different color mode or through separated color channels."; fDesc[5] = "image. It provides you with color equalizer, hue shift and curves with immediate preview of the image. With this you can create images with special effects like Sepia and Orton."; fDesc[6] = "software has the capability of taking you away into an environment of peace by making you experience and appreciate the Cosmic Beauty of the Universe. The 3D Astro Clock Screensaver comes with the view of a beautiful analog clock which is decorated with golden wire-mesh."; fDesc[7] = ", playback, and edit them with professional results. It not only recognizes every note and chord present in printed scores, but it is also capable of digitizing most handwritten music representations, including accidentals, ornaments, ties, and slurs."; fDesc[8] = "PSP MixPack2 2.0 is a good deal. This package is designed to help you to enhance the sounds and give a high quality output. The package has plug-ins each concentrated on a single feature of improving in an audio file."; fDesc[9] = "a well directed wizard which carefully guides the users through a series of small steps in order to create a ready to use text scroller in flash."; fDesc[10] = "college environment. Uses the RTF format known to Wordpad, Word. Generates HTML, so that math notation can be displayed by popular browsers."; fDesc[11] = "exceptional print-copy-scan performance. It produces an amazing print resolution of up to 9600 x 2400 color dpi,1 for superb detail and clarity. To achieve this, Canon Full-photolithography Inkjet Nozzle Engineering (FINE) uses a next-generation 3,584-nozzle print head that ejects precise, consistent droplets as small as 1 picoliter, for smooth, virtually grain-free images. Our ContrastPLUS 5-color ink system produces true-life photos along with laser-quality text.When copying, the AE (Auto Exposure) Copy feature automatically optimizes reproduction quality based on the type of original you're duplicating. The convenient Photo/Film button allows you to make reprints of your photos and 35mm film without using your computer. And now, scanning: The unit's high-resolution CCD technology enables you to produce exceptional 2400-dpi scans, with vibrant 48-bit color depth. You can..."; fDesc[12] = "clarity and details, sharpens blurry videos, corrects color bleeding, and creates unique effects."; fDesc[13] = "room measurement, loudspeaker Frequency Response analysis. Designed for acoustical technicians, sound engineers, scientists and students."; fDesc[14] = "clarity full-screen charts, relative strength, bullish %, user defined box sizes and trend lines, buy and sell watch lists."; fDesc[15] = "files from DVDs. This application has got a very good-looking interface. The main advantage of the Robust DVD Player is that it is very simple to use and produces high quality videos from 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 = '...'; } }