var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites.";
fDesc[4] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file.";
fDesc[5] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats.";
fDesc[6] = "but most of all, for long movies, all in high quality. It is fast and has a menu system which will appear even while you are playing";
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] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats.";
fDesc[9] = "and Windows' notepad is unavoidable. TextPad has a bunch of features that make it a great text editor for many types of tasks. It has all the basic features of a text editor. You can add text and format it in many ways.";
fDesc[10] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X.";
fDesc[11] = "racing cars. Plot: You will have to compete in long, intense and complex circuits bypassing all your rivals, and of course, you will pass through all the usual dangers of such games.";
fDesc[12] = "One Klondike Pyramid, FreeCell, Spider solitaire, Flower Garden, Diplomat , Spider solitaire Two Suits, Eighteens, Forty Thieves, Grandfather's Clock, Royal Rendezvous, Spider, Suit, and others.";
fDesc[13] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard.";
fDesc[14] = "video recorded with a camcorder, upload a video to a portable device, or edit a project, MyDVD will allow you to do it, providing you with professional tools to create the perfect DVD for each ocassion.";
fDesc[15] = "them at the site Gametop.com and you can download there. In this title you will find some funny birds that you will have to shoot. In the main menu you can choose between adventure, arcade and puzzle.";
fDesc[16] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos.";
fDesc[17] = "organize TV channels, radio stations, music, photos and videos, share multimedia files through the home network to other computers using Universal Plug and Play technology, also converting and real-time transcoding media formats automatically for any device.";
fDesc[18] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images.";
fDesc[19] = "drive, this is your game. In this game you must drive a car in a very special space, you can see how your car explodes when you go out of the road.";
fDesc[20] = "look like they have been hand drawn by the best artists.";
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 = '...';
}
}