var fDesc=new Array(); fDesc[1] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos."; fDesc[2] = "about ever inserting a DVD or CD into your computer more than once. What this little program does is create an ISO image of your discs and place it on your hard-drive. Once the image is done, Virtual Drive Personal mounts it as a virtual CD or DVD drive."; fDesc[3] = "cases and iPod. The software will help you to create these with a professional look and you're only limited in your designs by your creativity. You can install the software easily by inserting a disc that is provided when you purchase the software."; fDesc[4] = "WMV. Allows to edit menu for your DVD with templates or inserting background image and music. Supports DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL, DVD-R DL and DVD-RAM."; fDesc[5] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner."; fDesc[6] = "graphics. ILeap supports all the Indian languages like Punjabi, Hindi, Assamese, Bengali, Gujarati, Malayalam, Tamil, Sanskrit, Oriya, Marathi and Telugu. ILeap shows an on screen keyboard to help the user in easily typing in other languages besides English."; fDesc[7] = "(EXIF/IPTC) of pictures taken by digital cameras. Because many image processing software destroys this metadata when saving such files, the idea was to create a backup of the metadata before editing it in any software, and then, after that to restore it back into the processed file. With Exifer you can do this very easily. All image processing software I know (e.g. ACDSee) destroys at least the EXIF makernotes after saving. Exifer doesn't! Features include: Supports EXIF (up to 2.2) and IPTC data in JPEG and TIFF files Reading and displaying of makernotes by Canon, Casio, Fuji, Minolta, Nikon and Olympus Backing up, restoring and comparing metadata (EXIF/IPTC) Editing of metadata (for JPEG files only) Inserting EXIF data from THM files (for JPEG files only) Creating/inserting/rot ating EXIF thumbnails (for JPEG files only) Customizeable view of metadata And other features"; fDesc[8] = "enough to guide anybody to create step by step a web page by means of its interface WYSIWYG -what you see is what you get- very useful also for editing existing web pages."; fDesc[9] = "modification to the XML such as inserting and deleting items as well as adding and deleting properties to existing items."; fDesc[10] = "designed in between CAD and Desktop Publishing style so you can use the ease of DTP with the power of cad core. You can import/export your drawings."; fDesc[11] = "drag them from the Windows Explorer to the AF5 window. The application assists in changing the prefix or suffix of the filenames, replacing a string in the filenames, cutting characters from filenames, converting to upper case or lower case, custom set filenames."; fDesc[12] = "Business card, Staff card, Membership card and Interactive CD business card."; fDesc[13] = "different features and has a very simple and easy-to-use interface. Program may be interesting for musicians who want to make music into scores. It usually helps them in understanding their mistakes, discovering something new and improving their skills."; fDesc[15] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts."; 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 = '...'; } }