var fDesc=new Array(); fDesc[1] = "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[2] = "(enhanced by Google), so users can easily search the web right from the AOL toolbar without having to open another window. There's also an AOL and AIM email preview, so users can quickly check their Inbox and send messages to their contacts."; fDesc[3] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats."; fDesc[4] = "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[5] = ", use and manage picture information, archive, print, make CD or 3D pictures."; fDesc[6] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty."; fDesc[7] = "spider man whose mission is to stop Electro from taking over the world. Throughout the game, user swing from building to building, picking up power-ups, beating up thugs and hired goons, and every so often confronting a boss who then proceeds to whip the living tar out of them."; fDesc[8] = "access your Personal Photo Gallery, keep an eye on your appointments, keep track of your Music Library, write down notes as well as having access to Breaking News, Instant Web Searches and Weather Information. There are lots of other things to add."; fDesc[9] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program."; fDesc[10] = "your own site. It's free."; fDesc[11] = "over the world. You can search for stations by keyword or simply search by music genres included in the toolbar such as Rock, European, Dance, Pop and Hip hop."; fDesc[12] = "new look to our classic photo albums, and it is very unique and easy to share. Thanks to the in-built 3D designer templates, we can now view our images in several exciting 3D environments like showrooms, art galleries, neon maze, Halloween, camp, Chinese garden etc."; fDesc[13] = "just have to drag web address from your browser and drop it in the program's basket, and it automatically downloads all the files."; fDesc[14] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more."; fDesc[15] = "search field (enhanced by Google), so users can easily search the web right from the toolbar without having to open another window. There's also an AOL and AIM email preview that allows users to quickly check their Inbox and send instant messages to their buddies."; fDesc[16] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID."; fDesc[18] = "MS IExplorer, FireFox and Mozilla browsers interface. When the user browser is running, just right click on the page or link, so the context appears with the Bulk Image integration, and press 'Download with Bulk Image Downloader' to start downloading all the images in the web site."; fDesc[19] = "Basically, Memeo Share is responsible for posting the photos and videos you want in a private space on the Internet. A website that may only access people you invite. That is, your circle of friends."; fDesc[20] = "toolbar to let you save flash movies loaded on the web page being viewed (a new item added to the IE context menu for IE based browsers). Can save all flash movies on the web page. Has flash gallery viewing mode that displays all flash movies on the web page along with their URLs, file sizes and last modification dates."; 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 = '...'; } }