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] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "AC3Filter to version 1.63b * Updated Codec tweak Tool to version 3.1.0 * Removed DivX decoder. Be aware that ffdshow was already being used by default for decoding DivX video. So nothing has changed with regard to playback. * Removed DivX encoder * Removed VP6 encoder * KLCP MEGA still contains the above removed components in case you need/want them. * New set of file type icons for Media Player Classic * Fixed file properties Explorer tab of Haali shell extension * Minor changes";
fDesc[4] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[5] = "photomontages, impressions and conversions of formats. Specifically, includes an image viewer with a presentation mode, an editor for adjusting levels of brightness, color and contrast, an editor of frames and masks to embellish your photos, and other effects";
fDesc[7] = "color represents a god that will grant you with special power bonus each time you do 3 consecutive matches of it´s color. The game comes with four different modes and 4 different difficulty levels.";
fDesc[8] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more.";
fDesc[9] = ", you´ll have to watch out for dangerous puzzle locks. The game has high resolution graphics. It can be played in four modes: Classic, Speed, Zen and Mind Bender, in Rainbow, Giant and Super Chuzzles. You´re awarded with trophies as you win.";
fDesc[10] = "of the game is to create matches of three in a row, by clicking on adjacent tiles to swap them. As you progress on the game, you’ll be releasing fishes. You can try this game for 60 minutes.";
fDesc[11] = "applications which allow you to create visually rich, engaging content for any media whether it is related to print, web, interactive, video, audio, and mobile.";
fDesc[12] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps.";
fDesc[13] = "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[14] = "Digs and Marine Mania for the players imagination to fly free while they are taking caring for more than 100 land, seas and extinct creatures in the most amazing and realistic possible way.";
fDesc[15] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
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 = '...';
}
}