var fDesc=new Array(); fDesc[1] = "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[2] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft."; fDesc[3] = "Magentic´s site or in your hard disk, to be used as the wallpaper or included in a screensaver. can even choose to change wallpapers and screensavers automatically."; fDesc[4] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers"; fDesc[5] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it."; fDesc[6] = "key-framing, photo/video layering, copy protection, templates and more. This program has nothing to do with Power Point; it goes beyond, providing users with features required for professional projects."; fDesc[7] = "application combines many functions for the processing of a digital image. Create slideshows, screensavers, postcards, videos from images, landscapes and more. It captures images and video from many devices and formats. Convert file formats."; fDesc[8] = "birds singing, murmur of the wind in the leaves and splash of the water falling from the mill into the clear stream."; fDesc[9] = "a journey to visit a real medieval castle in the middle of nowhere. The construction is beautiful. Yu can tell it is ancient just by looking at its robust walls and towers. Who owned this fortress?"; fDesc[10] = "FLV video files. It is able to play your SWF Flash and FLV video files with its original quality. Flash2X Flash player comes with a simple interface which is not so attractive but it is easy to use and have basic functions."; fDesc[11] = "computer is idle, your desktop will transform into beautiful scenery different from anything you have seen before! Download a piece of nature to your screen today and get ready to relax in the most natural way!"; fDesc[12] = "screensavers, clocks, wallpapers, videos and these is classified by different categories. Now we are having the opportunity to review a screensaver called Crystal Clock, this one is full of color, amazing jewels around its face a spectacular view full of beautiful colors."; fDesc[13] = "in a fast and easy manner. You’ll be able to add music, videos and animations. With this version, you’ll be able to create promotional screensavers and shareware screensavers. It works on Windows 98, Me, 2000, 2003, XP and Vista."; fDesc[14] = "original designs and completely functional, to use according to your needs and mood. In this collection you will find a calendar, a clock and a cool animations of fractals. All at no cost."; fDesc[15] = ", flash animations and much more. The program features a very nice and intuitive user interface that enables you to create your own screensaver manually or following every step of its wizard."; 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 = '...'; } }