var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[3] = "for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results."; fDesc[4] = "you on a diving trip to the colorful coral reef where you will be able to see different kinds of corals, sponges and more. You can watch the rays of the sun filtering through the water, making you feel like you were really underwater."; fDesc[5] = "blue, gray and pink to cover all tastes. It also changes the home screen of the system, screen savers and some sources, and installed a few applications, such as ViOrb, TaskSwitchXP and Rebic, necessary for its operation"; fDesc[6] = "will help you to manage them and launch the screen saver you want to display. The program takes up very little of your system resources and sits neatly in your task bar. With a single click, the program's menu pops up and provides you with several options and choices."; fDesc[7] = "own 3D screensavers. By using Xara Screen Maker 3D you can mainly create two types of screen savers. One is on pictures cube based screen savers. And the second option available is of 3D text. Here you can use your own text to create screensavers."; fDesc[8] = "transition effects. gPhotoShow is ideal for displaying your favorite image files from your collection or even use it to create a corporate logo Screen Saver for your Company. Features : - Several transition effects - Image formats : BMP, JPG, GIF, PNG - Works on both 256 color and True Color displays - Configurable delay between images - Automatically resizes your images - Plays your favorite music during slide show - - Sound formats: MID, WAV, MP3 - Multi monitor support in Windows 98 and Windows 2000 - Password protection - Easy install / uninstall"; fDesc[9] = "weather forecasts, explore foreign countries, zoom and rotate the globe. Watch planet Earth the way only astronauts do!"; fDesc[10] = "you to check out several different examples of some of Azure Bay titles. It will let you see selected images from different screen savers and collections so you can examine them and then install your favorite or favorites."; fDesc[11] = "program lets us handle different file options: we can show files in a random order, we can select the exits in a slide show, configure our keyboard to pause or restart, adjust mouse options during the slide show, and we can set the last image of the presentation as a wallpaper."; fDesc[12] = "interface. We can add sounds to our screensaver or add movies too if we want. We can add text, insert date or time, add effects, change the properties of the effects (font and color), select the duration of the effects or synchronize them with objects."; fDesc[13] = "tools you can real-time animations, as well. The creative process of making screensavers is not only easy, but also entertaining. All process will take just few minutes. The program includes a collection of sample projects and media to use in your screen savers."; fDesc[14] = "Simply add your photos on My Photos Screen Saver's settings tab to have the computer display them when idling."; fDesc[15] = "flowers Scenic; this one has a particularity, it has extraordinary music, the sound and view are definitely pretty. This Screen Saver it has to be configured so you can see and view the flowers, the way you want."; 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 = '...'; } }