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] = "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[4] = "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[5] = "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[6] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[7] = "media with the world. You can use the service using the Web uploader or download DropBox and share your images and videos straight from your desktop."; fDesc[8] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically."; fDesc[9] = "and then allows you to explore them through the built-in Image Browser. It is possible to view your images in full screen, even using an automatic slideshow, with more than 80 transition effects."; fDesc[10] = "has a lot of pictures that you want to get. If you want to download those pictures, you have to do it manually, one at a time. Well, FlickrDown helps you sort that problem out. The application will connect to Flickr and download the pictures for you."; fDesc[11] = "Link will download a program that, when executed, will download the game through Internet. The total size of the game will be 21.15 Mb. Buku Dominoes features 50 tile sets and 10 different game variations."; fDesc[12] = "custom profiles for different batch processing tasks. But, what's special about this program? The QUALITY. The original quality of your images is preserved as the most advanced, hi-end algorithms are used by JpegSizer"; fDesc[13] = "really designed for you to take your pictures out of storage and use them with the application. By default, there are some pre-loaded pictures that you can find in the settings. However, using your own pictures is so easy that it would be a waste not to try that."; fDesc[14] = "configurable. One can use current system date in the new folder name, for example \"My photos 27.Jun.2006\"."; fDesc[15] = "photos in a 3D (three dimensional) world."; 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 = '...'; } }