var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them."; fDesc[3] = "those who just want to remove those annoying red eyes and correct some basic exposure mistakes, to those who enjoy adding some creativity to their favorite photographs."; fDesc[4] = "messenger. It is basically a window that shows your contacts from your address book and a window by its left that shows your camera. As I said before, VZOchat is big on using your webcam to enhance the instant messaging session."; fDesc[5] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version."; fDesc[6] = "photograph, rotate it, and print as many copies as you need at exactly the size requested in your country. As a bonus, you can add some colour effects to your photographs before printing."; fDesc[7] = "your clock’s face.This clock does not interfere in your work by appearing on any open application and will not occupy much space on your system."; fDesc[8] = "options covers almost anything your need to correct and enhance your photographs – from removing colour stains or red eyes, to correcting the exposure, white balance or brightness, this software is useful for all kinds of users."; fDesc[9] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!"; fDesc[10] = "cards, passports, visas, and other official documents from more than 25 different countries. It supports JPEG, TIFF, PNG, and BMP image files, and includes specifications for more than 70 different types of documents."; fDesc[11] = "best known image file formats (including BMP, JPEG, or TIFF) and its simplicity of use makes it a very useful tool for quick cropping."; fDesc[12] = "a very intuitive way. The resulting photograph will maintain the same level of quality present in the original file, and will retain all the Exif information embedded in the parent image. It allows for batch cropping, applying the selected settings to all the active images, if desired."; fDesc[13] = "There are many features of this add-on. All the buildings and the terrain is built by using a real photograph of the airport. It contains animated vehicles, effects and buildings. The objects so available in the scenery are static as well as dynamic"; fDesc[14] = "this add-on. All the buildings and the terrain is built by using a real photograph for the airport. The objects so available in the scenery are generally dynamic or animated objects."; fDesc[15] = "correction is performed under user selected standard."; 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 = '...'; } }