var fDesc=new Array(); fDesc[1] = ", cameras or clipboard. You can then work on the images using Pixia and then save the result in lots of different formats."; fDesc[2] = "Opera easily. The program provides one click solutions to cut, copy, move or grab URLs. Just use the import utility of the tool to import all the favorites and bookmarks from all your web browsers and copy or move them as you like."; fDesc[3] = "Files, and Audio CD's from MP3, MP2, WMA, WAV, AVI and OGG files."; fDesc[4] = "After we open an image we can add different filters: colored pencil (can duplicate layers and give the look of multiple shadows), crayon (gives light to our pictures), marker (helps with brilliants strokes of color), technicalPen, watercolor and more."; fDesc[5] = ", ICO, ZIP, PNG, PDF, RTF, DOC, SND, WMV, AIF, ASX, MID, MP3 and many other formats. It also supports raw file format. It is very useful for most individuals."; fDesc[6] = "with recovery. Get reports, find changes to folders, address privacy records and more."; fDesc[7] = "duplicate image files and almost identical images, anywhere in our computer, including any driver and external devices. We can set up the comparision method, the matching percentage between 2 images, match method and match restriction, etc."; fDesc[8] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats."; fDesc[9] = "floppy disks like double density and high density formats. A standard floppy disk is 3.5” in size which is supported on all Windows operating systems and a non standard floppy disk is 5.25” but this format is supported only on latest version of Windows."; fDesc[10] = "partition's structure to another partition, creating a perfect duplicate."; fDesc[11] = "with lyrics, record with a microphone, make backup disc copies, make exact copies of Karaoke CDG, and burn discs."; fDesc[12] = "and then Duplicate Remover will show you the list of found files."; fDesc[13] = "to blank CD disc, and data files to the ISO image file; copy all kinds of CD disc; and erase a rewritable CD-ROM content."; fDesc[14] = "can configure the connection to our news server, select the location where we want to save the files, view the whole list of newsgroups available from our server, and subscribe to as many newsgroups as we like."; fDesc[15] = "a file that is repeated. You don't want to waste space with pictures that appear plenty of time because they were badly organized. Neither you want to show off a slideshow with the same picture appearing on it 5 times."; fDesc[16] = "and it really makes that task easier. This application also has an optional file and image preview feature, so you can immediately see the contents of the files you're working with."; fDesc[17] = "Using this utility you can organize files on your hard disk or server storage. Image preview and thumbnails bars."; fDesc[18] = "application if you have a large amount of pictures that you need to go through on a regular basis. SortPics will allow you to create categories for all of your pictures so that you can find the one you want easily."; fDesc[19] = "by file name or size, but also by visual similarity. This application runs the search option very fast and compares and finds the similarity between photos and then processes the results deploying the images. Quite simple."; fDesc[20] = "hard drive, user can promptly monitor and swiftly manage new duplicates on the drive. Striclone saves not only space on your hard drives; it also saves time on the drive clean up process. The program's new feature - use of drives' images - can considerably speed up the search process. Image of drive is a special file, which stores information on files and folders located on drive. That information includes files and folders names, their size, date they were created and the files' so-called CRC (cycling redundancy check sum). The CRC sum is often used to uniquely identify a file. Striclone uses image of drive for speeding up the duplicate search. It creates the image only once and uses it multiple times instead of reloading the files' properties off the hard drive over each time. When a content of the drive changes, user may update the image of drive. Since it adopts only the updated..."; 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 = '...'; } }