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] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management";
fDesc[3] = "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[4] = "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[5] = "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[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] = "the complete slide show software solution for sharing your best memories.";
fDesc[9] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!";
fDesc[10] = "any photo, edit it and animate it using effective and easy tools. You can create animated pictures, screensavers, banners and buttons in no time.";
fDesc[11] = "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[12] = "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[13] = "interface, a faster engine and new reporting features to keep your system running at top performance.";
fDesc[14] = "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[15] = "Very original backgrounds. You'll find that the difficulty increases level after level till you'll think they are impossible to finish but even then you won't be able to leave the game for a long while!";
fDesc[16] = "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[17] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs.";
fDesc[18] = "wonderful variation, Maui Wowee lets you decide if you prefer to slide objects or swap 'em! Of course, all your favorite puzzle features are here too.";
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 = '...';
}
}