var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[4] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!"; fDesc[5] = "import your photos and videos from digital cameras, camcorders, CDs, DVDs, and Windows Live Spaces. Moreover, with this incredible program you can enhance your photos with easy-to-use tools for adjusting exposure, color, and for removing red eyes."; fDesc[6] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place."; fDesc[7] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros."; fDesc[8] = "networks: eMule, Gnutella, BitTorrent and Gnutella2. Shareaza is FREE and contains NO spyware or third-party products."; fDesc[9] = "two clicks. You can search for a video in all of these portals and see the search results in the same window. Use advanced search to simplify your search by choosing a category like, animation, cars, music, sports, travel, video games, animals, science and other."; fDesc[10] = "much smalller. It is smaller than regular PDF. But the quality of the picture is not good. The texts, in the form of small pictures are most benefited from this, that the file sizes are small."; fDesc[11] = "most common compressed archives including ZIP, RAR and 7z. QuickZip is a FREE alternative to WinZip, WinRAR and PowerArchiver. Although its interface is not the paradigm of beauty, QuickZip is powerful, full featured and has lots of tools like Search in Archive, Archive Finder, etc."; fDesc[12] = "are also versions for Firefox and Safari) allows you to view full sized images when you browse pages like Flickr, Facebook, Friendster, Picasa Web Albums, image search results from Google and Yahoo, web sites supporting Media RSS, and many others."; fDesc[13] = "part of the world. The service is really cheap and works perfectly. It also enables you to call other VoiPCheap users all over the world for free."; fDesc[14] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner“s stronger feature is the web based tagging tool."; fDesc[15] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[16] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files."; fDesc[17] = "create your very own created photo cards for different purposes from announcements to invitation card from holiday cards to greeting cards. You can use these cards for any purpose as you want. Using and creating a card by Photo card maker is very easy."; fDesc[18] = "because the interface of it is very intuitive and we can handled like we wish. When we open the program we can find one toolbar, one panel for browse our files and for searchs images or videos and other two panels and a central window."; fDesc[19] = "vertical edges without any user interaction needed."; fDesc[20] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc."; 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 = '...'; } }