var fDesc=new Array(); fDesc[1] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications."; fDesc[2] = "and 8 cm discs. In only 4 simple steps you will be able to design and print the complete artwork you need for both the disc and its jewel case. You can either print a CD/DVD label to stick on the disc or print directly onto its surface, using Labelflash and LightScribe technology."; fDesc[3] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[4] = "scanner manufacturers include OmniPage Lite or OmniPage Limited Edition. The purpose of these OCR products is to provide basic OCR capabilities and to introduce users to the OCR experience. OmniPage Pro is dramatically more accurate than these entry-level products - guaranteed better than 99% accurate* in fact, - and it offers powerful features that make OCR tasks easier and help you produce more accurate, true-to-life results."; fDesc[5] = "customers to build flash media interface capabilities into their solutions. We leverage our own ASIC and firmware designs as well as our own manufacturing capabilities to ensure the highest levels of quality and reliability in our offerings. Our readers comply with all industry standards and provide interface capabilities for all major memory card formats, including PCMCIA I/II, CompactFlash® I/II, MultiMediaCard, Secure Digital Card, SmartMedia, Sony Memory Stick and xD-Picture Card."; fDesc[6] = "can proficiently handle MPEG2 transport streams and videos. The features of this application include capability to create cent percent lossless DVD incorporating necessary menu and audio tracks."; fDesc[7] = "setup it. FastSatfinder 2.7.0.0 supports DVB-S PC tuners from manufacturers such as TechnoTrend, Digital Everywhere, TechniSat, Hauppauge, Tevii, Pinnacle, TwinHan, DVB World, GeniaTech and Acorp."; fDesc[8] = "You can use that money to upgrade your car, and then earn more races. You will be able to pick up the races you´ll like, licensed cars from some of the world’s most famous manufacturers, and official upgrades from real-world after market parts manufacturers."; fDesc[10] = "photographs. By using tags, EXIF information embedded in JPEG files, and the IPTC information, you will easily locate, move, and keep organized all your images. This complete application supports JPEG, PSD, TIFF, PNG, GIF, BMP, as well as RAW files from the most popular camera manufacturers."; fDesc[11] = "very short amount of time. But that is not all this program does. Using this application, you will be able to extract audio from your video files."; fDesc[12] = "mainly to make printing jobs easy, it includes a number of basic but useful editing functions that will enhance your digital photos in seconds. It will also import your videos and create screenshots that you can later edit and print just like any other image in your library."; fDesc[13] = "to cover any detail on model train layout design: tracks, crossings, angles, virtual vehicle for checking clearance, signals, catenaries, etc. including all the standard scales and gauges."; fDesc[14] = "(wood, metal, glass, etc ..), whose product range is wide or permanently changing"; fDesc[15] = "E-Trade PriceList Importer is a convenient and effective tool that can handle pricelists suppliers in the automatic mode, to detect changes in the prices of goods, the identification of a new product, expansion of commodity offers to potential buyers. Formation of a single consolidated price-list. Processing Leap is possible to import pre-defined rules for filtering products. An enhanced version of the program allows you to work with great speed and analyze the volume prices. Program processing price lists. Analyzer price sheets. Comparison of price sheets. The program allows to handle price lists with a complex structure, with multiple number of sheets in the book of MS Excel. Proimportirovannye products may compare with the goods from the current accounting system (with goods from the internet shop). The program shows the difference in price between your products and those that were..."; 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 = '...'; } }