var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "photos with friends and family is as easy as pressing a button!"; fDesc[3] = "your Nokia Phone to interact with your PC, opening the Internet world at your hands, so you could manage the games, the music, the ringtones and photos."; fDesc[4] = "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[5] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages."; fDesc[6] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc."; fDesc[7] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting."; fDesc[8] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[9] = "and video libraries and download online information about the artists. Besides, you can create photo slide-shows and edit your videos with special effects."; fDesc[10] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them."; fDesc[11] = "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[12] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[13] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users."; fDesc[14] = "you’ll be able to transfer photos, video from smart phone Nseries to your PC, organize them and place at the online service Ovi. It is also possible to transfer content from the PC to the smart phone and at the same time all the files will be converted to the appropriate format."; fDesc[15] = "for downloading the photos to the computer or uploading photos to the memory card. We can select the language of the program before downloading or installing from the CD given to us when we purchase a Canon Camera."; fDesc[16] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all."; fDesc[17] = "industries. Ovi includes all of the PC suite functions and features while having additional features and a far more intuitive and attractive user interface."; fDesc[18] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures."; fDesc[19] = "after purchasing a Canon Digital. First of all we have to take photo with our camera opting for the RAW format instead of the JPEG or use both for comparison. By using this tool, after transferring the photographs to the computer, we can manage them in various ways."; fDesc[20] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities."; 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 = '...'; } }