var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "mayority of the format. It also have a conversor for iphone and psp that can transform any file to mp4 format for use in your iphone and psp.";
fDesc[3] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[4] = "download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them.";
fDesc[5] = "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[6] = "feeds. Instead of having just a blank screen or just one picture as a screen saver, with Google Photos Screensaver you can have many pictures as a slide show that changes every few seconds and acts as a screen saver after a time interval set by you on your computer.";
fDesc[7] = "realism! Theses fish are actual 3D Models, not flat images dragged accross the screen.";
fDesc[8] = "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[9] = "transforms it in a window to the universe. We can use it as Wallpaper or as a Screen Saver, if you use anyone of both you can choose to refresh the view every certain amount of minutes, in the map area can download more maps and apply the zoom.";
fDesc[10] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!";
fDesc[11] = "the complete slide show software solution for sharing your best memories.";
fDesc[12] = "of the pocket watch made by Abraham-Louis Breguet, who has been called the greatest genius of watch making in history. You will feel the urge to reach in the water and grab it yourself to solve the mystery of the never-stopping watch!";
fDesc[13] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[14] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for...";
fDesc[15] = "a great simulation game that allows you to play a single game or a party mode. Challenge a friend and have a great shooting emotion.";
fDesc[16] = "wonderful screensaver will shows you a view of the planet Earth revolving around the Sun; and the brilliant 3D world map includes information about all the countries and the cities of the world.";
fDesc[17] = "that every \"x\" minutes the image will be updated showing you how day or night covers the earth. Moreover, clouds are displayed together with the world map, and of course, the clouds are also updated from a server on the Internet.";
fDesc[18] = "having to think about mouse clicks and keystrokes. ArtStudio also allows you to display photos, draw over them, add text to them and set them as a screen saver or e-mail it as E-mail Art.";
fDesc[19] = "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[20] = "screen saver will allow you to relax and feel as if you were taking some well-deserved vacations, or maybe living there, in a very cozy cottage next to a lake, with a view of a bridge with the water gently flowing under it.";
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 = '...';
}
}