var fDesc=new Array(); fDesc[0] = "SortPics is a picture viewer, organizer and a duplicate finder. You will really benefit from this 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. This application also doubles as a picture viewer and a duplicate finder. If you have pictures that look the same, this application will prompt you to delete one of them, usually the one with the worst quality. You can define certain hot keys that you can use to better sort your pictures. SortPics supports an unlimited number of categories and pictures and is easily customizable. The graphical user interface has been tweaked so that the task of going through pictures and sorting them takes as little time as possible. If you have any duplicate images on your lists, whenever you see a picture, you will see all the duplicates that the application has found. Of course, SortPics comes with no spyware or adware, so it is absolutely safe to install."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }