var fDesc=new Array(); fDesc[1] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft."; fDesc[2] = "(Windows Media Player, etc.) as a plug-in accesory, or run as a screensaver, or run standalone. When installing the application, the user can select to integrate to the music player and, the next time the user plays music, G/Force displays a selectable music visualizer."; fDesc[3] = ", music and sounds, and is highly customizable. You can choose the picture, type of fire and music you want to display. The screensaver adds an icon on your task bar to launch it or configure its properties."; fDesc[4] = "lets you select any JPG image stored in any drive, and apply it as a wallpaper. By default, that image will be surrounded by a frame, and the program will add a three month calendar (past, actual and next month)."; fDesc[5] = "pretty natural considering the subject.This screensaver, besides being entertaining can be educational as well, since it gives some information about each planet included in our solar system."; fDesc[6] = "simply set the screensaver as you want. Enjoy this Matrix world and release daily routine for a moment."; fDesc[7] = "friends, relatives or yourself, you definitely should try this screensaver!"; fDesc[8] = "let you have any of your video or audio files start playing after your predetermined period of computer inactivity. Just like a regular screensaver with a lot of extra features. Show your last trip. Or your wedding video, or anything you want."; fDesc[9] = "will take you on a trip to the ocean depths. You will be able to see many different kinds of fish. They have different colors and shapes. But they all swim gently around the place."; fDesc[11] = "ICO formats. These are the most popular formats in the market and in the Internet today. Most probably every image in your collection will fall within one of them."; fDesc[12] = "alternative maps. You can simply pick a spot somewhere on the Earth to be on the top or bottom of the map, for example your own house! You can save alternative maps as images, so you can print them or use them as desktop backgrounds.Also, a screensaver that generates random maps is included."; fDesc[13] = ", pictures, greetings and more. And talking about its screensavers, the website includes dozens of them, arranged by categories. Within World Collection Series screensavers we find Paris Screensaver 2.0."; fDesc[14] = "your all screensavers or show favorite picture or flash in screensaver, change desktop wallpaper,play mp3 in screensaver"; fDesc[15] = "prerendered movies. Now, let your computer monitor proudly wave your favorite flags or a random selection. From Finland to Chile; United States to Uzbekistan; Albania to Zimbabwe. Fly the flag of each nation of the 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 = '...'; } }