var fDesc=new Array(); fDesc[1] = "program offers windowed and full screen view modes. Retriever supports the following formats: jpg, jpe, jpeg, jif, bmp, dib, png, gif, tif and wmf. But Retriever is not just an image viewer, it has some extra functions."; fDesc[2] = "Remover will detect file duplicates on your hard drives. Including zip and rar archives."; fDesc[3] = "similar and/or identical ones. The accuracy of comparison is really good. The program supports most of the popular image formats: TIFF, JPG, PCX, BMP, ICO, PNG, WMF, TGA, J2K, and others."; fDesc[4] = "galleries (collections). There are advanced opportunities of cataloging the galleries available on CDs and of further off-line work with them."; fDesc[5] = "excellent program with which you can find similar images even if the images are of different size or different image types or horizontally/verticall y stretched or rotated/flipped."; fDesc[6] = "it can find similar images even if they are in different image formats, different bit depth and image sizes."; fDesc[7] = "Internet. It enables you to search, download, view and organize files more easily and fast. Although the program is intended for images, you can also search and download multimedia and flash files such as music, videos, web pictures, graphics, among others."; fDesc[8] = "does not do an exact match, but compares and finds 'similar' images up to a defined, changeable threshold."; fDesc[9] = "iStockPhoto,ShutterSt ock,DreamsTime,123rf,B igStockPhoto,CanStockP hoto,LuckyOliver,Fotol ia,Stockxpert and Alamy"; fDesc[10] = "and then Duplicate Remover will show you the list of found files."; fDesc[11] = "with some differences, you must help the village and select the differences before time and game is over. Mirror magic is a simple and good entertaining game for speed reaction with a good story, graphics and fun."; fDesc[12] = "searching, identifying and deleting duplicate and void files scatted across your hard drive or any other media, including ZIP and RAR archives."; fDesc[13] = "image handling tasks such as sorting images on basis of color, name, size or date taken, so as to facilitate the user in tracing the particular image file of specific interest at any point of time."; 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 = '...'; } }