var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[3] = "is a replacement for Windows Explorer’s copy functionality. It replaces Windows Explorer file copy and adds many features like transfer resuming, copy speed computation and control, improved copy progress display, copy list editable while copying, and an error log."; fDesc[4] = "high-quality graphics for the Web. Engineered from the ground up to address the needs of professional Web designers, the new tool incorporates such advanced features as a visual export preview, complete control over compression and color palettes, automatic generation of button states and JavaScript rollovers, as well as text and effects which are editable all the time. Fireworks allows designers to create the most compact graphics and GIF animations in the fewest steps. Other Web-focused Fireworks features include the ability to 'slice' an image for faster downloading, then export the component graphics plus the HTML table to re-assemble them in the viewers browser. Fireworks provides a built-in 'Image Map layer' to facilitate assignment of URL links, as well as a button generation feature which automatically produces up, down, rollover, and hit states for button graphics, along with..."; fDesc[5] = "to its superior page layout algorithms, converted documents look exactly like the original with columns, tables, bullets and graphics."; fDesc[6] = "and save them in an editable form, preserving the layout and formatting of the original as closely as possible. This incredible application is really easy to use and intuitive with wizards that make your work even easier."; fDesc[7] = "convert paper documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[8] = "retyping work for you in no time. Simply recognize your documents with Readiris Pro and within seconds you have an editable copy of it.Readiris Pro 10 recognizes scanned paper documents, PDF files and all popular image file format and turns them into word processor, spreadsheet, pdf, web pages, xml... files.Imagine how easily you could share and archive all your documents and spend your retyping time for more productive tasks!"; fDesc[9] = "(typically a scanned document page) and creates editable text from it. The re-creation of the documents is done in perfect formatting and the converted documents look exactly like the original."; fDesc[10] = "documents, PDF, and digital camera images. Superior recognition accuracy and layout retention."; fDesc[11] = "paper and reproduce documents into editable and searchable Word or Excel files. The program features a very simple user interface with a wizard that leads you through the simple steps of scanning and converting, or you can run the application directly from Microsoft applications."; fDesc[12] = "G3C, the application caters to the needs of a wide range of users ranging from the amateurs down to professors of the guitar. The software displays chords and scales from the chord-files, featuring over a thousand chords, 48 scales and 13 tunings."; fDesc[13] = "are kept in a folder for those who use the Windows XP operating system or later. Options of this program include showing the full file path or not, optionally displaying file extensions"; fDesc[14] = "images and texts. Its batch capabilities will allow you to convert a large number of files into formats which unlock their content for further editing. The output options cover most of all the best known vector and raster formats, such as SVG, EPS, WMF, TIFF, JPEG, GIF, BMP, or ASCII."; 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 = '...'; } }