var fDesc=new Array(); fDesc[1] = "computer´s hard disk) which you can then sort, transfer, burn or play choosing from three basic screens: Music Source, My Library and Transfer."; fDesc[2] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities."; fDesc[3] = "your taskbar, which makes sense. With it, you can simply select the buttons that are next to the Start button in Windows and move them around any way you like."; fDesc[4] = ", and then in another one, to swap its positions and form words. You can play in Action (timed) or Puzzle (untimed) mode."; fDesc[5] = "or MOV|QT files into one large move file with RM | AVI | MPEG MOV | WMV format."; fDesc[6] = "should make a plan of coming changes. Forget about a piece of paper and a pencil because you can lose all you notes. Use Room Arranger instead. This light-weight software will help you make a project of your room or apartment with a desired furniture placing."; fDesc[7] = "groups for your shortcuts with the possibility of adding more links without using additional taskbar space. The application is really easy to use and the only thing you have to do to add, remove or rearrange shortcuts is drag and drop or right-click shortcut."; fDesc[8] = "Multiple documents will be merged in the order they are listed in the Source Documents window. If page ranges are not specified, PDFTK Builder will assume all pages for that document are to be included. Page ranges can be indicated by using a single page number, or a hyphen between start and end pages, and reversed page orders are also allowed. Multiple ranges are indicated by using commas or semi-colons between ranges. Collate can be used to remove pages from a single document simply by specifying the page ranges you wish to retain for that document. Collate can also be used to insert pages from one pdf document into another.Split - allows you to separate each page of a PDF document into its own file.Background or Stamp - Background enables you to add a background to each page in a document or just the first page. Stamp is very similar to background except that the stamp is placed on..."; fDesc[9] = "help users join multiple video files together so that they can play them as if they were a single video file. The program's graphical interface is very intuitive and concise."; fDesc[10] = "different file, or merge selected pages and full PDF documents into a new one. It offers a high level of flexibility and an adequate number of splitting and merging options. This stand-alone tool does not require the user to have any Adobe application installed."; fDesc[11] = "who just dreams about their own garden. This program is very easy and doesn’t require any special computer knowledge. But at the same time, it is very creative software that helps you make a full-featured plan of your plot."; fDesc[12] = "splitting operations in just one go. Then, you can select and rearrange the new output files in the order of your choice. The cutting process involves no re-encoding, resulting in new lossless high-quality AVI files."; fDesc[13] = "as and Open file screens on Windows operating systems. That’s all, but if you think about it, it’s a really cool function. As you can imagine, this applications is very easy to use and intuitive. No many options to choose from or features to understand."; fDesc[14] = "to your newly acquired documents to retrieve the full text, edit it, and save it as a PDF document. You can make your scanned PDF files searchable and indexable, and also split and merge existing PDFs."; fDesc[15] = "a specific application or access to a document, failing which we have organized manually. If so take a look at this genius that will allow you to rearrange a whole new start menu, so you have your favorite applications with a click away."; 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 = '...'; } }